Bug 1274153
| Summary: | Missing "metricsPublicURL:" in master-config.yaml | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yanping Zhang <yanpzhan> | ||||
| Component: | Installer | Assignee: | Jason DeTiberus <jdetiber> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Ma xiaoqiang <xiama> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.1.0 | CC: | aos-bugs, bleanhar, gpei, jokerman, mmccomas, xtian | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-05-12 16:36:58 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: | |||||||
| Attachments: |
|
||||||
|
Description
Yanping Zhang
2015-10-22 06:57:45 UTC
Created attachment 1085455 [details]
1
PR for adding this feature is here: https://github.com/openshift/openshift-ansible/pull/742 Please test using the advanced installation method. Install ose env with pr742, check the master-config.yaml, there is metricsPublicURL, and also loggingPublicURL now. assetConfig: logoutURL: "" loggingPublicURL: https://openshift-142.lab.eng.nay.redhat.com:8443/logging masterPublicURL: https://openshift-142.lab.eng.nay.redhat.com:8443 publicURL: https://openshift-142.lab.eng.nay.redhat.com:8443/console/ metricsPublicURL: https://openshift-142.lab.eng.nay.redhat.com:8443/metrics The issue has been fixed, so move the bug to verified. I'm moving this bug back to assigned, since there is additional work to actually configure the metrics and logging services that still needs to be accomplished before this can actually be used/merged. This work is being tracked here: https://trello.com/c/pQ2cmWhG/123-8-openshift-ansible-playbook-for-logging-metrics-installation The metricsPublicURL is now able to be set using the openshift_master_metrics_public_url, but the metrics deployment is still pending... Moving this to ON_QA, since the value is now settable. Verify this bug with openshift-ansible-3.0.71-1.git.0.63af28f.el7.noarch Set openshift_master_metrics_public_url=https://hawkular-metrics.example.com/hawkular/metrics in ansible inventory, after installation, the URL was configured on all masters' config yaml file: metricsPublicURL: https://hawkular-metrics.example.com/hawkular/metrics Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1065 |