Merge "Set balance to source for openshift_router endpoints" into stable/rocky

This commit is contained in:
Zuul 2019-01-03 18:52:44 +00:00 committed by Gerrit Code Review
commit 6a117fd062
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ outputs:
internal_ip: "%{hiera('openshift_infra_vip')}"
service_port: 80
listen_options:
balance: 'roundrobin'
balance: 'source'
member_options: [ 'check', 'inter 2000', 'rise 2', 'fall 5' ]
haproxy_listen_bind_param: ['transparent']
openshift-router-https:
@ -73,7 +73,7 @@ outputs:
internal_ip: "%{hiera('openshift_infra_vip')}"
service_port: 443
listen_options:
balance: 'roundrobin'
balance: 'source'
member_options: [ 'check', 'inter 2000', 'rise 2', 'fall 5' ]
haproxy_listen_bind_param: ['transparent']
upgrade_tasks: []