We are delighted to announce the release of: puppet-neutron 10.1.0: Puppet module for OpenStack Neutron This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-neutron/ For more details, please see below. 10.1.0 ^^^^^^ New Features * Add the ability to configure networking-fujitsu ML2 plugin. * Allow to configure extensions in neutron l3 agent. * Allow to configure agent_version in fwaas sections. * Configure fwaas section in neutron.conf. Changes in puppet-neutron 10.0.0..10.1.0 ---------------------------------------- 65adcfb Prepare 10.1.0 release ffb17d8 Don't pass any --config-file arguments to neutron-db-manage 2430d11 dhcp: don't override default dhcp_driver value 6efb7fc dhcp: don't explicitly install dnsmasq bbd8b78 Don't handle obsolete rpc_backend values 7544371 Add networking-fujitsu support to puppet-neutron 6c1ebe7 linuxbridge: don't set enable_vxlan = True 1b7a253 Changed default for core_plugin to ml2 43518c8 linuxbridge: fix option names set for vxlan_ttl and vxlan_tos b6a102f Use stevedore aliases for firewall_driver options 085a16a Fixed references to neutron conf file in comments 824821d Fix neutron agent ml2 ovs tests 84b39a4 Fix spec test for sync a3201c9 Add release note for updating fwaas configuration f922232 Show team and repo badges on README 67338fe Update FWaaS configuration for Ocata eaf639f Fix idempotency error managing provider networks with cliff >= 2.3 Diffstat (except docs and test files) ------------------------------------- README.md | 11 +++- lib/puppet/provider/neutron_network/neutron.rb | 25 +++++--- manifests/agents/dhcp.pp | 18 ++---- manifests/agents/l3.pp | 6 ++ manifests/agents/lbaas.pp | 4 +- manifests/agents/metering.pp | 4 +- manifests/agents/ml2/linuxbridge.pp | 11 ++-- manifests/agents/ml2/ovs.pp | 4 +- manifests/agents/ml2/sriov.pp | 2 +- manifests/agents/vpnaas.pp | 4 +- manifests/db/sync.pp | 8 +-- manifests/init.pp | 14 ++--- manifests/params.pp | 2 - manifests/plugins/midonet.pp | 2 +- manifests/plugins/ml2/fujitsu.pp | 24 ++++++++ manifests/plugins/ml2/fujitsu/cfab.pp | 60 ++++++++++++++++++ manifests/services/fwaas.pp | 16 ++++- metadata.json | 12 ++-- ...est-for-networking-fujtsu-a558aefc26289305.yaml | 3 + ...pdate_fwaas_configuration-8713a252ef12d145.yaml | 5 ++ releasenotes/source/conf.py | 4 +- spec/classes/neutron_agents_dhcp_spec.rb | 31 +--------- spec/classes/neutron_agents_l3_spec.rb | 1 + .../classes/neutron_agents_ml2_linuxbridge_spec.rb | 12 ++-- spec/classes/neutron_agents_ml2_ovs_spec.rb | 65 +++++++++----------- spec/classes/neutron_agents_ml2_sriov_spec.rb | 2 +- spec/classes/neutron_db_sync_spec.rb | 18 +++++- spec/classes/neutron_init_spec.rb | 2 +- spec/classes/neutron_plugins_ml2_arista_l3_spec.rb | 2 +- spec/classes/neutron_plugins_ml2_arista_spec.rb | 2 +- ...neutron_plugins_ml2_bigswitch_restproxy_spec.rb | 2 +- spec/classes/neutron_plugins_ml2_bigswitch_spec.rb | 2 +- .../neutron_plugins_ml2_cisco_nexus1000v_spec.rb | 2 +- .../neutron_plugins_ml2_cisco_nexus_spec.rb | 2 +- spec/classes/neutron_plugins_ml2_cisco_spec.rb | 2 +- ...tron_plugins_ml2_cisco_type_nexus_vxlan_spec.rb | 2 +- .../classes/neutron_plugins_ml2_cisco_ucsm_spec.rb | 2 +- .../neutron_plugins_ml2_fujitsu_cfab_spec.rb | 71 ++++++++++++++++++++++ spec/classes/neutron_plugins_ml2_fujitsu_spec.rb | 60 ++++++++++++++++++ spec/classes/neutron_plugins_ml2_midonet_spec.rb | 2 +- .../neutron_plugins_ml2_opendaylight_spec.rb | 2 +- spec/classes/neutron_plugins_ml2_spec.rb | 8 +-- .../neutron_plugins_ovs_opendaylight_spec.rb | 2 +- spec/classes/neutron_services_fwaas_spec.rb | 7 +++ 44 files changed, 385 insertions(+), 155 deletions(-)