aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-08-17 17:29:32 +0000
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-08-17 17:29:32 +0000
commit264f22835a51893b5308bb2ade043c201d18c49b (patch)
treef7ace3cd070731357b82df1fedb7edb80346f3bb /manifests/haproxy.pp
parent37da5edb7b7034c8871872701029c95b55a130de (diff)
Add TLS for nova metadata service
This adds a TLS proxy in front of it so it serves TLS in the internal network. bp tls-via-certmonger Change-Id: I97ac2da29be468c75713fe2fae7e6d84cae8f67c
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index a3d088a..697f9ff 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -1071,6 +1071,7 @@ class tripleo::haproxy (
'option' => [ 'httpchk', ],
},
service_network => $nova_metadata_network,
+ member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}