From 52925ba9cf329a7f029ca7ed196071b29d69ac08 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 4 Apr 2017 09:54:21 +0300 Subject: Add TLS in the internal network for Swift Proxy This adds the necessary bits for a TLS Proxy to be placed in front of swift proxy when TLS-everywhere is enabled. This will be furtherly cleaned up once the t-h-t bits are added. bp tls-via-certmonger Change-Id: I6e7193cc5b4bb7e56cc89e0a293c91b0d391c68e --- 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 ca83407..9d8190e 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1236,6 +1236,7 @@ class tripleo::haproxy ( listen_options => $swift_proxy_server_listen_options, public_ssl_port => $ports[swift_proxy_ssl_port], service_network => $swift_proxy_server_network, + member_options => union($haproxy_member_options, $internal_tls_member_options), } } -- cgit 1.2.3-korg