From cfb59de75d2f1818065a9e9abd62a10cb15cdf47 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Aug 2018 23:50:24 +0000 Subject: [PATCH] have to set this because nfs is unsupported --- .../templates/cluster-inventory-stg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index 40e6dee70d..09487902b9 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -1145,3 +1145,4 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"} # Enable unsupported configurations, things that will yield a partially # functioning cluster but would not be supported for production use #openshift_enable_unsupported_configurations=false +openshift_enable_unsupported_configurations=True