Make CephValidationDelay/Retries default consistent

Also fix one instance of ManagementIpSubnet that was missing a
description.

Change-Id: I7c5b31d9ef464cefee1dd6ae7ebb9c017cbbd894
Partial-Bug: 1700664
This commit is contained in:
Ben Nemec 2017-06-26 17:35:24 -05:00
parent bb291c5a9b
commit ccc37ba861
2 changed files with 3 additions and 2 deletions

View File

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

View File

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