diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-26 17:35:24 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-28 11:54:26 -0500 |
commit | ccc37ba8613772542ba0de8b9c78d48f38c68ab2 (patch) | |
tree | ae734fe257b6c81dd55bf907f5a1c8134415836b /puppet/services | |
parent | bb291c5a9b5a74628c889b76c68f622f7ba31dd6 (diff) |
Make CephValidationDelay/Retries default consistent
Also fix one instance of ManagementIpSubnet that was missing a
description.
Change-Id: I7c5b31d9ef464cefee1dd6ae7ebb9c017cbbd894
Partial-Bug: 1700664
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/ceph-mon.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/ceph-mon.yaml b/puppet/services/ceph-mon.yaml index 28552301..cbeef6c5 100644 --- a/puppet/services/ceph-mon.yaml +++ b/puppet/services/ceph-mon.yaml @@ -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' |