aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-04-07 16:24:10 -0400
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-04-12 08:28:02 +0000
commit60d187ee0bc87c33e4b6e4d79983089157ce7565 (patch)
tree1eaeab7c225b300a97434e934fdb95bab460615b /manifests/haproxy.pp
parent39568b17ad87b7e85a8734d1413e4c8eba90b102 (diff)
Enable internal network TLS for etcd
bp secure-etcd Change-Id: I0759deef7cbcf13b9056350e92f01afd33e9c649 Signed-off-by: Feng Pan <fpan@redhat.com>
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 a32c8d9..5021af6 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -1353,6 +1353,7 @@ class tripleo::haproxy (
ip_addresses => hiera('etcd_node_ips', $controller_hosts_real),
server_names => hiera('etcd_node_names', $controller_hosts_names_real),
service_network => $etcd_network,
+ member_options => union($haproxy_member_options, $internal_tls_member_options),
listen_options => {
'balance' => 'source',
}