aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/haproxy.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-25 20:49:40 +0000
committerGerrit Code Review <review@openstack.org>2017-01-25 20:49:40 +0000
commit74a97cb69a7822b620eb35527f5a1a48d94d7221 (patch)
tree1c27ffd5562faaf4119774c46b7dc6254ca41ad8 /puppet/services/haproxy.yaml
parentf81ab70a585b5c6c0e52cbbfc654873d00722fb9 (diff)
parent80086fd342032ec448a84ecf7c5dbe98d381450a (diff)
Merge "Add metadata settings for needed kerberos principals"
Diffstat (limited to 'puppet/services/haproxy.yaml')
-rw-r--r--puppet/services/haproxy.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/haproxy.yaml b/puppet/services/haproxy.yaml
index 9049c901..981a08d2 100644
--- a/puppet/services/haproxy.yaml
+++ b/puppet/services/haproxy.yaml
@@ -84,3 +84,9 @@ outputs:
- name: Start haproxy service
tags: step4 # Needed at step 4 for mysql
service: name=haproxy state=started
+ metadata_settings:
+ yaql:
+ expression: '[].concat(coalesce($.data.internal, []), coalesce($.data.public, []))'
+ data:
+ public: {get_attr: [HAProxyPublicTLS, role_data, metadata_settings]}
+ internal: {get_attr: [HAProxyInternalTLS, role_data, metadata_settings]}