diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-03-10 16:08:35 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-03-10 16:25:22 -0600 |
commit | 290f703cc0341fcec66bc6ba8f0c05a1e02649b6 (patch) | |
tree | d5b280cbd2988a0b4bc2e3519419824b43280558 /roles/openshift_metrics/tasks | |
parent | 39d078c8b1a17f3e4b827f9962a9f317a6464f3e (diff) | |
download | openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.tar.gz openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.tar.bz2 openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.tar.xz openshift-290f703cc0341fcec66bc6ba8f0c05a1e02649b6.zip |
cherry picking from #3621 #3614 #3627
Diffstat (limited to 'roles/openshift_metrics/tasks')
-rw-r--r-- | roles/openshift_metrics/tasks/install_cassandra.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_metrics/tasks/install_cassandra.yaml b/roles/openshift_metrics/tasks/install_cassandra.yaml index 66c81562b..878bf2c82 100644 --- a/roles/openshift_metrics/tasks/install_cassandra.yaml +++ b/roles/openshift_metrics/tasks/install_cassandra.yaml @@ -22,6 +22,8 @@ with_sequence: count={{ openshift_metrics_cassandra_replicas }} changed_when: false +- set_fact: openshift_metrics_cassandra_pvc_prefix="{{ openshift_metrics_cassandra_pvc_prefix | default('hawkular-metrics') }}" + - name: generate hawkular-cassandra persistent volume claims template: src: pvc.j2 |