We are tickled pink to announce the release of: puppet-ovn 19.5.0: Puppet module for OVN This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/puppet-ovn Download the package from: https://tarballs.openstack.org/puppet-ovn/ Please report issues through: https://bugs.launchpad.net/puppet-ovn/+bugs For more details, please see below. 19.5.0 ^^^^^^ New Features * The new "ovn::controller::encap_tos" parameter has been added. This parameter controls the "ovn-encap-tos" external id. * The new "ovn::controller::ovn_ofctrl_wait_before_clear" parameter has been added to resolve an issue with dataplane downtime during upgrades that involve OVN schema changes. It will delay delting and re-adding openflow rules by the configured time in ms to give ovn- controller time to handle db connection / reconnection that can happen in this case. The default of 8000ms is based on upstream OVN testing with 200k openflow rules. Since it involved a change in behavior, the upstream OVN value defaults to unset. Changes in puppet-ovn 19.4.0..19.5.0 ------------------------------------ 6f1cd86 [Stable Only] Handle string value for ovn_bridge_mappings 8d9d11b Prepare the final stable/xena release 3cb1265 Add support for ovn-ofctrl-wait-before-clear f9d48b0 setuptools: Disable auto discovery d8a40a0 Add support for external_ids:ovn-encap-tos 4b5b106 Update TOX_CONSTRAINTS_FILE for stable/xena d3e2655 Update .gitreview for stable/xena Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + manifests/controller.pp | 29 ++++++++++++++++++++-- metadata.json | 2 +- .../notes/ovn-encap-tos-bd7bd9b3e3d19cc3.yaml | 5 ++++ ..._ofctrl_wait_before_clear-c40493ce231ec38c.yaml | 11 ++++++++ setup.py | 1 + spec/classes/ovn_controller_spec.rb | 8 ++++++ tox.ini | 2 +- 8 files changed, 55 insertions(+), 4 deletions(-)