Skip to content

Commit

Permalink
Merge pull request openshift#2606 from abutcher/nuage-haproxy-port
Browse files Browse the repository at this point in the history
Add nuage rest server port to haproxy firewall rules.
  • Loading branch information
tbielawa authored Nov 16, 2016
2 parents c848f7d + 8e62e9c commit 3b41756
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/openshift_loadbalancer/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ dependencies:
port: "9000/tcp"
- service: haproxy balance
port: "{{ openshift_master_api_port | default(8443) }}/tcp"
- role: os_firewall
os_firewall_allow:
- service: nuage mon
port: "{{ nuage_mon_rest_server_port | default(9443) }}/tcp"
when: openshift_use_nuage | default(false) | bool
- role: openshift_repos

0 comments on commit 3b41756

Please sign in to comment.