[release-announce] [openstackansible] openstack-ansible-os_trove 17.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 11:25:13 UTC 2018


We enthusiastically announce the release of:

openstack-ansible-os_trove 17.0.0: os_trove role for OpenStack-Ansible

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

Changes in openstack-ansible-os_trove 16.0.0.0rc1..17.0.0
---------------------------------------------------------

71bb46b Remove Trove's support for Heat
bd9d47c Replace virtualenv-tools by a script
2df9cc9 Stop running non-voting jobs in gate
e53d07b Point to Queens instead of master
7f27dbc Updated from OpenStack Ansible Tests
f8b16bd Update UPPER_CONSTRAINTS_FILE for stable/queens
a7a6c89 Update .gitreview for stable/queens
a63122f Updated from OpenStack Ansible Tests
e3c14a8 Updated from global requirements
ea3f664 Zuul: Remove project name
76fea25 Update the Tempest plugin to point towards the new plugin
8be124b Add MySQL connection SSL support
59d31e2 Allow the experimental trigger of the integrated repo
26575d4 Updated from OpenStack Ansible Tests
309ee8c Remove pip_install dependency
2701e37 Adds CentOS 7 support
b5b45c0 Remove setting of version/release from releasenotes
2bea79f Updated from OpenStack Ansible Tests
70ff281 Remove unified queue from gate pipeline
64bd83c Add openstack-ansible-linters test
23699f7 Initial OSA zuul v3 role jobs
e2b31c4 Updated from OpenStack Ansible Tests
a0e6e41 Add OpenStack-Ansible metadata
de69a28 Update links in CONTRIBUTING.rst
a8279a2 Updated from global requirements
c423d13 Updated from global requirements
4c1f798 Updated from OpenStack Ansible Tests
5e4c12f Updated from OpenStack Ansible Tests
8f536f4 Updated from OpenStack Ansible Tests
a30bfd7 Updated from OpenStack Ansible Tests
ff5dace Fix a typo
4219a63 Update links in README
0e3bd37 Update reno for stable/pike
d0c75f1 Updated from global requirements


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

.gitreview                                         |  1 +
CONTRIBUTING.rst                                   |  2 +-
README.rst                                         |  4 +--
Vagrantfile                                        |  2 ++
bindep.txt                                         | 25 +++++------------
defaults/main.yml                                  |  7 ++---
meta/main.yml                                      |  4 ++-
meta/openstack-ansible.yml                         | 20 ++++++++++++++
...ove-init-config-overrides-a78ed428a32adef8.yaml |  2 +-
releasenotes/source/conf.py                        | 18 +++++--------
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 +++++
tasks/trove_init_systemd.yml                       |  3 ++-
tasks/trove_install.yml                            | 16 +++++++++--
templates/trove-taskmanager.conf.j2                |  3 ---
test-requirements.txt                              | 14 +++++-----
tox.ini                                            | 17 +++++++++---
vars/redhat.yml                                    | 31 ++++++++++++++++++++++
zuul.d/jobs.yaml                                   | 21 +++++++++++++++
zuul.d/project.yaml                                | 29 ++++++++++++++++++++
26 files changed, 225 insertions(+), 103 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






More information about the Release-announce mailing list