diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-02-01 16:41:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-01 16:41:57 -0500 |
commit | ef01824f57ed58e38eefc142a191b73ddfe7dda2 (patch) | |
tree | dccef6c4d13c684312dffe75f7df215a84932afe | |
parent | 4fa3f454f7541b98f5123a922f18768deab3df4c (diff) | |
parent | d498f15ca89c6ec79cead8012d91856c61bd0220 (diff) | |
download | openshift-ef01824f57ed58e38eefc142a191b73ddfe7dda2.tar.gz openshift-ef01824f57ed58e38eefc142a191b73ddfe7dda2.tar.bz2 openshift-ef01824f57ed58e38eefc142a191b73ddfe7dda2.tar.xz openshift-ef01824f57ed58e38eefc142a191b73ddfe7dda2.zip |
Merge pull request #6972 from vrutkovs/hosts-external-lb-public
hosts.example: clarify usage of openshift_master_cluster_public_hostname
-rw-r--r-- | inventory/hosts.example | 5 |
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']} |