diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-30 11:07:41 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-10-30 15:27:00 -0400 |
commit | c088db59c873adb675439e9635c302115c50ba6d (patch) | |
tree | a121651d152f6973e652243ba55ff3cd40974d2e /inventory | |
parent | 0b0dea682dfc957651c035eb822afe89d16895af (diff) | |
download | openshift-c088db59c873adb675439e9635c302115c50ba6d.tar.gz openshift-c088db59c873adb675439e9635c302115c50ba6d.tar.bz2 openshift-c088db59c873adb675439e9635c302115c50ba6d.tar.xz openshift-c088db59c873adb675439e9635c302115c50ba6d.zip |
Add arbitrary firewall port config to master too
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 75ddf8e10..070c20345 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -1044,6 +1044,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # openshift_management_template_parameters={'APPLICATION_MEM_REQ': '512Mi'} #openshift_management_template_parameters: {} +# Firewall configuration +# You can open additional firewall ports by defining them as a list. of service +# names and ports/port ranges for either masters or nodes. +#openshift_master_open_ports=[{"service":"svc1","port":"11/tcp"}] +#openshift_node_open_ports=[{"service":"svc2","port":"12-13/tcp"},{"service":"svc3","port":"14/udp"}] + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |