Skip to content

Commit

Permalink
add 'hawkular/metrics' when updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill committed Mar 10, 2017
1 parent a6c82a1 commit b70ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_metrics/tasks/update_master_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
modify_yaml:
dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
yaml_key: assetConfig.metricsPublicURL
yaml_value: "https://{{ openshift_metrics_hawkular_hostname}}"
yaml_value: "https://{{ openshift_metrics_hawkular_hostname}}/hawkular/metrics"
notify: restart master
tags:
- update_master_config

0 comments on commit b70ccec

Please sign in to comment.