Merge "Make CephValidationDelay/Retries default consistent"

This commit is contained in:
Jenkins 2017-07-13 13:55:35 +00:00 committed by Gerrit Code Review
commit 18c86b0a0d
2 changed files with 3 additions and 2 deletions

View File

@ -64,6 +64,7 @@ parameters:
ManagementIpSubnet: ManagementIpSubnet:
default: '' default: ''
type: string type: string
description: IP address/subnet on the management network
ManagementIpUri: ManagementIpUri:
default: '' default: ''
type: string type: string

View File

@ -69,11 +69,11 @@ parameters:
type: json type: json
CephValidationRetries: CephValidationRetries:
type: number type: number
default: 5 default: 40
description: Number of retry attempts for Ceph validation description: Number of retry attempts for Ceph validation
CephValidationDelay: CephValidationDelay:
type: number type: number
default: 10 default: 30
description: Interval (in seconds) in between validation checks description: Interval (in seconds) in between validation checks
MonitoringSubscriptionCephMon: MonitoringSubscriptionCephMon:
default: 'overcloud-ceph-mon' default: 'overcloud-ceph-mon'