Merge "Default NodeTLSData to always attempt setting TLS cert"
This commit is contained in:
commit
8e6bde2e80
@ -20,7 +20,6 @@ parameter_defaults:
|
||||
SSLIntermediateCertificate: ''
|
||||
|
||||
# The content of the SSL Key in PEM format.
|
||||
# Mandatory. This parameter must be set by the user.
|
||||
# Type: string
|
||||
SSLKey: |
|
||||
The contents of the private key go here
|
||||
|
@ -51,7 +51,7 @@ resource_registry:
|
||||
OS::TripleO::{{role.name}}::NodeUserData: firstboot/userdata_default.yaml
|
||||
{% endfor %}
|
||||
OS::TripleO::NodeTLSCAData: OS::Heat::None
|
||||
OS::TripleO::NodeTLSData: OS::Heat::None
|
||||
OS::TripleO::NodeTLSData: puppet/extraconfig/tls/tls-cert-inject.yaml
|
||||
OS::TripleO::NodeExtraConfig: puppet/extraconfig/pre_deploy/default.yaml
|
||||
OS::TripleO::NodeExtraConfigPost: extraconfig/post_deploy/default.yaml
|
||||
|
||||
|
@ -16,7 +16,10 @@ parameters:
|
||||
description: >
|
||||
The content of an SSL intermediate CA certificate in PEM format.
|
||||
type: string
|
||||
# NOTE(jaosorior): Adding this default is only while we enable TLS by default
|
||||
# for the overcloud. It'll be removed in a subsequent patch.
|
||||
SSLKey:
|
||||
default: ''
|
||||
description: >
|
||||
The content of the SSL Key in PEM format.
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user