Merge "Make CephValidationDelay/Retries default consistent"
authorJenkins <jenkins@review.openstack.org>
Thu, 13 Jul 2017 13:55:35 +0000 (13:55 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 13 Jul 2017 13:55:36 +0000 (13:55 +0000)
network/ports/net_ip_map.yaml
puppet/services/ceph-mon.yaml

index 75818bf..a6971b0 100644 (file)
@@ -64,6 +64,7 @@ parameters:
   ManagementIpSubnet:
     default: ''
     type: string
+    description: IP address/subnet on the management network
   ManagementIpUri:
     default: ''
     type: string
index 2855230..cbeef6c 100644 (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'