Merge "Make CephValidationDelay/Retries default consistent"
This commit is contained in:
commit
18c86b0a0d
@ -64,6 +64,7 @@ parameters:
|
||||
ManagementIpSubnet:
|
||||
default: ''
|
||||
type: string
|
||||
description: IP address/subnet on the management network
|
||||
ManagementIpUri:
|
||||
default: ''
|
||||
type: string
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user