summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
diff options
context:
space:
mode:
authorSamuel Padgett <spadgett@redhat.com>2018-01-15 09:06:16 -0500
committerSamuel Padgett <spadgett@redhat.com>2018-01-16 16:16:01 -0500
commitb498f10bf3e0c755dba6ce45913bd163475989fb (patch)
treeeb8e58b6e4f5221bfe8500fc43af5ee769c2979c /roles/openshift_metrics
parent9424e6ffe7919c9651e860fe606895c7ab6b7ca8 (diff)
downloadopenshift-b498f10bf3e0c755dba6ce45913bd163475989fb.tar.gz
openshift-b498f10bf3e0c755dba6ce45913bd163475989fb.tar.bz2
openshift-b498f10bf3e0c755dba6ce45913bd163475989fb.tar.xz
openshift-b498f10bf3e0c755dba6ce45913bd163475989fb.zip
Update console config for API changes
Diffstat (limited to 'roles/openshift_metrics')
-rw-r--r--roles/openshift_metrics/tasks/install_metrics.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/roles/openshift_metrics/tasks/install_metrics.yaml b/roles/openshift_metrics/tasks/install_metrics.yaml
index 0866fe0d2..4a63d081e 100644
--- a/roles/openshift_metrics/tasks/install_metrics.yaml
+++ b/roles/openshift_metrics/tasks/install_metrics.yaml
@@ -74,9 +74,14 @@
- name: Add metrics route information to web console asset config
include_role:
name: openshift_web_console
- tasks_from: update_asset_config.yml
+ tasks_from: update_console_config.yml
vars:
- asset_config_edits:
+ console_config_edits:
+ - key: clusterInfo#metricsPublicURL
+ value: "https://{{ openshift_metrics_hawkular_hostname}}/hawkular/metrics"
+ # Continue to set the old deprecated property until the
+ # origin-web-console image is updated for the new name.
+ # This will be removed in a future pull.
- key: metricsPublicURL
value: "https://{{ openshift_metrics_hawkular_hostname}}/hawkular/metrics"
when: openshift_web_console_install | default(true) | bool