Merge "Fix sample env data"
This commit is contained in:
commit
6fe62ce661
@ -17,9 +17,9 @@ parameter_defaults:
|
|||||||
# Type: boolean
|
# Type: boolean
|
||||||
EnableInternalTLS: True
|
EnableInternalTLS: True
|
||||||
|
|
||||||
# Rabbit client subscriber parameter to specify an SSL connection to the RabbitMQ host.
|
# Messaging client subscriber parameter to specify an SSL connection to the messaging host.
|
||||||
# Type: string
|
# Type: string
|
||||||
RabbitClientUseSSL: True
|
RpcUseSSL: True
|
||||||
|
|
||||||
# Extra properties or metadata passed to Nova for the created nodes in the overcloud. It's accessible via the Nova metadata API.
|
# Extra properties or metadata passed to Nova for the created nodes in the overcloud. It's accessible via the Nova metadata API.
|
||||||
# Type: json
|
# Type: json
|
||||||
|
@ -34,17 +34,17 @@ environments:
|
|||||||
- EnableInternalTLS
|
- EnableInternalTLS
|
||||||
puppet/services/nova-base.yaml:
|
puppet/services/nova-base.yaml:
|
||||||
parameters:
|
parameters:
|
||||||
- RabbitClientUseSSL
|
- RpcUseSSL
|
||||||
overcloud.yaml:
|
overcloud.yaml:
|
||||||
parameters:
|
parameters:
|
||||||
- ServerMetadata
|
- ServerMetadata
|
||||||
static:
|
static:
|
||||||
- EnableInternalTLS
|
- EnableInternalTLS
|
||||||
- RabbitClientUseSSL
|
- RpcUseSSL
|
||||||
- ServerMetadata
|
- ServerMetadata
|
||||||
sample_values:
|
sample_values:
|
||||||
EnableInternalTLS: True
|
EnableInternalTLS: True
|
||||||
RabbitClientUseSSL: True
|
RpcUseSSL: True
|
||||||
ServerMetadata: |-2
|
ServerMetadata: |-2
|
||||||
|
|
||||||
ipa_enroll: True
|
ipa_enroll: True
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
# Report an error if the generated sample environments are not in sync with
|
# Report an error if the generated sample environments are not in sync with
|
||||||
# the current configuration and templates.
|
# the current configuration and templates.
|
||||||
|
Loading…
Reference in New Issue
Block a user