Merge "Make EnablePackageInstall and Debug descriptions consistent"
This commit is contained in:
commit
617e5f1022
@ -21,6 +21,7 @@ parameters:
|
|||||||
Debug:
|
Debug:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
description: Set to True to enable debugging on all services.
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
EnablePackageInstall:
|
EnablePackageInstall:
|
||||||
default: 'false'
|
default: 'false'
|
||||||
description: Set to true to enable package installation
|
description: Set to true to enable package installation at deploy time
|
||||||
type: boolean
|
type: boolean
|
||||||
ServiceData:
|
ServiceData:
|
||||||
default: {}
|
default: {}
|
||||||
|
@ -37,6 +37,7 @@ parameters:
|
|||||||
Debug:
|
Debug:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
description: Set to True to enable debugging on all services.
|
||||||
CongressDebug:
|
CongressDebug:
|
||||||
default: ''
|
default: ''
|
||||||
description: Set to True to enable debugging Glance service.
|
description: Set to True to enable debugging Glance service.
|
||||||
|
@ -61,7 +61,7 @@ parameters:
|
|||||||
path: /var/log/ec2api/ec2api.log
|
path: /var/log/ec2api/ec2api.log
|
||||||
EnablePackageInstall:
|
EnablePackageInstall:
|
||||||
default: 'false'
|
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
|
type: boolean
|
||||||
Ec2ApiPolicies:
|
Ec2ApiPolicies:
|
||||||
description: |
|
description: |
|
||||||
|
@ -67,6 +67,7 @@ parameters:
|
|||||||
Debug:
|
Debug:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
description: Set to True to enable debugging on all services.
|
||||||
KeystoneDebug:
|
KeystoneDebug:
|
||||||
default: ''
|
default: ''
|
||||||
description: Set to True to enable debugging Keystone service.
|
description: Set to True to enable debugging Keystone service.
|
||||||
|
@ -34,6 +34,7 @@ parameters:
|
|||||||
Debug:
|
Debug:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
description: Set to True to enable debugging on all services.
|
||||||
MonitoringSubscriptionNeutronL3Dvr:
|
MonitoringSubscriptionNeutronL3Dvr:
|
||||||
default: 'overcloud-neutron-l3-dvr'
|
default: 'overcloud-neutron-l3-dvr'
|
||||||
type: string
|
type: string
|
||||||
|
@ -33,6 +33,7 @@ parameters:
|
|||||||
Debug:
|
Debug:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
description: Set to True to enable debugging on all services.
|
||||||
NeutronL3AgentMode:
|
NeutronL3AgentMode:
|
||||||
description: |
|
description: |
|
||||||
Agent mode for L3 agent. Must be one of legacy or dvr_snat.
|
Agent mode for L3 agent. Must be one of legacy or dvr_snat.
|
||||||
|
@ -37,6 +37,7 @@ parameters:
|
|||||||
Debug:
|
Debug:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
description: Set to True to enable debugging on all services.
|
||||||
TackerDebug:
|
TackerDebug:
|
||||||
default: ''
|
default: ''
|
||||||
description: Set to True to enable debugging Tacker service.
|
description: Set to True to enable debugging Tacker service.
|
||||||
|
@ -32,7 +32,7 @@ parameters:
|
|||||||
type: json
|
type: json
|
||||||
EnablePackageInstall:
|
EnablePackageInstall:
|
||||||
default: 'false'
|
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
|
type: boolean
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
@ -85,7 +85,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'],
|
|||||||
'FixedIPs': ['description'],
|
'FixedIPs': ['description'],
|
||||||
'ExternalIpSubnet': ['description'],
|
'ExternalIpSubnet': ['description'],
|
||||||
'NeutronBridgeMappings': ['description'],
|
'NeutronBridgeMappings': ['description'],
|
||||||
'EnablePackageInstall': ['description'],
|
|
||||||
'ExtraConfig': ['description'],
|
'ExtraConfig': ['description'],
|
||||||
'InternalApiIpSubnet': ['description'],
|
'InternalApiIpSubnet': ['description'],
|
||||||
'DefaultPasswords': ['description',
|
'DefaultPasswords': ['description',
|
||||||
@ -94,7 +93,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'],
|
|||||||
'default',
|
'default',
|
||||||
'constraints'],
|
'constraints'],
|
||||||
'KeyName': ['constraints'],
|
'KeyName': ['constraints'],
|
||||||
'Debug': ['description'],
|
|
||||||
'TenantNetName': ['description'],
|
'TenantNetName': ['description'],
|
||||||
'StorageIpSubnet': ['description'],
|
'StorageIpSubnet': ['description'],
|
||||||
'OVNSouthboundServerPort': ['description'],
|
'OVNSouthboundServerPort': ['description'],
|
||||||
|
Loading…
Reference in New Issue
Block a user