From ae594837c1346e084ee7270d73d61b8e7d859f3c Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 11 Jan 2019 14:59:18 +0100 Subject: [PATCH] force cinder persistent volumes usage --- inventory/group_vars/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index df07a96..5eba021 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -199,6 +199,7 @@ ansible_user: openshift # If you want to use the VM storage instead of Cinder volumes, set this to `true`. # NOTE: this is for testing only! Your data will be gone once the VM disappears! # openshift_openstack_ephemeral_volumes: false +openshift_use_cinder_persistent_volume: true ## cloud config openshift_openstack_disable_root: true