summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/install.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-08-26 18:01:31 -0400
committerGitHub <noreply@github.com>2016-08-26 18:01:31 -0400
commit9dfd967f81a3ab02ed5c55586e9746ca697763fa (patch)
treeac4ae858ef7906a7f9cf14bf8a82701a2ac66c91 /roles/openshift_metrics/tasks/install.yml
parentf05d7c1f74c13dc7bcd46718a1eee0586055f326 (diff)
parentb4669c1d9a0edf30caeadf03cc49197e0ef9d55d (diff)
downloadopenshift-9dfd967f81a3ab02ed5c55586e9746ca697763fa.tar.gz
openshift-9dfd967f81a3ab02ed5c55586e9746ca697763fa.tar.bz2
openshift-9dfd967f81a3ab02ed5c55586e9746ca697763fa.tar.xz
openshift-9dfd967f81a3ab02ed5c55586e9746ca697763fa.zip
Merge pull request #2369 from sdodson/metrics
Additional metrics improvements
Diffstat (limited to 'roles/openshift_metrics/tasks/install.yml')
-rw-r--r--roles/openshift_metrics/tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/tasks/install.yml b/roles/openshift_metrics/tasks/install.yml
index 2fbb7d606..ea4f61ccd 100644
--- a/roles/openshift_metrics/tasks/install.yml
+++ b/roles/openshift_metrics/tasks/install.yml
@@ -74,7 +74,7 @@
HAWKULAR_METRICS_HOSTNAME={{ metrics_hostname }},USE_PERSISTENT_STORAGE={{metrics_persistence | 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 }} \
- create -f -"
+ create -o name -f -"
- name: Deploy Metrics
shell: "{{ deployer_cmd }}"