summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-24 11:36:17 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-24 11:36:17 -0500
commitb9d2dd909dcbe06a69b61d9dc8a191b5abbf965a (patch)
treed02267f6016a31bc03e720b8ddd763bf0f33d483
parentb251805951a53315db58b6a59bf69c0cc0cfa407 (diff)
parentd1f174183aad7dfa83f8c1496ffdaa25ee53adaa (diff)
downloadopenshift-b9d2dd909dcbe06a69b61d9dc8a191b5abbf965a.tar.gz
openshift-b9d2dd909dcbe06a69b61d9dc8a191b5abbf965a.tar.bz2
openshift-b9d2dd909dcbe06a69b61d9dc8a191b5abbf965a.tar.xz
openshift-b9d2dd909dcbe06a69b61d9dc8a191b5abbf965a.zip
Merge pull request #1486 from abutcher/bz1311410
Pass registry claim to openshift_registry.
-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