summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_metrics
diff options
context:
space:
mode:
authorAlberto Peon <alberto.rodriguez.peon@cern.ch>2016-12-13 14:34:35 +0100
committerAlberto Peon <alberto.rodriguez.peon@cern.ch>2017-01-20 14:09:33 +0100
commit944a9b750f3765df0a204b930fe57923ca58d25d (patch)
tree9e7858d03bb65ade6cf84e0cfdfc170702b4c214 /roles/openshift_hosted_metrics
parentc995e1273811a24211ccc8a7e31bd793728d0f74 (diff)
downloadopenshift-944a9b750f3765df0a204b930fe57923ca58d25d.tar.gz
openshift-944a9b750f3765df0a204b930fe57923ca58d25d.tar.bz2
openshift-944a9b750f3765df0a204b930fe57923ca58d25d.tar.xz
openshift-944a9b750f3765df0a204b930fe57923ca58d25d.zip
Set metrics url even if metrics_deploy is false
Diffstat (limited to 'roles/openshift_hosted_metrics')
-rw-r--r--roles/openshift_hosted_metrics/tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_hosted_metrics/tasks/install.yml b/roles/openshift_hosted_metrics/tasks/install.yml
index 2c839996e..6a442cefc 100644
--- a/roles/openshift_hosted_metrics/tasks/install.yml
+++ b/roles/openshift_hosted_metrics/tasks/install.yml
@@ -128,5 +128,5 @@
modify_yaml:
dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
yaml_key: assetConfig.metricsPublicURL
- yaml_value: "{{ openshift_hosted_metrics_public_url }}"
+ yaml_value: "{{ openshift_hosted_metrics_deploy_url }}"
notify: restart master