Make CephValidationDelay/Retries default consistent
authorBen Nemec <bnemec@redhat.com>
Mon, 26 Jun 2017 22:35:24 +0000 (17:35 -0500)
committerBen Nemec <bnemec@redhat.com>
Wed, 28 Jun 2017 16:54:26 +0000 (11:54 -0500)
Also fix one instance of ManagementIpSubnet that was missing a
description.

Change-Id: I7c5b31d9ef464cefee1dd6ae7ebb9c017cbbd894
Partial-Bug: 1700664

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'