diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-02-24 10:53:55 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-24 10:53:55 -0500 |
commit | d1f174183aad7dfa83f8c1496ffdaa25ee53adaa (patch) | |
tree | d02267f6016a31bc03e720b8ddd763bf0f33d483 /playbooks/common/openshift-cluster | |
parent | b251805951a53315db58b6a59bf69c0cc0cfa407 (diff) | |
download | openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.tar.gz openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.tar.bz2 openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.tar.xz openshift-d1f174183aad7dfa83f8c1496ffdaa25ee53adaa.zip |
Pass registry claim to openshift_registry.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-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 |