diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2015-08-26 12:54:29 -0400 | 
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:57:22 -0500 | 
| commit | 16e085b44ba3e3328ec7d8a5dd5e2331c7f633a6 (patch) | |
| tree | 90247fec3c76306cda9593bb1702694ba1c44eac /playbooks/common/openshift-master | |
| parent | a094ba9c632d9b0f66f49d35f6fed26e4b118a12 (diff) | |
| download | openshift-16e085b44ba3e3328ec7d8a5dd5e2331c7f633a6.tar.gz openshift-16e085b44ba3e3328ec7d8a5dd5e2331c7f633a6.tar.bz2 openshift-16e085b44ba3e3328ec7d8a5dd5e2331c7f633a6.tar.xz openshift-16e085b44ba3e3328ec7d8a5dd5e2331c7f633a6.zip | |
default to source persistence for haproxy
Diffstat (limited to 'playbooks/common/openshift-master')
| -rw-r--r-- | playbooks/common/openshift-master/config.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 9de72fcde..d1aa9c85c 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -238,7 +238,7 @@      - name: atomic-openshift-api        mode: tcp        option: tcplog -      balance: roundrobin +      balance: source        servers: "{{ hostvars.localhost.haproxy_backend_servers }}"    roles:    - role: haproxy | 
