[release-announce] puppet-neutron 13.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 6 12:49:36 UTC 2018


We are amped to announce the release of:

puppet-neutron 13.1.0: Puppet module for OpenStack Neutron

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/puppet-neutron/

For more details, please see below.

13.1.0
^^^^^^


New Features
************

* Add neutron::server::placement class to manage placement related
  options

* Support setting up the designate DNS driver.

* Set hostname to FQDN in OVS when deployed with OpenDaylight.


Bug Fixes
*********

* OVS SSL/TLS certificates are now pushed to every OpenDaylight
  instance. See https://bugs.launchpad.net/puppet-neutron/+bug/1766989

Changes in puppet-neutron 13.0.0..13.1.0
----------------------------------------

59e883c Prepare a new Rocky release
dba2ff1 Setup external_dns_driver with designate
8d65a81 Support neutron-{api,rpc-server} services
0fd7555 Configure hostname to be FQDN instead of localhost
a97d1e2 Add support for designate driver
49a4e8d Ensure neutron-server works after starting
81574ff neat: missing : in $::os_service_default
a8c6302 Added new class neutron::server::placement
7c7a39d Fixes ODL OVS to add certs to every node
6cebc4b Debian is using Python 3
a0ca5f1 Change package name for OVN metadata agent
3a376e5 fix a typo: s/allowd/allowed/
0e740ac Missing deps for config.pp unit test
fe4fc65 Deprecate auth_uri option


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

lib/puppet/type/neutron_security_group.rb          |   2 +-
lib/puppet/type/ovn_metadata_agent_config.rb       |   2 +-
manifests/db/mysql.pp                              |   2 +-
manifests/designate.pp                             | 102 +++++++++++++
manifests/keystone/authtoken.pp                    |   2 +-
manifests/params.pp                                |  23 ++-
manifests/plugins/ovs/opendaylight.pp              |  43 +++---
manifests/server.pp                                | 169 +++++++++++++++++----
manifests/server/placement.pp                      |  98 ++++++++++++
manifests/services/lbaas.pp                        |  15 +-
metadata.json                                      |  12 +-
...dd-server-placement-class-e6dd6c0c45f7ba2e.yaml |   3 +
.../notes/designate-driver-bdbb2b9013061862.yaml   |   3 +
...l-ovs-certificate-pushing-71f5f84074829e9f.yaml |   5 +
...t_hostname_to_FQDN_in_OVS-b5e09c671b74a98d.yaml |   4 +
spec/classes/neutron_agents_ovn_metadata_spec.rb   |   2 +-
spec/classes/neutron_config_spec.rb                |   2 +
spec/classes/neutron_designate_spec.rb             |  77 ++++++++++
.../neutron_plugins_ovs_opendaylight_spec.rb       |  40 ++++-
spec/classes/neutron_server_placement_spec.rb      | 114 ++++++++++++++
spec/unit/type/ovn_metadata_agent_config_spec.rb   |   2 +-
21 files changed, 652 insertions(+), 70 deletions(-)







More information about the Release-announce mailing list