From e49ef6dc00e0e67192d7f9bea5579c1ea511c700 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 30 May 2018 22:26:06 +0000 Subject: [PATCH] Have to set this to use nfs --- .../templates/cluster-inventory.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index f84f27b353..0345f6199a 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -17,6 +17,7 @@ etcd {% if env == "staging" %} # Disable the service catalog. We don't use it and it needs persistent storage. openshift_enable_service_catalog=false +openshift_enable_unsupported_configurations=true {% endif %} # Have upgrader also restart systems in a rolling manner. openshift_rolling_restart_mode=system