networking-bagpipe 21.0.0 (dalmatian)
We joyfully announce the release of: networking-bagpipe 21.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/networking-bagpipe Download the package from: https://pypi.org/project/networking-bagpipe Please report issues through: https://bugs.launchpad.net/networking-bagpipe/+bugs For more details, please see below. Changes in networking-bagpipe 20.0.1..21.0.0 -------------------------------------------- 7857f51 Add pyproject.toml to support pip 23.1 521e93d Add os_ken_app to EVPN OVSDataplaneDriver 38a52dd Add pre-commit configuration c221eeb Remove executable from python files which don't really needs it 757adc8 Fix trailing whitespaces and replace tabs with 4 spaces 1b12ef2 do not use str(url) to stringify a URL for subsequent use 5c6f561 reno: Update master for unmaintained/zed 1dc5641 rest_attach: encode POST body in UTF-8 18d7eab Update jobs based on testing runtime for 2024.2 c7d034d Update master for stable/2024.1 25d1f1e Remove the "new_facade" parameter that is no longer needed b0791f9 coveragerc: Remove reference to non-existant path Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .pre-commit-config.yaml | 48 ++++ .zuul.yaml | 10 +- devstack/plugin.sh.bagpipe_bgp | 272 ++++++++++----------- etc/bagpipe-bgp/bgp.conf.template | 6 +- networking_bagpipe/bagpipe_bgp/cli/rest_attach.py | 2 +- networking_bagpipe/bagpipe_bgp/vpn/evpn/ovs.py | 2 +- networking_bagpipe/objects/bgpvpn.py | 5 - pyproject.toml | 4 + releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 2 +- samples/bagpipe-bgp/basic | 26 +- samples/bagpipe-bgp/chain-example1 | 54 ++-- samples/bagpipe-bgp/chain-example1bis | 44 ++-- samples/bagpipe-bgp/chain-example2 | 46 ++-- samples/bagpipe-bgp/chain-example3 | 22 +- samples/bagpipe-bgp/chain-redirect-lb | 56 ++--- samples/bagpipe-bgp/chain-redirect-lb2 | 92 +++---- samples/bagpipe-bgp/chain-traffic-redirect | 30 +-- samples/bagpipe-bgp/examples.md | 12 +- samples/bagpipe-bgp/generic-functions | 92 +++---- samples/bagpipe-bgp/setup-cross-routing | 6 +- .../bagpipe-bgp/setup-cross-routing-per-interface | 2 +- samples/gobgp.conf | 16 +- samples/init.d/bagpipe-bgp | 4 +- samples/init.d/bagpipe-fakerr | 6 +- 31 files changed, 466 insertions(+), 411 deletions(-)
participants (1)
-
no-reply@openstack.org