diff options
| author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-24 11:36:17 -0500 | 
|---|---|---|
| committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-24 11:36:17 -0500 | 
| commit | b9d2dd909dcbe06a69b61d9dc8a191b5abbf965a (patch) | |
| tree | d02267f6016a31bc03e720b8ddd763bf0f33d483 /playbooks | |
| parent | b251805951a53315db58b6a59bf69c0cc0cfa407 (diff) | |
| parent | d1f174183aad7dfa83f8c1496ffdaa25ee53adaa (diff) | |
| download | openshift-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.
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/common/openshift-cluster/additional_config.yml | 1 | 
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  | 
