Merge "Add constraints to service Debug flags"
This commit is contained in:
commit
fabbbbbfdf
puppet/services
aodh-base.yamlbarbican-api.yamlceilometer-base.yamlcinder-base.yamlcongress.yamlglance-api.yamlgnocchi-base.yamlheat-base.yamlhorizon.yamlironic-base.yamlkeystone.yamlmanila-base.yamlmemcached.yamlmistral-base.yamlneutron-base.yamlnova-base.yamloctavia-base.yamlpanko-base.yamlsahara-base.yamltacker.yamlzaqar-api.yaml
@ -64,6 +64,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Aodh services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
KeystoneRegion:
|
||||
type: string
|
||||
default: 'regionOne'
|
||||
|
@ -46,6 +46,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Barbican service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
KeystoneRegion:
|
||||
type: string
|
||||
default: 'regionOne'
|
||||
|
@ -74,6 +74,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Ceilometer services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
KeystoneRegion:
|
||||
type: string
|
||||
default: 'regionOne'
|
||||
|
@ -16,6 +16,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging on Cinder services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
ServiceData:
|
||||
default: {}
|
||||
description: Dictionary packing service data
|
||||
|
@ -42,6 +42,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Glance service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
KeystoneRegion:
|
||||
type: string
|
||||
default: 'regionOne'
|
||||
|
@ -38,6 +38,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Glance service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
GlancePassword:
|
||||
description: The password for the glance service and db account, used by the glance services.
|
||||
type: string
|
||||
|
@ -64,6 +64,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Gnocchi services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
GnocchiStorageSwiftEndpointType:
|
||||
default: 'internalURL'
|
||||
description: Set to modify which endpoint type is gnocchi accessing swift
|
||||
|
@ -12,6 +12,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Heat services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
RabbitPassword:
|
||||
description: The password for RabbitMQ
|
||||
type: string
|
||||
|
@ -22,6 +22,8 @@ parameters:
|
||||
default: false
|
||||
description: Set to True to enable debugging Horizon service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
DefaultPasswords:
|
||||
default: {}
|
||||
type: json
|
||||
|
@ -38,6 +38,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Ironic services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
IronicPassword:
|
||||
description: The password for the Ironic service and db account, used by the Ironic services
|
||||
type: string
|
||||
|
@ -76,6 +76,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Keystone service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
AdminEmail:
|
||||
default: 'admin@example.com'
|
||||
description: The email for the keystone admin account.
|
||||
|
@ -38,6 +38,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Manila services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
RabbitPassword:
|
||||
description: The password for RabbitMQ
|
||||
type: string
|
||||
|
@ -47,6 +47,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Memcached service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
|
||||
conditions:
|
||||
service_debug:
|
||||
|
@ -39,6 +39,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Mistral services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
RabbitPassword:
|
||||
description: The password for RabbitMQ
|
||||
type: string
|
||||
|
@ -58,6 +58,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Neutron services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
EnableConfigPurge:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -82,6 +82,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Nova services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
EnableConfigPurge:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -38,6 +38,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Octavia services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
EnableConfigPurge:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -42,6 +42,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Panko services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
KeystoneRegion:
|
||||
type: string
|
||||
default: 'regionOne'
|
||||
|
@ -60,6 +60,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Sahara services.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
SaharaPlugins:
|
||||
default: ["ambari","cdh","mapr","vanilla","spark","storm"]
|
||||
description: Sahara enabled plugin list
|
||||
|
@ -42,6 +42,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Tacker service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
KeystoneRegion:
|
||||
type: string
|
||||
default: 'regionOne'
|
||||
|
@ -38,6 +38,8 @@ parameters:
|
||||
default: ''
|
||||
description: Set to True to enable debugging Zaqar service.
|
||||
type: string
|
||||
constraints:
|
||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
||||
ZaqarPassword:
|
||||
description: The password for Zaqar
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user