Merge "Add UseNotifySSL to environments/ssl/enable-internal-tls.yaml"

This commit is contained in:
Zuul 2018-10-03 09:37:27 +00:00 committed by Gerrit Code Review
commit 77088da1b8
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,10 @@ parameter_defaults:
# Type: boolean
EnableInternalTLS: True
# Messaging Notification client subscriber parameter to specify an SSL connection to the messaging host.
# Type: string
NotifyUseSSL: True
# Messaging client subscriber parameter to specify an SSL connection to the messaging host.
# Type: string
RpcUseSSL: True

View File

@ -33,16 +33,21 @@ environments:
puppet/services/nova-base.yaml:
parameters:
- RpcUseSSL
puppet/services/messaging/notify-rabbitmq.yaml:
parameters:
- NotifyUseSSL
overcloud.yaml:
parameters:
- ServerMetadata
static:
- EnableInternalTLS
- RpcUseSSL
- NotifyUseSSL
- ServerMetadata
sample_values:
EnableInternalTLS: True
RpcUseSSL: True
NotifyUseSSL: True
ServerMetadata: |-2
ipa_enroll: True