Make EnablePackageInstall and Debug descriptions consistent
authorBen Nemec <bnemec@redhat.com>
Tue, 27 Jun 2017 15:01:31 +0000 (10:01 -0500)
committerEmilien Macchi <emilien@redhat.com>
Fri, 21 Jul 2017 18:38:58 +0000 (18:38 +0000)
Change-Id: I3ea7c0c7ea049043668e68c6e637fd2aaf992622
Partial-Bug: 1700664

ci/environments/multinode-core.yaml
docker/services/nova-libvirt.yaml
puppet/services/congress.yaml
puppet/services/ec2-api.yaml
puppet/services/keystone.yaml
puppet/services/neutron-l3-compute-dvr.yaml
puppet/services/neutron-l3.yaml
puppet/services/tacker.yaml
puppet/services/tripleo-packages.yaml
tools/yaml-validate.py

index b5316f1..0dd59e9 100644 (file)
@@ -21,6 +21,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
 
 resources:
 
index 36bdc7f..e1ddca8 100644 (file)
@@ -14,7 +14,7 @@ parameters:
     type: string
   EnablePackageInstall:
     default: 'false'
-    description: Set to true to enable package installation
+    description: Set to true to enable package installation at deploy time
     type: boolean
   ServiceData:
     default: {}
index 31a4d3e..f5d38b6 100644 (file)
@@ -37,6 +37,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
   CongressDebug:
     default: ''
     description: Set to True to enable debugging Glance service.
index d5056c6..85fdb36 100644 (file)
@@ -61,7 +61,7 @@ parameters:
       path: /var/log/ec2api/ec2api.log
   EnablePackageInstall:
     default: 'false'
-    description: Set to true to enable package installation via Puppet
+    description: Set to true to enable package installation at deploy time
     type: boolean
   Ec2ApiPolicies:
     description: |
index 136c0ad..8796209 100644 (file)
@@ -67,6 +67,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
   KeystoneDebug:
     default: ''
     description: Set to True to enable debugging Keystone service.
index 0d56b3b..a3baf71 100644 (file)
@@ -34,6 +34,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
   MonitoringSubscriptionNeutronL3Dvr:
     default: 'overcloud-neutron-l3-dvr'
     type: string
index 8237133..7ccf526 100644 (file)
@@ -33,6 +33,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
   NeutronL3AgentMode:
     description: |
       Agent mode for L3 agent. Must be one of legacy or dvr_snat.
index 7661dd2..541a2eb 100644 (file)
@@ -37,6 +37,7 @@ parameters:
   Debug:
     type: string
     default: ''
+    description: Set to True to enable debugging on all services.
   TackerDebug:
     default: ''
     description: Set to True to enable debugging Tacker service.
index e52dd71..e471c2a 100644 (file)
@@ -32,7 +32,7 @@ parameters:
     type: json
   EnablePackageInstall:
     default: 'false'
-    description: Set to true to enable package installation via Puppet
+    description: Set to true to enable package installation at deploy time
     type: boolean
 
 outputs:
index c9c7aff..d6d5194 100755 (executable)
@@ -85,7 +85,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'],
                                    'FixedIPs': ['description'],
                                    'ExternalIpSubnet': ['description'],
                                    'NeutronBridgeMappings': ['description'],
-                                   'EnablePackageInstall': ['description'],
                                    'ExtraConfig': ['description'],
                                    'InternalApiIpSubnet': ['description'],
                                    'DefaultPasswords': ['description',
@@ -94,7 +93,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'],
                                                                'default',
                                                                'constraints'],
                                    'KeyName': ['constraints'],
-                                   'Debug': ['description'],
                                    'TenantNetName': ['description'],
                                    'StorageIpSubnet': ['description'],
                                    'OVNSouthboundServerPort': ['description'],