Merge "Default CertmongerUser to be defined for undercloud setup"

This commit is contained in:
Zuul 2018-04-09 23:06:37 +00:00 committed by Gerrit Code Review
commit 61d6fee432
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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