Skip to content

Commit

Permalink
Merge pull request #4825 from abutcher/3.6-containerized-lb-image-tag
Browse files Browse the repository at this point in the history
[3.6] Pass first master's openshift_image_tag to openshift_loadbalancer for…
  • Loading branch information
sdodson authored Aug 8, 2017
2 parents 5e451b1 + d3587ba commit 24f37aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/common/openshift-loadbalancer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
openshift_use_nuage | default(false),
nuage_mon_rest_server_port | default(none)))
+ openshift_loadbalancer_additional_backends | default([]) }}"
openshift_image_tag: "{{ hostvars[groups.oo_first_master.0].openshift_image_tag }}"
roles:
- role: openshift_loadbalancer
2 changes: 2 additions & 0 deletions roles/openshift_loadbalancer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down Expand Up @@ -64,6 +65,7 @@ Example Playbook
- name: master3
address: "192.168.122.223:8443"
opts: check
openshift_image_tag: v3.6.153
```

License
Expand Down

0 comments on commit 24f37aa

Please sign in to comment.