aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-09-27 08:58:50 +0000
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-10-19 17:41:34 +0300
commit9f9a6db9fc479355ee67ec45f170b77de56a1bdb (patch)
tree12e96cbc51c34f143e2d5af63ad2c43df306e7c7 /manifests/haproxy.pp
parentaa7315e58530861753e00779e55b5d4ab4ef5089 (diff)
Enable TLS in the internal network for gnocchi
This optionally enables TLS for gnocchi in the internal network. If internal TLS is enabled, each node that is serving the gnocchi service will use certmonger to request its certificate. bp tls-via-certmonger Change-Id: Ie983933e062ac6a7f0af4d88b32634e6ce17838b
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 4c8859e..fdffe20 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -906,6 +906,7 @@ class tripleo::haproxy (
server_names => hiera('gnocchi_api_node_names', $controller_hosts_names_real),
public_ssl_port => $ports[gnocchi_api_ssl_port],
service_network => $gnocchi_network,
+ member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}