This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
Bug 2333875 - "Configuring network functions virtualization" guide contains incorrect configuration snippet in section "7.6. Configuring NIC partitioning"
Summary: "Configuring network functions virtualization" guide contains incorrect confi...
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 17.1 (Wallaby)
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Greg Rakauskas
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-23 19:13 UTC by Alex Stupnikov
Modified: 2025-01-06 13:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2025-01-06 13:17:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-33306 0 None None None 2024-12-23 19:16:42 UTC
Red Hat Issue Tracker   OSPRH-12734 0 None None None 2025-01-06 13:17:50 UTC

Description Alex Stupnikov 2024-12-23 19:13:50 UTC
Description of problem:
"Configuring network functions virtualization" guide contains incorrect configuration snippet in section "7.6. Configuring NIC partitioning": it recommends setting "spoofcheck" flag for vlan interface, which won't pass os-net-config validation and is meaningless for vlan interface type (os-net-config only manages spoofcheck flag for SR-IOV VFs).

 - type: vlan
   vlan_id:
     get_param: InternalApiNetworkVlanID
   spoofcheck: false     <<<< problem
   device: internal_bond
   addresses:
   - ip_netmask:
       get_param: InternalApiIpSubnet
   routes:
     list_concat_unique:
     - get_param: InternalApiInterfaceRoutes

Version-Release number of selected component (if applicable): RHOSP 17.1


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