From 60d187ee0bc87c33e4b6e4d79983089157ce7565 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 7 Apr 2017 16:24:10 -0400 Subject: Enable internal network TLS for etcd bp secure-etcd Change-Id: I0759deef7cbcf13b9056350e92f01afd33e9c649 Signed-off-by: Feng Pan --- manifests/haproxy.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/haproxy.pp') 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', } -- cgit 1.2.3-korg