We are pleased to announce the release of: puppet-ovn 9.5.0: Puppet module for OVN This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/puppet-ovn/ For more details, please see below. 9.5.0 ^^^^^ New Features ************ * Setup up the bridge for provider network mapping and to add appropriate interfaces to the bridge. Known Issues ************ * Documentation for ovn_remote has been update to reflect what values are expected to be passed into it. * The external id was hard coded to $::fqdn, it is now a parameter that defaults to $::fqdn Changes in puppet-ovn 9.4.0..9.5.0 ---------------------------------- fe4233e Prepare 9.5.0 release a45a88e External ID switched to parameter 92d5f92 Add support for bridge mappings 5f13128 Use stable/newton spec helper 974e6c9 Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + manifests/controller.pp | 97 +++++++++++++--------- manifests/controller/bridge.pp | 14 ++++ manifests/controller/port.pp | 15 ++++ metadata.json | 2 +- ...pport_for_bridge_mappings-aa515381c28ab06b.yaml | 5 ++ .../remove_hardcode_hostname-d8c2096f51fbb027.yaml | 3 + releasenotes/source/conf.py | 4 +- spec/classes/ovn_controller_spec.rb | 33 ++++++-- 10 files changed, 127 insertions(+), 48 deletions(-)