summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2018-02-01 14:38:34 +0100
committerVadim Rutkovsky <vrutkovs@redhat.com>2018-02-01 14:38:34 +0100
commitd498f15ca89c6ec79cead8012d91856c61bd0220 (patch)
treedc71a97ab045c5b0ed1e0030a7f42464b759eaf2 /inventory
parent1a58f7fc7622e3e96dab0b45737203ae89af8e76 (diff)
downloadopenshift-d498f15ca89c6ec79cead8012d91856c61bd0220.tar.gz
openshift-d498f15ca89c6ec79cead8012d91856c61bd0220.tar.bz2
openshift-d498f15ca89c6ec79cead8012d91856c61bd0220.tar.xz
openshift-d498f15ca89c6ec79cead8012d91856c61bd0220.zip
hosts.example: clarify usage of openshift_master_cluster_public_hostname
Diffstat (limited to 'inventory')
-rw-r--r--inventory/hosts.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/inventory/hosts.example b/inventory/hosts.example
index f9f331880..18e094812 100644
--- a/inventory/hosts.example
+++ b/inventory/hosts.example
@@ -325,7 +325,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# or to one or all of the masters defined in the inventory if no load
# balancer is present.
#openshift_master_cluster_hostname=openshift-ansible.test.example.com
-#openshift_master_cluster_public_hostname=openshift-ansible.test.example.com
+
+# If an external load balancer is used public hostname should resolve to
+# external load balancer address
+#openshift_master_cluster_public_hostname=openshift-ansible.public.example.com
# Configure controller arguments
#osm_controller_args={'resource-quota-sync-period': ['10s']}