Browse Source
Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com> Co-Authored-By: Dan Prince <dprince@redhat.com> Co-Authored-By: Ian Main <imain@redhat.com> Change-Id: Icca382db28e4ea57f3cbf24e9e794b428b824db5changes/79/517079/15
9 changed files with 35 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
parameter_defaults: |
||||
InternalTLSCAFile: '/etc/pki/ca-trust/source/anchors/cm-local-ca.pem' |
||||
PublicSSLCertificateAutogenerated: true |
||||
|
||||
resource_registry: |
||||
OS::TripleO::Services::CertmongerUser: ../puppet/services/certmonger-user.yaml |
||||
OS::TripleO::Services::HAProxyPublicTLS: ../puppet/services/haproxy-public-tls-certmonger.yaml |
@ -0,0 +1,2 @@
|
||||
resource_registry: |
||||
OS::TripleO::Services::UndercloudHAProxy: ../../docker/services/haproxy.yaml |
@ -0,0 +1,2 @@
|
||||
resource_registry: |
||||
OS::TripleO::Services::UndercloudKeepalived: ../../docker/services/keepalived.yaml |
@ -0,0 +1,2 @@
|
||||
resource_registry: |
||||
OS::TripleO::Services::UndercloudHAProxy: ../../puppet/services/haproxy.yaml |
@ -0,0 +1,2 @@
|
||||
resource_registry: |
||||
OS::TripleO::Services::UndercloudKeepalived: ../../puppet/services/keepalived.yaml |
Loading…
Reference in new issue