From 22d3a96deaf74b7aa9aa021a73ef39e2b4da3378 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 11 Mar 2018 19:24:51 +0100 Subject: Introduce openshift_hosted_registry_storage_class configuration variable to enable dynamicly provisioned GlusterFS volume for hosted registry --- roles/openshift_hosted/tasks/registry_storage.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/openshift_hosted/tasks/registry_storage.yml') diff --git a/roles/openshift_hosted/tasks/registry_storage.yml b/roles/openshift_hosted/tasks/registry_storage.yml index aa66a7867..e1b8c4e5e 100644 --- a/roles/openshift_hosted/tasks/registry_storage.yml +++ b/roles/openshift_hosted/tasks/registry_storage.yml @@ -2,3 +2,4 @@ - include_tasks: storage/glusterfs.yml when: - openshift_hosted_registry_storage_kind | default(none) == 'glusterfs' or openshift_hosted_registry_storage_glusterfs_swap + - openshift_hosted_registry_storage_class is not defined -- cgit v1.2.1