diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 16:45:43 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 16:45:43 -0500 |
commit | 1b9d5b8dbda0819e3edd1255f3ae07821e9c1a7b (patch) | |
tree | 33d449f540d21525569d8003e2f92c0b62d14edc /inventory | |
parent | e728f3aa7238afeddcc6dbf7d11cb5ea2a51c22f (diff) | |
parent | 993785d915b08ad3c1d25faf20759e80733d77d0 (diff) | |
download | openshift-1b9d5b8dbda0819e3edd1255f3ae07821e9c1a7b.tar.gz openshift-1b9d5b8dbda0819e3edd1255f3ae07821e9c1a7b.tar.bz2 openshift-1b9d5b8dbda0819e3edd1255f3ae07821e9c1a7b.tar.xz openshift-1b9d5b8dbda0819e3edd1255f3ae07821e9c1a7b.zip |
Merge pull request #967 from detiber/setHostname
Rework setting of hostname
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 50a683cfc..ef0736b63 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -149,6 +149,11 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # interface other than the default network interface. #openshift_node_set_node_ip=True +# Force setting of system hostname when configuring OpenShift +# This works around issues related to installations that do not have valid dns +# entries for the interfaces attached to the host. +#openshift_set_hostname=True + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |