summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-02-24 10:53:55 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-02-24 10:53:55 -0500
commitd1f174183aad7dfa83f8c1496ffdaa25ee53adaa (patch)
treed02267f6016a31bc03e720b8ddd763bf0f33d483 /playbooks
parentb251805951a53315db58b6a59bf69c0cc0cfa407 (diff)
downloadopenshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.tar.gz
openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.tar.bz2
openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.tar.xz
openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.zip
Pass registry claim to openshift_registry.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/additional_config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml
index 0f4e6ab88..1ac78468a 100644
--- a/playbooks/common/openshift-cluster/additional_config.yml
+++ b/playbooks/common/openshift-cluster/additional_config.yml
@@ -52,4 +52,5 @@
- role: openshift_router
when: deploy_infra | bool
- role: openshift_registry
+ registry_volume_claim: "{{ openshift.hosted.registry.storage.volume.name }}-claim"
when: deploy_infra | bool and attach_registry_volume | bool