[release-announce] [puppet] puppet-zaqar 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:37:29 UTC 2017


We are chuffed to announce the release of:

puppet-zaqar 11.0.0: Puppet module for OpenStack Zaqar

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^


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

* Add support for running Zaqar API with Apache.

* Allow configuration of Zaqar keystone roles, to be able to use as
  a Swift user when the backend is configured.


Bug Fixes
*********

* Fix command used for db sync.

Changes in puppet-zaqar 10.3.0..11.0.0
--------------------------------------

3aff1ad Drop -dev for release prep
00bf15f oslo log: check puppet resource instead of actual config in spec
0f306a7 Update test-requirements.txt
f739d83 Prepare Pike metadata
d1e35d4 Fix db-sync
88f71e8 Remove the dependency package
c7354c9 Allow configuration of Zaqar keystone roles
4a5a1fd Allow deployment of Zaqar WSGI with Apache
889be10 Add support for the swift backend
4ba63c1 Update reno for stable/ocata


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

manifests/db/sync.pp                               |   4 +-
manifests/init.pp                                  |  12 ++
manifests/keystone/auth.pp                         |   8 +-
manifests/management/mongodb.pp                    |   1 -
manifests/management/sqlalchemy.pp                 |  16 +++
manifests/messaging/mongodb.pp                     |   1 -
manifests/messaging/swift.pp                       |  21 +++
manifests/params.pp                                |  12 +-
manifests/server.pp                                |  50 ++++++--
manifests/wsgi/apache.pp                           | 133 +++++++++++++++++++
metadata.json                                      | 142 +++++++++++----------
.../notes/apache_wsgi-4e0a5968cea688c1.yaml        |   3 +
.../notes/fix-db-sync-a31c186c92c9d684.yaml        |   3 +
.../notes/keystone_roles-a4c663156355bb51.yaml     |   5 +
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/acceptance/zaqar_mongo_spec.rb                |  17 ++-
spec/acceptance/zaqar_swift_spec.rb                |  68 ++++++++++
spec/classes/zaqar_db_sync_spec.rb                 |   2 +-
spec/classes/zaqar_init_spec.rb                    |   4 +
spec/classes/zaqar_keystone_auth_spec.rb           |  12 ++
spec/classes/zaqar_logging_spec.rb                 |  51 +++-----
spec/classes/zaqar_management_mongodb_spec.rb      |   8 ++
spec/classes/zaqar_management_sqlalchemy_spec.rb   |  51 ++++++++
spec/classes/zaqar_messaging_mongodb_spec.rb       |   8 ++
spec/classes/zaqar_messaging_swift_spec.rb         |  61 +++++++++
spec/classes/zaqar_wsgi_apache_spec.rb             | 127 ++++++++++++++++++
test-requirements.txt                              |  10 +-
29 files changed, 707 insertions(+), 142 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