Bug 1734525
Summary: | overcloud deploy fails with ou must add a [grafana-server] group and add at least one node | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alistair Tonner <atonner> |
Component: | openstack-tripleo-heat-templates | Assignee: | John Fulton <johfulto> |
Status: | CLOSED ERRATA | QA Contact: | Filip Hubík <fhubik> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 15.0 (Stein) | CC: | fhubik, gcharot, gfidente, johfulto, mburns, mcornea, psedlak, sasha, tbarron |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 15.0 (Stein) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-10.6.1-0.20190731170522.a1c15da.el8ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-09-21 11:24:21 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
Alistair Tonner
2019-07-30 19:10:04 UTC
1. Root Cause: ceph-ansible 4.0.0rc13 enables ceph-dashboard by default but the earlier version didn't: https://github.com/ceph/ceph-ansible/commit/93826e061d3d025fa631d726ada1c7a7d77c12b1 2. Workaround: Deploy with the following: parameter_defaults: CephAnsibleExtraConfig: dashboard_enabled: False 3. Proposed fix: Fix will be to make dashboard_enabled=False in THT (overriding the new default in ceph-ansible). Director will deploy ceph dashboard in osp16d as per RFE bz 1626260 *** Bug 1734761 has been marked as a duplicate of this bug. *** Verified on RHOS_TRUNK-15.0-RHEL-8-20190729.n.0 content with openstack-tripleo-heat-templates-10.6.1-0.20190731170522.a1c15da pre-installed on UC before OC deployment. 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/RHEA-2019:2811 |