Bug 2252442 - Problem with networks definition in roles ComputeOvsDpdkSriov and ComputeOvsDpdkSriovRT
Summary: Problem with networks definition in roles ComputeOvsDpdkSriov and ComputeOvsD...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 17.1 (Wallaby)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z4
: 17.1
Assignee: Bogdan Dobrelya
QA Contact: Joe H. Rahme
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-12-01 17:21 UTC by Juan Pablo Marti
Modified: 2024-11-21 09:29 UTC (History)
6 users (show)

Fixed In Version: openstack-tripleo-heat-templates-14.3.1-17.1.20240528170747.e7c7ce3.el9ost
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-11-21 09:29:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 902779 0 None NEW Fix networks def for compute DPDK/SRIOV roles 2023-12-06 14:24:26 UTC
Red Hat Issue Tracker OSP-30636 0 None None None 2023-12-01 17:22:05 UTC
Red Hat Product Errata RHSA-2024:9978 0 None None None 2024-11-21 09:29:59 UTC

Description Juan Pablo Marti 2023-12-01 17:21:21 UTC
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

Comment 18 errata-xmlrpc 2024-11-21 09:29:56 UTC
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


Note You need to log in before you can comment on or make changes to this bug.