Bug 1591077
| Summary: | Heapster can not collect data | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> | ||||||
| Component: | Hawkular | Assignee: | Ruben Vargas Palma <rvargasp> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Junqi Zhao <juzhao> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 3.10.0 | CC: | aos-bugs, jsanda | ||||||
| Target Milestone: | --- | Keywords: | Regression, TestBlocker | ||||||
| Target Release: | 3.10.0 | ||||||||
| 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: | 2018-06-21 03:30:42 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
Junqi Zhao
2018-06-14 02:29:40 UTC
Blocks metrics testing Created attachment 1451083 [details]
Metrics diagram can not be shown in web UI
The metrics playbook now includes a script, clean_old_namespace.yaml, that is run after everything is installed. It deletes resources from the old namespace, i.e., openshift-infra. It also deletes the cluster role bindings. The heapster service account is bound to the role. In case of an upgrade, we delete the old SA and create a new one in the new namespace. We need to make sure that the role is added to the new SA. Ruben, The problem also exists with the hawkular role bindings. They are gone as well. We need to make sure the new hawkular-metrics SAs are getting bound as well. Change is reverted, metrics is now installed under openshift-infra project and heapster can collect data # rpm -qa | grep openshift-ansible openshift-ansible-roles-3.10.2-1.git.190.5abfddb.el7.noarch openshift-ansible-playbooks-3.10.2-1.git.190.5abfddb.el7.noarch openshift-ansible-docs-3.10.2-1.git.190.5abfddb.el7.noarch openshift-ansible-3.10.2-1.git.190.5abfddb.el7.noarch # openshift version openshift v3.10.2 metrics version: v3.10.2-1 |