summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJeff Cantrill <jcantril@redhat.com>2017-02-10 09:20:16 -0500
committerJeff Cantrill <jcantril@redhat.com>2017-02-10 11:13:03 -0500
commit8d103f6bdea2a02d6e4769e4868dd398ecf2a60f (patch)
treea502b212e63f2da8660cd303dee3a0ef97e31dce /playbooks
parent094fd21ceab111900c518dfad874b434c81e62ee (diff)
downloadopenshift-8d103f6bdea2a02d6e4769e4868dd398ecf2a60f.tar.gz
openshift-8d103f6bdea2a02d6e4769e4868dd398ecf2a60f.tar.bz2
openshift-8d103f6bdea2a02d6e4769e4868dd398ecf2a60f.tar.xz
openshift-8d103f6bdea2a02d6e4769e4868dd398ecf2a60f.zip
bug 1399523. Ops pvc should have different prefix from non-ops for openshift_logging
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/openshift_hosted.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_hosted.yml b/playbooks/common/openshift-cluster/openshift_hosted.yml
index ca4f5b8b2..40bd8ccd0 100644
--- a/playbooks/common/openshift-cluster/openshift_hosted.yml
+++ b/playbooks/common/openshift-cluster/openshift_hosted.yml
@@ -41,7 +41,7 @@
openshift_hosted_logging_elasticsearch_ops_cluster_size: "{{ logging_elasticsearch_ops_cluster_size }}"
openshift_hosted_logging_elasticsearch_ops_pvc_dynamic: "{{ 'true' if openshift_hosted_logging_storage_kind | default(none) == 'dynamic' else '' }}"
openshift_hosted_logging_elasticsearch_ops_pvc_size: "{{ openshift.hosted.logging.storage.volume.size if openshift_hosted_logging_storage_kind | default(none) in ['dynamic','nfs' ] else '' }}"
- openshift_hosted_logging_elasticsearch_ops_pvc_prefix: "{{ 'logging-es' if openshift_hosted_logging_storage_kind | default(none) =='dynamic' else '' }}"
+ openshift_hosted_logging_elasticsearch_ops_pvc_prefix: "{{ 'logging-es-ops' if openshift_hosted_logging_storage_kind | default(none) =='dynamic' else '' }}"
- role: cockpit-ui
when: ( openshift.common.version_gte_3_3_or_1_3 | bool ) and ( openshift_hosted_manage_registry | default(true) | bool ) and not (openshift.docker.hosted_registry_insecure | default(false) | bool)