os-net-config 13.3.0 (victoria)
We are psyched to announce the release of: os-net-config 13.3.0: OpenStack network configuration This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/os-net-config Download the package from: https://tarballs.openstack.org/os-net-config/ Please report issues through: https://bugs.launchpad.net/os-net-config/+bugs For more details, please see below. Changes in os-net-config 13.2.1..13.3.0 --------------------------------------- 61294bc Fix failure in dpdk driver binding with VF during reboot e542420 Revert "Updating sriov_config.service to run before driverctl.slice and network-pre" 10e3922 For linux bond over VFs, disable spoofcheck by default 6694552 Adding steering_mode config to sriov_pf object 3ce1bf1 The default max/min tx rates shall not halt deployment eb08e87 Add ifcfg-* scripts on boot for Mellanox NIC interface ac934b3 Fix upper constraints 3c4c81c Update sriov config service to handle nic partitioned PF 2bf7534 sriov_config: light refactoring 9780dfa Updating sriov_config.service to run before driverctl.slice and network-pre 3298a48 Allow linux tap to use routes 5e0cb3e allow vhost0 to pass list of members Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + etc/os-net-config/samples/sriov_pf.json | 4 +- etc/os-net-config/samples/sriov_pf.yaml | 6 +- etc/os-net-config/samples/sriov_pf_switchdev.json | 3 +- etc/os-net-config/samples/sriov_pf_switchdev.yaml | 3 + os_net_config/common.py | 95 ++++++ os_net_config/impl_ifcfg.py | 37 ++- os_net_config/objects.py | 34 ++- os_net_config/schema.yaml | 8 +- os_net_config/sriov_config.py | 347 +++++++++++++--------- os_net_config/utils.py | 118 ++++---- tox.ini | 2 +- 16 files changed, 937 insertions(+), 312 deletions(-)
participants (1)
-
no-reply@openstack.org