summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2018-01-22 13:45:55 -0500
committerRussell Teague <rteague@redhat.com>2018-01-22 13:45:55 -0500
commitc7f845f8dde3c09c5d1495cc34f5219f380bd782 (patch)
treeee95b3cd6ee8a6e373ff02460fa554c24d21ff0c /utils
parent9dc31f10b113cb0ceab1ba992ad2609da140ba6f (diff)
downloadopenshift-c7f845f8dde3c09c5d1495cc34f5219f380bd782.tar.gz
openshift-c7f845f8dde3c09c5d1495cc34f5219f380bd782.tar.bz2
openshift-c7f845f8dde3c09c5d1495cc34f5219f380bd782.tar.xz
openshift-c7f845f8dde3c09c5d1495cc34f5219f380bd782.zip
[1506750] Ensure proper hostname check override
Diffstat (limited to 'utils')
-rw-r--r--utils/src/ooinstall/openshift_ansible.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/openshift_ansible.py b/utils/src/ooinstall/openshift_ansible.py
index 216664cd0..84a76fa53 100644
--- a/utils/src/ooinstall/openshift_ansible.py
+++ b/utils/src/ooinstall/openshift_ansible.py
@@ -122,7 +122,7 @@ def write_inventory_vars(base_inventory, lb):
if CFG.deployment.variables['ansible_ssh_user'] != 'root':
base_inventory.write('ansible_become=yes\n')
- base_inventory.write('openshift_override_hostname_check=true\n')
+ base_inventory.write('openshift_hostname_check=false\n')
if lb is not None:
base_inventory.write("openshift_master_cluster_hostname={}\n".format(lb.hostname))