[puppet] puppet-ovn 10.2.0 (ocata)
We are gleeful to announce the release of: puppet-ovn 10.2.0: Puppet module for OVN This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-ovn/ For more details, please see below. 10.2.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 10.1.0..10.2.0 ------------------------------------ 1c6927c Prepare 10.2.0 release 25e0158 External ID switched to parameter c3e5717 Add support for bridge mappings 4652a25 Pin reno version to reno>=0.1.1,!=2.0.0 Diffstat (except docs and test files) ------------------------------------- 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 ++++++-- test-requirements.txt | 3 +- 9 files changed, 127 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bedd666..baa2346 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache-2.0 +# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 +reno>=0.1.1,!=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org