We are tickled pink to announce the release of: os-net-config 12.3.6: OpenStack network configuration This release is part of the ussuri 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 12.3.5..12.3.6 --------------------------------------- 3ebf87b For linux bond over VFs, disable spoofcheck by default 96159f4 Adding steering_mode config to sriov_pf object e15af3b The default max/min tx rates shall not halt deployment e4fd534 Add ifcfg-* scripts on boot for Mellanox NIC interface 98655fb Fix upper constraints 894fba1 Update sriov config service to handle nic partitioned PF 1802661 sriov_config: light refactoring 2f14e51 Updating sriov_config.service to run before driverctl.slice and network-pre d03b924 Allow linux tap to use routes 0d4b22b 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/impl_ifcfg.py | 37 ++- os_net_config/objects.py | 15 +- os_net_config/schema.yaml | 8 +- os_net_config/sriov_config.py | 339 +++++++++++++--------- os_net_config/utils.py | 45 ++- tox.ini | 2 +- 15 files changed, 778 insertions(+), 238 deletions(-)
participants (1)
-
no-reply@openstack.org