Merge "Make CephValidationDelay/Retries default consistent"
This commit is contained in:
commit
18c86b0a0d
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user