Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1371179

Summary: metricsPublicURL should be configured on all masters
Product: OpenShift Container Platform Reporter: Gaoyun Pei <gpei>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED CURRENTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: high    
Version: 3.3.0CC: aos-bugs, bleanhar, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-19 13:29:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gaoyun Pei 2016-08-29 13:52:39 UTC
Description of problem:
When openshift-ansible running step "Configure master for metrics", it only work on the first master.

Version-Release number of selected component (if applicable):
openshift-ansible-3.3.16-1.git.0.9ed3fd2.el7.noarch.rpm

How reproducible:
Always

Steps to Reproduce:
1.Install an HA master env with openshift_hosted_metrics_deploy=true enabled


Actual results:
Only the first master has metricsPublicURL configured. 
[root@gpei-test-33-ha-master-1 ~]# grep metricsPublicURL /etc/origin/master/master-config.yaml
  metricsPublicURL: https://hawkular-metrics.x.x.com/hawkular/metrics

[root@gpei-test-33-ha-master-2 ~]# grep metricsPublicURL /etc/origin/master/master-config.yaml
[root@gpei-test-33-ha-master-2 ~]#


Expected results:
All masters should have correct metricsPublicURL configuration

Additional info:

Comment 3 Gaoyun Pei 2016-08-31 01:05:12 UTC
Verify this bug with openshift-ansible-3.3.18-1.git.0.a2e63a0.el7.noarch.rpm

After installation, metricsPublicURL was configured on all masters.