diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-10-07 16:58:36 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-10-21 16:37:51 -0400 |
commit | 9293059f5d331e26fc86c9fc841e2a57fcba8ae6 (patch) | |
tree | 3ad52f5b0112fc411ac4a52f9a9a1b3a1fc8e26a /roles/openshift_metrics/tasks | |
parent | b5570b656e59756ad6ea5b24be253f15d0e3ca41 (diff) | |
download | openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.tar.gz openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.tar.bz2 openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.tar.xz openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.zip |
Move infrastructure templates into openshift_hosted_templates role.
Diffstat (limited to 'roles/openshift_metrics/tasks')
-rw-r--r-- | roles/openshift_metrics/tasks/install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/tasks/install.yml b/roles/openshift_metrics/tasks/install.yml index 4dabd314f..4976c7153 100644 --- a/roles/openshift_metrics/tasks/install.yml +++ b/roles/openshift_metrics/tasks/install.yml @@ -70,7 +70,7 @@ - name: Build metrics deployer command set_fact: deployer_cmd: "{{ openshift.common.client_binary }} process -f \ - {{ metrics_template_dir }}/metrics-deployer.yaml -v \ + {{ hosted_base }}/metrics-deployer.yaml -v \ HAWKULAR_METRICS_HOSTNAME={{ metrics_hostname }},USE_PERSISTENT_STORAGE={{metrics_persistence | string | lower }},DYNAMICALLY_PROVISION_STORAGE={{metrics_dynamic_vol | string | lower }},METRIC_DURATION={{ openshift.hosted.metrics.duration }},METRIC_RESOLUTION={{ openshift.hosted.metrics.resolution }}{{ image_prefix }}{{ image_version }},MODE={{ deployment_mode }} \ | {{ openshift.common.client_binary }} --namespace openshift-infra \ --config={{ openshift_metrics_kubeconfig }} \ |