summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-09-09 12:03:09 -0400
committerScott Dodson <sdodson@redhat.com>2015-09-10 09:22:33 -0400
commit12b56e720a8221208fbc1c5dd8a7e5732aa4f04e (patch)
treef8e5921035094af05d4235c39022a85a9c88aa85 /roles/openshift_common
parent5ea59791dd5fd30664f076a3a768c34a99ff6af8 (diff)
downloadopenshift-12b56e720a8221208fbc1c5dd8a7e5732aa4f04e.tar.gz
openshift-12b56e720a8221208fbc1c5dd8a7e5732aa4f04e.tar.bz2
openshift-12b56e720a8221208fbc1c5dd8a7e5732aa4f04e.tar.xz
openshift-12b56e720a8221208fbc1c5dd8a7e5732aa4f04e.zip
Move openshift_data_dir to a fact based on deployment_type
Previously this was being set to /var/lib/origin regardless of deployment_type which isn't correct given that existing 'enterprise' and 'online' deployments would have been deployed with /var/lib/openshift
Diffstat (limited to 'roles/openshift_common')
-rw-r--r--roles/openshift_common/vars/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_common/vars/main.yml b/roles/openshift_common/vars/main.yml
index 817fe0a5f..50816d319 100644
--- a/roles/openshift_common/vars/main.yml
+++ b/roles/openshift_common/vars/main.yml
@@ -5,5 +5,3 @@
# chains with the public zone (or the zone associated with the correct
# interfaces)
os_firewall_use_firewalld: False
-
-openshift_data_dir: /var/lib/origin