[puppet] puppet-neutron 12.3.0 (queens)
We are pumped to announce the release of: puppet-neutron 12.3.0: Puppet module for OpenStack Neutron This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-neutron/ For more details, please see below. Changes in puppet-neutron 12.2.0..12.3.0 ---------------------------------------- 3309f1f Prepare for official Queens release f87db0d Optionally set device_driver to $::os_service_default 094e594 Adds configuration for SSL OVSDB connections 810a408 Load puppet-openstack_spec_helper locally during tests dbe75c2 Fix dependency cycle issue 1a59f72 Fix unit test issue - syslog opt names 6f0882e Corrections in comments cce7c12 Add networking-baremetal - ironic-neutron-agent 6988025 Add networking-baremetal ml2 plug-in 52bd5ac Zuul: Remove project name c030adb Zuul: Remove project name 158803b Allow disabling security groups on the OVS agent ae730fb Add param for controlling which nova endpoint is used 707fad6 Fixes specifying OVSDB URIs with TLS for ODL OVS Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - Gemfile | 10 +- .../ironic_neutron_agent_config/ini_setting.rb | 15 ++ lib/puppet/type/ironic_neutron_agent_config.rb | 28 ++++ manifests/agents/dhcp.pp | 82 +++++++--- manifests/agents/lbaas.pp | 3 +- manifests/agents/ml2/networking_baremetal.pp | 179 +++++++++++++++++++++ manifests/agents/ml2/ovs.pp | 31 ++-- manifests/deps.pp | 1 + manifests/params.pp | 65 ++++---- manifests/plugins/ml2/networking_baremetal.pp | 30 ++++ manifests/plugins/ml2/opendaylight.pp | 30 ++-- manifests/plugins/ovs/opendaylight.pp | 4 + manifests/server.pp | 2 +- manifests/server/notifications.pp | 7 + metadata.json | 12 +- .../add-nova-endpoint-type-b2a44b561809a609.yaml | 5 + ...ovs-enable-security-group-e4d0cf2abd336216.yaml | 5 + .../add-ovsdb-ssl-dhcp-agent-da3bb98540de417f.yaml | 8 + .../fix-odl-ovs-ssl-uri-5a8174ef6fd5a3d4.yaml | 6 + ...etal-ironic-neutron-agent-9259b452d6cfa9af.yaml | 5 + ...king-baremetal-ml2-plugin-eb9839c2117beab3.yaml | 4 + ...ver-to-os-service-default-a5820845f828296c.yaml | 3 + spec/classes/neutron_agents_dhcp_spec.rb | 32 ++++ spec/classes/neutron_agents_lbaas_spec.rb | 9 ++ ...neutron_agents_ml2_networking_baremetal_spec.rb | 128 +++++++++++++++ spec/classes/neutron_agents_ml2_ovs_spec.rb | 12 ++ spec/classes/neutron_init_spec.rb | 8 +- ...eutron_plugins_ml2_networking_baremetal_spec.rb | 61 +++++++ .../neutron_plugins_ovs_opendaylight_spec.rb | 4 +- spec/classes/neutron_server_notifications_spec.rb | 3 + .../ini_settings_spec.rb | 74 +++++++++ spec/unit/type/ironic_neutron_agent_config_spec.rb | 20 +++ 33 files changed, 797 insertions(+), 90 deletions(-)
participants (1)
-
no-reply@openstack.org