[release-announce] [puppet] puppet-swift 11.0.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 12 18:37:52 UTC 2017
We are tickled pink to announce the release of:
puppet-swift 11.0.0: Puppet module for OpenStack Swift
This release is part of the pike release series.
Download the package from:
https://tarballs.openstack.org/puppet-swift/
For more details, please see below.
11.0.0
^^^^^^
New Features
************
* It is possible to set the basic SSL options for the
ceilometermiddleware's notifications on swift-proxy.
* Adds a warning when ports 6000-6002 are used for object,
container, and/or account storage servers. LP#1521339
Upgrade Notes
*************
* Operators shoud prepare for the port change by specifying ports
for the object storage server, container storage server, and account
storage server.
Bug Fixes
*********
* puppet-swift will no longer raise an error if swift-ring-builder
rebalance returns an exit code of 1. This is a warning but not an
error in swift-ring-builder; errors use an exit code of 2 in swift-
ring-builder.
Changes in puppet-swift 10.3.0..11.0.0
--------------------------------------
fd80ec5 Drop -dev for release prep
c64538e Fix raising an error on rebalance warnings
ea50a20 Update test-requirements.txt
2628d0f Fix some typos in swift_storage_policy.rb
2efc061 Issue warning when old Swift ports are used
7bab854 create swift user after installing ceilometer package
1d0ba46 rabbitmq SSL: check puppet resource instead of actual config
fb9e6dc Replace references to swift.openstack.org
c635e3e Prepare Pike metadata
be6122e Enable SSL options for swift-proxy's ceilometermiddleware notifications
e292416 Update reno for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
ext/swift.rb | 2 +-
ext/swift_keystone_test.rb | 2 +-
files/swift_tester.rb | 2 +-
lib/puppet/type/swift_storage_policy.rb | 2 +-
manifests/dispersion.pp | 2 +-
manifests/proxy/ceilometer.pp | 78 +++++++++--
manifests/ringbuilder/rebalance.pp | 1 +
manifests/storage/all.pp | 12 ++
manifests/storage/disk.pp | 2 +-
manifests/storage/ext4.pp | 2 +-
manifests/storage/loopback.pp | 2 +-
metadata.json | 154 ++++++++++-----------
...rmiddleware-notifications-bbd3b7cbb9ba0910.yaml | 4 +
.../rebalance-exit-codes-ee79621190315a5a.yaml | 7 +
.../notes/swift-port-warning-0ac39e6905f977b5.yaml | 8 ++
releasenotes/source/conf.py | 12 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 +
spec/classes/swift_proxy_ceilometer_spec.rb | 135 +++++++++++-------
spec/unit/puppet/type/swift_storage_policy.rb | 2 +-
templates/swift_keystone_test.erb | 2 +-
test-requirements.txt | 10 +-
22 files changed, 289 insertions(+), 159 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index baa2346..1ea50a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,5 @@
-# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+# This is required for the docs build jobs
+sphinx>=1.5.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+
+# This is required for the releasenotes build jobs
@@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1,!=2.0.0 # Apache-2.0
+reno>=1.8.0,!=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list