Default CertmongerUser to be defined for undercloud setup
In instack-undercloud we're defaulting the certmonger_user puppet setup to be always included [1]. This is because we want it to setup the local CA, even if it doesn't set up any certificates. We want the same for the containerized undercloud. [1] https://review.openstack.org/#/c/558768 Change-Id: I4ec27755de82b9ced9144c27089eba33b36cb17f
This commit is contained in:
parent
1db66f5d73
commit
7414edfee7
@ -3,5 +3,4 @@ parameter_defaults:
|
||||
PublicSSLCertificateAutogenerated: true
|
||||
|
||||
resource_registry:
|
||||
OS::TripleO::Services::CertmongerUser: ../puppet/services/certmonger-user.yaml
|
||||
OS::TripleO::Services::HAProxyPublicTLS: ../puppet/services/haproxy-public-tls-certmonger.yaml
|
||||
|
@ -312,7 +312,7 @@ resource_registry:
|
||||
OS::TripleO::Services::NeutronVppAgent: OS::Heat::None
|
||||
OS::TripleO::Services::Docker: puppet/services/docker.yaml
|
||||
OS::TripleO::Services::DockerRegistry: OS::Heat::None
|
||||
OS::TripleO::Services::CertmongerUser: OS::Heat::None
|
||||
OS::TripleO::Services::CertmongerUser: puppet/services/certmonger-user.yaml
|
||||
OS::TripleO::Services::Clustercheck: OS::Heat::None
|
||||
OS::TripleO::Services::RsyslogSidecar: OS::Heat::None
|
||||
OS::TripleO::Services::VRTSHyperScale: OS::Heat::None
|
||||
|
Loading…
x
Reference in New Issue
Block a user