Merge "Remove unused code and environment file of sriov deployment"

This commit is contained in:
Zuul 2020-06-12 04:36:35 +00:00 committed by Gerrit Code Review
commit 7e626d26f2
2 changed files with 6 additions and 19 deletions

View File

@ -63,15 +63,6 @@ parameters:
default: ""
tags:
- role_specific
NeutronSriovNumVFs:
description: |
Provide the list of VFs to be reserved for each SR-IOV interface.
Format ["<interface_name1>:<numvfs1>:<mode>","<interface_name2>:<numvfs2>"]
Example ["eth1:4096:switchdev","eth2:128:legacy","eth3:30"]
type: comma_delimited_list
default: ""
tags:
- role_specific
NeutronSriovAgentExtensions:
default: ""
description: >
@ -106,16 +97,6 @@ conditions:
- equals: [{get_param: [RoleParameters, DerivePciWhitelistEnabled]}, '']
- equals: [{get_param: [RoleParameters, DerivePciWhitelistEnabled]}, true]
parameter_groups:
- label: deprecated
description: |
The following parameters are deprecated and will be removed. They should not
be relied on for new deployments. If you have concerns regarding deprecated
parameters, please contact the TripleO development team on IRC or the
OpenStack mailing list.
parameters:
- NeutronSriovNumVFs
resources:
# Merging role-specific parameters (RoleParameters) with the default parameters.

View File

@ -0,0 +1,6 @@
---
deprecations:
- |
NeutronSriovNumVFs parameter to configure the VFs for SR-IOV is removed.
Instead, use the network interface types sriov_pf in the nic configs to
configure the VFs for SR-IOV devices.