Skip to content

Commit

Permalink
Merge pull request #8739 from mgugino-upstream-stage/fix-error-msg
Browse files Browse the repository at this point in the history
Fix hostname check failure message
  • Loading branch information
sdodson authored Jun 14, 2018
2 parents 044a137 + 6901302 commit 0e1205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/init/validate_hostnames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
openshift_hostname variable to a hostname that when resolved on the host
in question resolves to an IP address matching an interface on this host.
This will ensure proper functionality of OpenShift networking features.
Inventory setting: openshift_hostname={{ openshift_hostname }}
Inventory setting: openshift_hostname={{ openshift_hostname | default ('undefined') }}
This check can be overridden by setting openshift_hostname_check=false in
the inventory.
See https://docs.openshift.org/latest/install_config/install/advanced_install.html#configuring-host-variables
Expand Down

0 comments on commit 0e1205e

Please sign in to comment.