[openstackansible] openstack-ansible-os_barbican 17.0.0 (queens)
We are thrilled to announce the release of: openstack-ansible-os_barbican 17.0.0: os_barbican for OpenStack Ansible This release is part of the queens 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 16.0.0.0rc1..17.0.0 ------------------------------------------------------------ 64fb891 Point to Queens instead of master 5cffdea Updated from OpenStack Ansible Tests 1852088 Update UPPER_CONSTRAINTS_FILE for stable/queens d2055b6 Update .gitreview for stable/queens 7cec2b6 Zuul: Remove project name 4b0da51 Allow ability to configure number of processes and threads c78191a Updated from global requirements 816b98d Updated from OpenStack Ansible Tests 19c40bf Reinitialize the virtualenv 551d925 Updated from global requirements 7f73648 Replace virtualenv-tools by a script 5141c18 Add MySQL connection SSL support 8df6d45 Add support for the openSUSE Leap distributions 3fc8614 Allow the experimental trigger of the integrated repo 4fe93fa Updated from OpenStack Ansible Tests 52fa454 Remove pip_install dependency c43e5a4 tasks: Remove unused apache configuration 4bfcb2c Add CentOS 7 deployment support 1fe60da Use tempest plugin for functional testing e941396 Resolve ansible-lint test failures 3101c7f Remove setting of version/release from releasenotes ae6546f Updated from OpenStack Ansible Tests 4f86a90 Allow role defaults to determine the branch tested 7486c0a Remove unified queue from gate pipeline 674d9f2 Add openstack-ansible-linters test f0cddb7 Initial OSA zuul v3 role jobs bc31751 Updated from OpenStack Ansible Tests 2d01d70 Add OpenStack-Ansible metadata e281bbd Updated from global requirements 245fec5 Updated from global requirements 0ccd74b Updated from OpenStack Ansible Tests bddf47a Updated from OpenStack Ansible Tests f8a4919 Updated from OpenStack Ansible Tests 4667e58 Updated from OpenStack Ansible Tests 1f592e0 Updated from global requirements 4b55f7e Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Vagrantfile | 2 + bindep.txt | 25 +++--------- defaults/main.yml | 8 ++-- meta/main.yml | 8 +++- meta/openstack-ansible.yml | 20 ++++++++++ releasenotes/source/conf.py | 18 ++++----- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++ tasks/barbican_apache.yml | 73 ----------------------------------- tasks/barbican_install.yml | 18 +++++++-- tasks/barbican_ssl.yml | 22 ----------- tasks/barbican_ssl_key_create.yml | 31 --------------- tasks/barbican_ssl_key_distribute.yml | 32 --------------- tasks/barbican_ssl_key_store.yml | 29 -------------- tasks/barbican_ssl_self_signed.yml | 23 ----------- tasks/barbican_ssl_user_provided.yml | 44 --------------------- templates/barbican-vassals-api.ini.j2 | 3 +- templates/barbican.conf.j2 | 2 +- test-requirements.txt | 14 +++---- tox.ini | 17 ++++++-- vars/debian.yml | 3 -- vars/redhat.yml | 23 +++++++++++ vars/suse.yml | 21 ++++++++++ zuul.d/jobs.yaml | 21 ++++++++++ zuul.d/project.yaml | 32 +++++++++++++++ 36 files changed, 274 insertions(+), 408 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ae8c323..09d54c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -bashate>=0.2 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 @@ -6,2 +6,2 @@ flake8<2.6.0,>=2.5.4 # MIT -pyasn1!=0.2.3 # BSD -pyOpenSSL>=0.14 # Apache-2.0 +pyasn1!=0.2.3,>=0.1.8 # BSD +pyOpenSSL>=16.2.0 # Apache-2.0 @@ -12,4 +12,4 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 -doc8 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org