summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-08-04 15:00:46 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-08-08 15:31:29 -0400
commitaf64e08020e94566f27e4f44b48d485b37b236c1 (patch)
tree56bab471e4f496f1d7498d64d287a8633b2ebe7a /roles/openshift_hosted
parent6d34ffd8e302028fab9316fe45aa537dc6434e5c (diff)
downloadopenshift-af64e08020e94566f27e4f44b48d485b37b236c1.tar.gz
openshift-af64e08020e94566f27e4f44b48d485b37b236c1.tar.bz2
openshift-af64e08020e94566f27e4f44b48d485b37b236c1.tar.xz
openshift-af64e08020e94566f27e4f44b48d485b37b236c1.zip
Move storage includes up to main.
Diffstat (limited to 'roles/openshift_hosted')
-rw-r--r--roles/openshift_hosted/tasks/registry/registry.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_hosted/tasks/registry/registry.yml b/roles/openshift_hosted/tasks/registry/registry.yml
index fc037ceda..b28974236 100644
--- a/roles/openshift_hosted/tasks/registry/registry.yml
+++ b/roles/openshift_hosted/tasks/registry/registry.yml
@@ -50,7 +50,9 @@
when: replicas | int > 0
- include: storage/object_storage.yml
+ static: no
when: replicas | int > 0 and openshift.hosted.registry.storage.kind | default(none) == 'object'
- include: storage/persistent_volume.yml
+ static: no
when: replicas | int > 0 and openshift.hosted.registry.storage.kind | default(none) in ['nfs', 'openstack']