summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-03-02 11:00:29 -0500
committerJason DeTiberus <jdetiber@redhat.com>2015-03-02 11:02:00 -0500
commitb8e4abd2f23409432f65c4bd4a48e3732adeea47 (patch)
tree495fd94a77259c2efe36d89ab60f2baa608120c4 /roles/openshift_common
parent8fea5fec61fabac1a72e8cc2a0874501ed4458ac (diff)
downloadopenshift-b8e4abd2f23409432f65c4bd4a48e3732adeea47.tar.gz
openshift-b8e4abd2f23409432f65c4bd4a48e3732adeea47.tar.bz2
openshift-b8e4abd2f23409432f65c4bd4a48e3732adeea47.tar.xz
openshift-b8e4abd2f23409432f65c4bd4a48e3732adeea47.zip
Add openshift_hostname default variable to openshift_common
- for use anywhere the hostname is used that would be dependent on the openshift_hostname_workaround setting.
Diffstat (limited to 'roles/openshift_common')
-rw-r--r--roles/openshift_common/defaults/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_common/defaults/main.yml b/roles/openshift_common/defaults/main.yml
index cda966c96..a541591fb 100644
--- a/roles/openshift_common/defaults/main.yml
+++ b/roles/openshift_common/defaults/main.yml
@@ -5,3 +5,4 @@ openshift_debug_level: 0
# TODO: Once openshift stops resolving hostnames for node queries remove
# this...
openshift_hostname_workaround: true
+openshift_hostname: "{{ openshift_public_ip if openshift_hostname_workaround else ansible_fqdn }}"