[release-announce] puppet-nova 13.3.1 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 15 22:30:56 UTC 2018


We are amped to announce the release of:

puppet-nova 13.3.1: Puppet module for OpenStack Nova

This release is part of the rocky stable release series.

Download the package from:

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

For more details, please see below.

13.3.1
^^^^^^


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

* Added new parameter nova::scheduler::workers which can be used to
  set the amount of scheduler workers.

* Adding nova::compute::sync_power_state_interval parameter that
  configure the interval to sync power states between the database and
  the hypervisor. Set to -1 to disable, or to 0 to run the default
  rate. Defaults to $::os_service_default.


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

* The image_service parameter is deprecated, as we are already using
  python-glanceclient instead of old glance client.

* The "notify_on_api_faults" parameter is deprecated as it is also
  removed from nova config options in change
  "https://review.openstack.org/#/c/505164".

Changes in puppet-nova 13.3.0..13.3.1
-------------------------------------

8ab435c Release 13.3.1
890bc14 Separate placement database is not deprecated
8de0fc9 Add scheduler workers support
3ac15e5 Remove pick() for default_floating_pool
3f8c3ee Resolve duplicate declaration with split of api / metadata wsgi
561fc22 Set valid_interfaces for placement
fa33284 Deprecate unused notify_on_api_faults parameter
48013f3 compute: add sync_power_state_interval parameter
f6262fa Deprecate unused image_service parameter
5d9f58a Remove unused osapi_volume_listen parameter
c89befb Make ironic password a secret
ce0efbe import zuul job settings from project-config
3cdaab4 Update Gemfile for stable/rocky
9fb13f1 Update .gitreview for stable/rocky
3702fd4 Update UPPER_CONSTRAINTS_FILE for stable/rocky
325da04 Remove PE requirement from metadata.json


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

.gitreview                                         |  1 +
.zuul.yaml                                         |  1 +
Gemfile                                            |  1 +
README.md                                          |  7 +-
manifests/api.pp                                   | 78 ++++++++++++----------
manifests/compute.pp                               |  7 ++
manifests/db.pp                                    | 11 +--
manifests/init.pp                                  | 46 +++++++------
manifests/ironic/common.pp                         |  2 +-
manifests/network/neutron.pp                       |  5 +-
manifests/placement.pp                             |  2 +-
manifests/scheduler.pp                             |  6 ++
manifests/wsgi/apache_metadata.pp                  |  2 +-
metadata.json                                      |  8 +--
.../deprecate_image_service-3e54aa3283b3191c.yaml  |  5 ++
...cate_notify_on_api_faults-c7eb47adc3c92671.yaml |  6 ++
.../notes/scheduler-workers-13c4cdee9f6de5da.yaml  |  5 ++
...sync_power_state_interval-8dcccedd67fad69c.yaml |  7 ++
spec/classes/nova_api_spec.rb                      |  6 --
spec/classes/nova_compute_spec.rb                  |  4 ++
spec/classes/nova_init_spec.rb                     | 23 ++-----
spec/classes/nova_ironic_common_spec.rb            |  4 +-
spec/classes/nova_placement_spec.rb                |  4 +-
spec/classes/nova_scheduler_spec.rb                | 14 +++-
tox.ini                                            |  2 +-
25 files changed, 139 insertions(+), 118 deletions(-)







More information about the Release-announce mailing list