Mailing List Archive

[new][puppet] puppet-neutron 10.0.0 release (ocata)
We are tickled pink to announce the release of:

puppet-neutron 10.0.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.0.0
^^^^^^


Deprecation Notes
*****************

* neutron::rabbit_host, neutron::rabbit_hosts,
neutron::rabbit_password, neutron::rabbit_port, neutron::rabbit_user
and neutron::rabbit_virtual_host are deprecated.
neutron::default_transport_url should be used instead.


Bug Fixes
*********

* Neutron modified the way that Agents connect to OVSDB server to
configure OVS tap ports, etc by using the OVSDB server URI rather
than the ovs-vsctl client. In ODL deployments, OVSDB server is never
configured to listen on a port and therefore Neutron Agent
configuration fails. This fixes that problem by configuring
multiple managers, including a local listener by default on a non-
standard port for OVSDB server. This way Neutron Agents are able to
talk to OVSDB while OVS is also still connected to ODL.


Other Notes
***********

* removed deprecated neutron::server::keystone_auth_type

* removed deprecated neutron::server::auth_uri

* removed deprecated neutron::server::auth_url

* removed deprecated neutron::server::username

* removed deprecated neutron::server::password

* removed deprecated neutron::server::project_domain_id

* removed deprecated neutron::server::project_domain_name

* removed deprecated neutron::server::project_name

* removed deprecated neutron::server::user_domain_id

* removed deprecated neutron::server::user_domain_name

* removed deprecated neutron::server::region_name

* removed deprecated neutron::server::memcached_servers

* removed deprecated neutron::server::auth_type

Changes in puppet-neutron 9.4.1..10.0.0
---------------------------------------

77f5214 Prepare 10.0.0 release
81d139e Adds OpenDaylight local OVSDB listener
4d0ff24 Fix common options position and remove unused parameters
fef877e Deprecate rabbitmq connection parameters
16459f9 Remove old authtoken options
266db55 Fix puppet version for requirements in metadata


Diffstat (except docs and test files)
-------------------------------------

manifests/agents/ml2/linuxbridge.pp | 5 +-
manifests/init.pp | 61 +++---
manifests/keystone/authtoken.pp | 34 +--
manifests/params.pp | 228 +++++++--------------
manifests/plugins/ml2/opendaylight.pp | 17 +-
manifests/plugins/ovs/opendaylight.pp | 9 +-
manifests/server.pp | 129 +-----------
metadata.json | 16 +-
.../fix_odl_ovsdb_config-57b96a76ed8f90ab.yaml | 12 ++
...ection-params-deprecation-8f22be73c012f001.yaml | 6 +
...ove_old_authtoken_options-a0f3822c84aad01d.yaml | 15 ++
releasenotes/source/conf.py | 4 +-
spec/acceptance/basic_neutron_spec.rb | 9 +-
spec/classes/neutron_keystone_auth_spec.rb | 5 +-
spec/classes/neutron_plugins_cisco_spec.rb | 5 +-
spec/classes/neutron_plugins_midonet_spec.rb | 7 +-
spec/classes/neutron_plugins_ml2_arista_l3_spec.rb | 5 +-
spec/classes/neutron_plugins_ml2_arista_spec.rb | 5 +-
...neutron_plugins_ml2_bigswitch_restproxy_spec.rb | 5 +-
spec/classes/neutron_plugins_ml2_bigswitch_spec.rb | 5 +-
.../neutron_plugins_ml2_cisco_nexus1000v_spec.rb | 5 +-
.../neutron_plugins_ml2_cisco_nexus_spec.rb | 5 +-
spec/classes/neutron_plugins_ml2_cisco_spec.rb | 5 +-
...tron_plugins_ml2_cisco_type_nexus_vxlan_spec.rb | 5 +-
.../classes/neutron_plugins_ml2_cisco_ucsm_spec.rb | 5 +-
spec/classes/neutron_plugins_ml2_midonet_spec.rb | 5 +-
.../neutron_plugins_ml2_opendaylight_spec.rb | 18 +-
spec/classes/neutron_plugins_ml2_ovn_spec.rb | 5 +-
spec/classes/neutron_plugins_nuage_spec.rb | 6 +-
spec/classes/neutron_plugins_opencontrail_spec.rb | 5 +-
.../neutron_plugins_ovs_opendaylight_spec.rb | 16 +-
spec/classes/neutron_plugins_plumgrid_spec.rb | 8 +-
spec/classes/neutron_server_spec.rb | 23 +--
33 files changed, 291 insertions(+), 402 deletions(-)




_______________________________________________
OpenStack-announce mailing list
OpenStack-announce@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce