[release-announce] [openstackansible] openstack-ansible-os_barbican 16.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 14 17:22:44 UTC 2017


We are gleeful to announce the release of:

openstack-ansible-os_barbican 16.0.0: os_barbican for OpenStack
Ansible

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/openstack-ansible-os_barbican/

For more details, please see below.

Changes in openstack-ansible-os_barbican 15.0.0.0rc1..16.0.0
------------------------------------------------------------

d16e85f Updated from OpenStack Ansible Tests
e3a2aca Updated from OpenStack Ansible Tests
47b7ed9 Update vars and test tooling for Pike
25f47d4 Update UPPER_CONSTRAINTS_FILE for stable/pike
56e5f1a Update .gitreview for stable/pike
8900c7f Updated from OpenStack Ansible Tests
d909550 Updated from OpenStack Ansible Tests
6d9bfa5 Updated from OpenStack Ansible Tests
6f2a3a5 Updated from OpenStack Ansible Tests
ffdead8 Updated from global requirements
f677468 Update URLs in documents according to document migration
22c3a1a Updated from OpenStack Ansible Tests
3f1da40 Updated from OpenStack Ansible Tests
f40722c Fix openstackdocstheme settings
fc95936 Updated from global requirements
45f7b8d Switch from oslosphinx to openstackdocstheme
14a682a Updated from OpenStack Ansible Tests
a4ff601 Updated from global requirements
bcfc9ac Updated from global requirements
bc8f5ea Ensure that role tests pin pip/setuptools/wheel
729e13e Updated from global requirements
cc366f2 Deprecate rpc_backend option
ed8e52b Allow the developer constraints to be adjusted
54865e7 Add venv_tag local fact
dc9d092 Updated from global requirements
68f7283 Fix for lookup and get_url occuring in different places
50d98d8 Use zuul-cloner for tests repo in OpenStack-CI
7f399d3 Use package module to install distro packages
0045da5 Rename release note to unique hash
c091e28 Reduce init restart/kill times
a7a8eba Standardize test vars
bb3f39c Ensure the components are isolated from the system
99b7e4a Remove git_dest var and extras folder
60919e2 Install python2-pyOpenSSL package on CentOS
6b4c055 Updated from global requirements
f5a5bdf Updated from global requirements
304fd41 Updated from global requirements
6e11d8c Provide default barbican_ssl variables
d0d2acb Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
bdc8f5e Use https instead of http for git.openstack.org
2d9e079 Update reno for stable/ocata


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

.gitignore                                         |   8 +-
.gitreview                                         |   1 +
.travis.yml                                        |  29 ----
README.rst                                         |   2 +-
Vagrantfile                                        |  50 +++++-
bindep.txt                                         |  46 +++--
defaults/main.yml                                  |  10 +-
extras/env.d/barbican.yml                          |  16 --
extras/haproxy_barbican.yml                        |  10 --
extras/os-barbican-install.yml                     | 185 ---------------------
extras/user_secrets_barbican.yml                   |   3 -
meta/main.yml                                      |  17 +-
...can-init-config-overrides-ffce7e419061c4da.yaml |  10 ++
...rbican_init_time_settings-d7510910912fa061.yaml |  23 +++
releasenotes/source/conf.py                        |  11 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
setup.cfg                                          |   2 +-
setup.py                                           |   2 +-
tasks/barbican_init_systemd.yml                    |   4 +-
tasks/barbican_install.yml                         |  33 +++-
tasks/barbican_install_apt.yml                     |  32 ----
templates/barbican-systemd-init.j2                 |  13 +-
test-requirements.txt                              |  11 +-
tox.ini                                            |  22 +--
36 files changed, 436 insertions(+), 416 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index a5433f9..ae8c323 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ flake8<2.6.0,>=2.5.4 # MIT
-pyasn1 # BSD
+pyasn1!=0.2.3 # BSD
@@ -8 +8 @@ pyOpenSSL>=0.14 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -12,3 +12,2 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-openstackdocstheme>=1.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0
@@ -16 +15 @@ doc8 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list