[release-announce] [openstackansible] openstack-ansible-os_trove 16.0.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Sep 14 17:23:14 UTC 2017
We are delighted to announce the release of:
openstack-ansible-os_trove 16.0.0: os_trove role for OpenStack-Ansible
This release is part of the pike 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 15.0.0.0rc1..16.0.0
---------------------------------------------------------
a34541f Updated from OpenStack Ansible Tests
626ac41 Updated from OpenStack Ansible Tests
0c134dc Update vars and test tooling for Pike
8511ec4 Update UPPER_CONSTRAINTS_FILE for stable/pike
f45f76c Update .gitreview for stable/pike
2d343e8 Updated from OpenStack Ansible Tests
6399dd5 Updated from OpenStack Ansible Tests
383b262 Updated from OpenStack Ansible Tests
3ca3760 Updated from OpenStack Ansible Tests
149f85e Updated from global requirements
69f47bc Remove trove_regular_user
0157445 Fix notification configuration
59a8ec8 Enable some off-by-default checks
b316e40 Update URLs in documents according to document migration
052bb63 Updated from OpenStack Ansible Tests
df3000e Updated from OpenStack Ansible Tests
5e97b2b Fix openstackdocstheme settings
0cf74c1 Updated from global requirements
5bfd8ab Switch from oslosphinx to openstackdocstheme
b339792 Updated from OpenStack Ansible Tests
ded58bf Updated from global requirements
7583728 Updated from global requirements
58f6bc8 Switch to Cryptography over pycrypto
7bfa684 Allow the endpoint_type for service net creation to be specified.
a3d0f65 Ensure that role tests pin pip/setuptools/wheel
dcc56d9 Updated from global requirements
4d3ae78 Deprecate rpc_backend option
9855742 Allow the developer constraints to be adjusted
10ff5cb Deprecate rabbit_use_ssl option
cec3b71 Add venv_tag local fact
1de5237 Fix trove network related deployment issue
29c33a1 Updated from global requirements
ffdd1b3 Fix for lookup and get_url occuring in different places
46459fd Use zuul-cloner for tests repo in OpenStack-CI
b99c251 Rename release note to prevent duplicates
8c1b179 Rename release note to unique hash
4d82413 Reduce init restart/kill times
ad42e4d Add redis cluster port
27545d2 Optimise apt cache update task
92c1a50 Standardize test vars
9d8a934 Implement trove networking
086bd30 Add taskmanager encryption key to api
b948402 Add RPC encryption key support
b6efe32 Ensure the components are isolated from the system
277c454 Fix Trove URIs
6a55fcc Deprecate auth_plugin option
6bb0c94 Install python2-pyOpenSSL package on CentOS
de0a999 Update paste, policy and rootwrap configurations 2017-03-03
ceda2aa Updated from global requirements
fdd59ff Configure trove_conductor_workers in os_trove
82eddc3 Updated from global requirements
3fd7540 Updated from global requirements
b66094e Remove 3DES from trove_ssl_cipher_suite
8575a5f Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
02e130c Use https instead of http for git.openstack.org
2ec3e0b Update reno for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
.gitreview | 1 +
Vagrantfile | 44 +++++++--
bindep.txt | 46 ++++++---
defaults/main.yml | 103 ++++++++++++++++----
extras/user_secrets.yml | 13 +--
meta/main.yml | 2 +-
.../deprecate_auth_plugin-451832a71b967e27.yaml | 5 +
.../notes/public-uri-proto-a1f05edd1a594f7f.yaml | 5 +
.../notes/remove_rpc_backend-78139a469235891f.yaml | 5 +
.../notes/rpc-encryption-b75fb0d08579a7dd.yaml | 7 ++
...service_net_endpoint_type-60dbb87c4f68403c.yaml | 7 ++
...ove-init-config-overrides-a78ed428a32adef8.yaml | 10 ++
.../trove_init_time_settings-dd293238c53c517.yaml | 23 +++++
releasenotes/source/conf.py | 11 ++-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 ++
setup.cfg | 2 +-
setup.py | 2 +-
tasks/main.yml | 13 +++
tasks/trove_init.yml | 3 +
tasks/trove_init_systemd.yml | 4 +-
tasks/trove_install.yml | 28 ++++--
tasks/trove_service_network.yml | 90 ++++++++++++++++++
tasks/trove_service_setup.yml | 24 +----
templates/include_db.j2 | 41 ++++++++
templates/policy.json.j2 | 3 +-
templates/trove-conductor.conf.j2 | 6 +-
templates/trove-guestagent.conf.j2 | 35 ++-----
templates/trove-systemd-init.j2 | 13 ++-
templates/trove-taskmanager.conf.j2 | 103 ++++++++------------
templates/trove.conf.j2 | 65 +++----------
test-requirements.txt | 11 +--
tox.ini | 24 ++---
44 files changed, 844 insertions(+), 328 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