diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-26 09:45:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-26 09:45:40 -0500 |
commit | 0dcb6f17107ab6d726e7c22ab379387f145dc993 (patch) | |
tree | 9c3c96b4f674f34a1ae47cff34231d8251ea153d /roles/openshift_hosted_metrics | |
parent | 824e3a669e4683c3baf94d8f9eee168bc68afcb1 (diff) | |
parent | 944a9b750f3765df0a204b930fe57923ca58d25d (diff) | |
download | openshift-0dcb6f17107ab6d726e7c22ab379387f145dc993.tar.gz openshift-0dcb6f17107ab6d726e7c22ab379387f145dc993.tar.bz2 openshift-0dcb6f17107ab6d726e7c22ab379387f145dc993.tar.xz openshift-0dcb6f17107ab6d726e7c22ab379387f145dc993.zip |
Merge pull request #2973 from AlbertoPeon/metrics_url
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.yml | 2 |
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 |