Bug 1540462 - metricsPublicURL is not configured on all masters with ansible metrics installer
Summary: metricsPublicURL is not configured on all masters with ansible metrics installer
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.9.0
Assignee: Scott Dodson
QA Contact: Junqi Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-31 06:22 UTC by Junqi Zhao
Modified: 2018-03-27 09:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-02-12 15:44:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.9 RPM Release Advisory 2018-03-28 18:06:38 UTC

Comment 1 Junqi Zhao 2018-01-31 12:01:52 UTC
Tested on one master and node machine, metricsPublicURL is not added to master-config.yaml, it is now added in webconsole-config configmap of openshift-web-console project, and metrics works well.


# oc get configmap webconsole-config -o yaml -n openshift-web-console | grep metricsPublicURL
      metricsPublicURL: https://hawkular-metrics.apps.0131-ujx.qe.rhcloud.com/hawkular/metrics


Does that mean metricsPublicURL should not be added to all master-config.yaml?

Comment 2 Scott Dodson 2018-01-31 14:09:42 UTC
(In reply to Junqi Zhao from comment #1)
> Tested on one master and node machine, metricsPublicURL is not added to
> master-config.yaml, it is now added in webconsole-config configmap of
> openshift-web-console project, and metrics works well.
> 
> 
> # oc get configmap webconsole-config -o yaml -n openshift-web-console | grep
> metricsPublicURL
>       metricsPublicURL:
> https://hawkular-metrics.apps.0131-ujx.qe.rhcloud.com/hawkular/metrics
> 
> 
> Does that mean metricsPublicURL should not be added to all
> master-config.yaml?

Yes, it should no longer be in master-config.yaml. We'll fix that.

https://github.com/openshift/openshift-ansible/pull/6952

Comment 4 Junqi Zhao 2018-02-05 02:46:36 UTC
logging/metrics urls are not added to master-config.yaml now

env:
openshift-ansible-3.9.0-0.36.0.git.0.da68f13.el7.noarch.rpm
openshift-ansible-docs-3.9.0-0.36.0.git.0.da68f13.el7.noarch.rpm
openshift-ansible-playbooks-3.9.0-0.36.0.git.0.da68f13.el7.noarch.rpm
openshift-ansible-roles-3.9.0-0.36.0.git.0.da68f13.el7.noarch.rpm


Note You need to log in before you can comment on or make changes to this bug.