[release-announce] os-net-config 15.2.0

no-reply at openstack.org no-reply at openstack.org
Tue Apr 12 16:40:10 UTC 2022


We are stoked to announce the release of:

os-net-config 15.2.0: OpenStack network configuration

The source is available from:

    https://opendev.org/openstack/os-net-config

Download the package from:

    https://tarballs.openstack.org/os-net-config/

For more details, please see below.

Changes in os-net-config 15.1.0..15.2.0
---------------------------------------

8fae2de Revert "Updating sriov_config.service to run before driverctl.slice and network-pre"
404bafa For linux bond over VFs, disable spoofcheck by default
7c7b326 Adding steering_mode config to sriov_pf object
154c9c8 Use Python3 yoga unit tests
5945c73 ovs-dpdk: Add support for n_rxq_desc and n_txq_desc
99a9aa0 Fix log message related to pkey_id
44eab22 The default max/min tx rates shall not halt deployment
3ee0c46 Notify the need for overriding the default driver for Mellanox NIC
b30304d vDPA support for CentOS9
ca522c2 Moving is_mellanox_interface to common
aa4ba26 Adding logging to file
e5c50e8 Add ifcfg-* scripts on boot for Mellanox NIC interface
78089ca Change the pkey_id type from string to int


Diffstat (except docs and test files)
-------------------------------------

etc/os-net-config/samples/ib_child_interface.json |   2 +-
etc/os-net-config/samples/ib_child_interface.yaml |   2 +-
etc/os-net-config/samples/ovs_dpdk.json           |   2 +
etc/os-net-config/samples/ovs_dpdk.yaml           |   5 +
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/cli.py                              |  67 ++--
os_net_config/common.py                           | 217 ++++++++++++
os_net_config/impl_eni.py                         |   5 +-
os_net_config/impl_ifcfg.py                       |  67 +++-
os_net_config/objects.py                          |  62 ++--
os_net_config/schema.yaml                         |  17 +-
os_net_config/sriov_config.py                     | 389 +++++++++++++---------
os_net_config/utils.py                            | 157 +++------
zuul.d/layout.yaml                                |   2 +-
23 files changed, 1135 insertions(+), 518 deletions(-)







More information about the Release-announce mailing list