summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-26 14:39:11 -0400
committerGitHub <noreply@github.com>2017-07-26 14:39:11 -0400
commitefb0483474caa577c65d58d9a7d5a152052825ed (patch)
tree9268ad6653e3789b4cdae41660a398636504cffb /roles
parentf91b0fc1aca24e551b80d0e81f098fc35793bb16 (diff)
parentf5a610764e20e214d99bd663f8aeb7700777df5d (diff)
downloadopenshift-efb0483474caa577c65d58d9a7d5a152052825ed.tar.gz
openshift-efb0483474caa577c65d58d9a7d5a152052825ed.tar.bz2
openshift-efb0483474caa577c65d58d9a7d5a152052825ed.tar.xz
openshift-efb0483474caa577c65d58d9a7d5a152052825ed.zip
Merge pull request #4816 from abutcher/containerized-lb-image-tag
Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_loadbalancer/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_loadbalancer/README.md b/roles/openshift_loadbalancer/README.md
index bea4c509b..330895f20 100644
--- a/roles/openshift_loadbalancer/README.md
+++ b/roles/openshift_loadbalancer/README.md
@@ -25,6 +25,7 @@ From this role:
| openshift_loadbalancer_default_maxconn | 20000 | Maximum per-process number of concurrent connections. |
| openshift_loadbalancer_frontends | none | List of frontends. See example below. |
| openshift_loadbalancer_backends | none | List of backends. See example below. |
+| openshift_image_tag | none | Image tag for containerized haproxy image. |
Dependencies
------------
@@ -64,6 +65,7 @@ Example Playbook
- name: master3
address: "192.168.122.223:8443"
opts: check
+ openshift_image_tag: v3.6.153
```
License