Bug 2252442
| Summary: | Problem with networks definition in roles ComputeOvsDpdkSriov and ComputeOvsDpdkSriovRT | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Juan Pablo Marti <jmarti> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Bogdan Dobrelya <bdobreli> |
| Status: | CLOSED ERRATA | QA Contact: | Joe H. Rahme <jhakimra> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 17.1 (Wallaby) | CC: | alifshit, bdobreli, drosenfe, jjoyce, mariel, mburns |
| Target Milestone: | z4 | Keywords: | Triaged |
| Target Release: | 17.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-14.3.1-17.1.20240528170747.e7c7ce3.el9ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-11-21 09:29:56 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: | |||
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 (Moderate: RHOSP 17.1.4 (openstack-tripleo-heat-templates) security update), 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/RHSA-2024:9978 |
Description of problem: All the roles define the networks as a dict: ~~~ - name: Controller ... networks: External: subnet: external_subnet InternalApi: subnet: internal_api_subnet Storage: subnet: storage_subnet StorageMgmt: subnet: storage_mgmt_subnet Tenant: subnet: tenant_subnet ... ~~~ But ComputeOvsDpdkSriov and ComputeOvsDpdkSriovRT have a definition corresponding to an older version: ~~~ - name: ComputeOvsDpdkSriov ... networks: - InternalApi - Tenant - Storage ... ~~~ It's not a big problem, but it generates inconsistencies among all the roles. Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-14.3.1-1.20230519151020.el9ost.noarch