From dafcc1cf64d1a197650b281ff663008de01c2dae Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 17 Jul 2017 19:39:49 +0000 Subject: [PATCH] fix ansible-ansible-openshift-ansible inventory template to use correct cluster_url variable Signed-off-by: Adam Miller --- .../templates/cluster-inventory.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 632c7d5fc5..0c9c31c3f7 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -504,7 +504,7 @@ openshift_hosted_metrics_deploy=true # Defaults to https://hawkular-metrics.openshift_master_default_subdomain/hawkular/metrics # Currently, you may only alter the hostname portion of the url, alterting the # `/hawkular/metrics` path will break installation of metrics. -#openshift_hosted_metrics_public_url=https://hawkular-metrics.{{osbs_cluster_url}}/hawkular/metrics +#openshift_hosted_metrics_public_url=https://hawkular-metrics.{{openshift_cluster_url}}/hawkular/metrics {% endif %} {% endif %}