diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-13 11:41:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-13 11:41:20 +0000 |
commit | a3f9cf1314ae2d29ba68c012069dcc2b2431aa05 (patch) | |
tree | 0393d112c2ffc8ce70a621944a3475f38cd6ecf9 /environments/services/haproxy-public-tls-certmonger.yaml | |
parent | 3c438851e73489e03e7fd0e54ce700f5c8953ce3 (diff) | |
parent | 9bf37e06b53a1f621eb4fee314a57d2d4a17c644 (diff) |
Merge "Add HAProxy TLS handled by certmonger as composable service"
Diffstat (limited to 'environments/services/haproxy-public-tls-certmonger.yaml')
-rw-r--r-- | environments/services/haproxy-public-tls-certmonger.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/environments/services/haproxy-public-tls-certmonger.yaml b/environments/services/haproxy-public-tls-certmonger.yaml new file mode 100644 index 00000000..d3ad3ad4 --- /dev/null +++ b/environments/services/haproxy-public-tls-certmonger.yaml @@ -0,0 +1,4 @@ +# A Heat environment file which can be used to enable a +# a TLS for HAProxy via certmonger +resource_registry: + OS::TripleO::Services::HAProxyPublicTLS: ../../puppet/services/haproxy-public-tls-certmonger.yaml |