Bug 1976165
| Summary: | CephDashboardNetwork doesn't set VIP for Haproxy's "listen ceph_dashboard" section properly | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alex Stupnikov <astupnik> |
| Component: | openstack-tripleo-heat-templates | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Alfredo <alfrgarc> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16.1 (Train) | CC: | alfrgarc, bperkins, fpantano, gfidente, mburns, yrabl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-07 09:57:26 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 of problem: Customer set custom CephDashboardNetwork [1] in his RHOSP 16.1.5 deployment and it was partially applied (backend servers are now mapped to external network IP addresses), but VIP still picked up from control plane network. From hieradata I can see that ceph_dashboard_vip belongs to control plane network. I have tried to reverse engineer the code and it looks like tripleo_ansible doesn't have special treatment for ceph_dashboard service and from provided overcloud plan it looks like mapping for CephDashboardNetwork is set properly. I am reporting this bug to ask for help: we need to find a root cause and would provide latest deployment plan and hieradata privately. Meanwhile I would ask customer to set ceph_dashboard_vip explicitly. [1] parameter_defaults: ServiceNetMap: CephDashboardNetwork: external CephGrafanaNetwork: external