Merge "Deprecate `OvsDpdkDriverType` parameter"

This commit is contained in:
Zuul 2021-10-15 08:00:32 +00:00 committed by Gerrit Code Review
commit de558e8f25
3 changed files with 15 additions and 2 deletions

View File

@ -83,7 +83,7 @@ parameters:
OvsDpdkDriverType:
default: "vfio-pci"
description: >
DPDK Driver type. Ensure the Overcloud NIC to be used for DPDK supports
(DEPRECATED) DPDK Driver type. Ensure the Overcloud NIC to be used for DPDK supports
this UIO/PMD driver.
type: string
tags:
@ -174,6 +174,13 @@ conditions:
is_realtime:
equals: [{get_param: [RoleParameters, TunedProfileName]}, 'realtime-virtual-host']
parameter_groups:
- label: deprecated
description: |
The following parameters are deprecated and will be removed.
parameters:
- OvsDpdkDriverType
resources:
RoleParametersDpdk:
type: OS::Heat::Value

View File

@ -11,6 +11,5 @@ parameter_defaults:
- ComputeCapabilitiesFilter
- ImagePropertiesFilter
- NUMATopologyFilter
OvsDpdkDriverType: "vfio-pci"
NeutronPluginExtensions: "qos,port_security"

View File

@ -0,0 +1,7 @@
---
other:
- |
``OvsDpdkDriverType`` is now deprecated. Note that is had no effect since we
upgraded to OVS 2.6, where we stopped supporting the configuration of DPDK driver
in puppet-vswitch. Since then, we couldn't change the driver; so we can safely
deprecate this parameter and remove it in a future release.