Merge "Enable HAProxy mode http for Swift and Ceph RGW"

This commit is contained in:
Zuul 2018-07-31 17:18:11 +00:00 committed by Gerrit Code Review
commit dd67adb7b8
1 changed files with 2 additions and 0 deletions

View File

@ -1212,6 +1212,7 @@ class tripleo::haproxy (
service_port => $ports[swift_proxy_port],
ip_addresses => hiera('swift_proxy_node_ips', $controller_hosts_real),
server_names => hiera('swift_proxy_node_names', $controller_hosts_names_real),
mode => 'http',
listen_options => merge($default_listen_options, $swift_proxy_server_listen_options),
public_ssl_port => $ports[swift_proxy_ssl_port],
service_network => $swift_proxy_server_network,
@ -1501,6 +1502,7 @@ class tripleo::haproxy (
service_port => $ports[ceph_rgw_port],
ip_addresses => hiera('ceph_rgw_node_ips', $controller_hosts_real),
server_names => hiera('ceph_rgw_node_names', $controller_hosts_names_real),
mode => 'http',
public_ssl_port => $ports[ceph_rgw_ssl_port],
service_network => $ceph_rgw_network,
listen_options => merge($default_listen_options, { 'option' => [ 'httpchk HEAD /' ] }),