puppet-neutron 23.0.0 (bobcat)
We contentedly announce the release of: puppet-neutron 23.0.0: Puppet module for OpenStack Neutron This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/puppet-neutron Download the package from: https://tarballs.openstack.org/puppet-neutron/ Please report issues through: https://bugs.launchpad.net/puppet-neutron/+bugs For more details, please see below. Changes in puppet-neutron 22.0.0..23.0.0 ---------------------------------------- 2ef559bd Remove usage of deleted manifest_dir c328d80e Prepare 2023.2 release 8479bf7a Bump upper version of stdlib 48948ddc RabbitMQ: Add support for quorum queue options 9e11dd2f Replace remaining validate_legacy 58cdbc1e ml2: Deprecate support for Nuage mechanism driver cf9eac58 Do not restart services after policy file changes dce88493 Drop validation about max_header_size (for now) 7d36b5f8 Deprecate client class 10c3000f Avoid using false for non-boolean parameter a78deeee Skip creating uplink port when bridge_mappings is empty 293786f2 Revert "apache: Expose setenv" 66993462 Exclude release note files 3abf67f1 Ensure openstackclient is installed at the right timing d86743ea Add .pdkignore to exclude some files from tar ball ee4d5119 apache: Expose setenv 8e4ed5a3 CentOS: Add default package/service name for rpc-server d70cabeb Accept a string and hash for contrail_extensions a0803988 Restart specific agents after updating agent config 462573bd Remove unused neutron-db-sync-service tag aca88eb0 Remove unused unit test implementation 7e1f8d71 Remove redundant deps for some resource types e8175242 Ubuntu: Stop manipulating /etc/default/neutron-server 048ed37c Accept a flat string value for physical_network_mtus dbad032e Ensure purge_config takes a boolean value 416df9fc authtoken: Make password required f7f43194 Add per module policy service refresh 926e62e3 Accept a string value for default_availability_zones be045c24 replace validate_legacy with proper data types 06590732 Deprecate support for networking-odl ad9deff3 Fix wrong package name of networking-odl 38c2508c Remove support for Puppet 6 03e71d26 Bump upper version of puppetlabs-inifile e2b6b6ae OVN: Add support for localnet_learn_fdb 31d0096a Update master for stable/2023.1 0214e964 CentOS: Install only bgpvpn plugin package in neutron-server aa39b06d Run db sync command with the service user Diffstat (except docs and test files) ------------------------------------- .pdkignore | 52 +++++++ lib/puppet/type/neutron_plugin_nuage.rb | 2 +- manifests/agents/bagpipe.pp | 10 +- manifests/agents/bgp_dragent.pp | 34 ++-- manifests/agents/dhcp.pp | 63 ++++---- manifests/agents/l2gw.pp | 10 +- manifests/agents/l3.pp | 13 +- manifests/agents/metadata.pp | 10 +- manifests/agents/metering.pp | 10 +- manifests/agents/ml2/linuxbridge.pp | 37 ++--- manifests/agents/ml2/macvtap.pp | 17 +- manifests/agents/ml2/mlnx.pp | 12 +- manifests/agents/ml2/networking_baremetal.pp | 10 +- manifests/agents/ml2/ovn.pp | 10 +- manifests/agents/ml2/ovs.pp | 31 ++-- manifests/agents/ml2/sriov.pp | 10 +- manifests/agents/ovn_metadata.pp | 10 +- manifests/agents/vpnaas.pp | 6 +- manifests/client.pp | 3 + manifests/config.pp | 67 +++----- manifests/db/mysql.pp | 4 +- manifests/deps.pp | 47 +++--- manifests/init.pp | 28 +++- manifests/keystone/authtoken.pp | 13 +- manifests/params.pp | 7 +- manifests/plugins/ml2.pp | 32 +--- manifests/plugins/ml2/arista/l3.pp | 14 +- manifests/plugins/ml2/nuage.pp | 5 +- manifests/plugins/ml2/opendaylight.pp | 15 +- manifests/plugins/ml2/ovn.pp | 10 ++ manifests/plugins/ml2/ovs_driver.pp | 3 +- manifests/plugins/ml2/sriov_driver.pp | 3 +- manifests/plugins/ml2/type_driver.pp | 3 - manifests/plugins/opencontrail.pp | 7 +- manifests/plugins/ovs/opendaylight.pp | 42 +++-- manifests/policy.pp | 7 +- manifests/server.pp | 60 +++---- manifests/services/bgpvpn.pp | 7 +- manifests/services/l2gw.pp | 23 ++- manifests/services/sfc.pp | 6 +- metadata.json | 16 +- .../notes/deprecate-client-16a7053b3f07735d.yaml | 7 + .../deprecate-ml2-nuage-4e8e03b4f481acf1.yaml | 5 + .../deprecate-networking-odl-d8c4e26ffb283811.yaml | 5 + .../notes/localnet-learn-fdb-43deecc3726ffc71.yaml | 6 + .../rabbit-quorum-queue-dc4223310cd63d7d.yaml | 4 + .../notes/remove-puppet-6-94aa00d180c614d2.yaml | 4 + releasenotes/source/2023.1.rst | 6 + releasenotes/source/index.rst | 1 + spec/classes/neutron_agents_bgp_dragent_spec.rb | 173 ++------------------- spec/classes/neutron_agents_l3_spec.rb | 7 - spec/classes/neutron_agents_ml2_ovs_spec.rb | 2 +- spec/classes/neutron_init_spec.rb | 4 + spec/classes/neutron_plugins_ml2_arista_l3_spec.rb | 12 -- .../neutron_plugins_ml2_opendaylight_spec.rb | 3 +- spec/classes/neutron_plugins_ml2_ovn_spec.rb | 4 + spec/classes/neutron_plugins_ml2_spec.rb | 55 +------ spec/classes/neutron_plugins_opencontrail_spec.rb | 76 +++++---- spec/classes/neutron_policy_spec.rb | 2 + spec/classes/neutron_server_spec.rb | 107 +++++++------ spec/classes/neutron_services_bgpvpn_spec.rb | 50 +++--- spec/classes/neutron_services_l2gw_spec.rb | 92 ++++++----- spec/classes/neutron_services_sfc_spec.rb | 51 +++--- spec/spec_helper.rb | 3 - 64 files changed, 636 insertions(+), 812 deletions(-)
participants (1)
-
no-reply@openstack.org