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

no-reply at openstack.org no-reply at openstack.org
Thu Sep 14 17:23:37 UTC 2017


We are psyched to announce the release of:

openstack-ansible-os_magnum 16.0.0: os_magnum for OpenStack Ansible

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

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

57d2552 Update vars and test tooling for Pike
80555b3 Updated from OpenStack Ansible Tests
cbfd875 Update Fedora test image sha1sum to latest
3ec50f7 Update UPPER_CONSTRAINTS_FILE for stable/pike
b3f7b31 Update .gitreview for stable/pike
f18df29 Updated from OpenStack Ansible Tests
2c67696 Updated from OpenStack Ansible Tests
b3734a5 Updated from global requirements
9dd4f72 Update URLs in documents according to document migration
fa6142a Add ceph_client role
5dedc66 Updated from OpenStack Ansible Tests
9576a91 Updated from OpenStack Ansible Tests
9918ef7 Fix openstackdocstheme settings
3eeb33d Updated from global requirements
925f700 Switch from oslosphinx to openstackdocstheme
ff0d348 Updated from OpenStack Ansible Tests
f2ca86a Updated from global requirements
df310e1 Updated from global requirements
38d4682 Deprecate rpc_backend option
018f256 Ensure that role tests pin pip/setuptools/wheel
217290b Updated from global requirements
15aecbb Allow the developer constraints to be adjusted
09e08d0 Deprecate rabbit_use_ssl option
be11b50 Add venv_tag local fact
ad3ec0c Updated from global requirements
4b6f044 Enable custom keystone endpoint_type in templates
1cbaa54 Update paste, policy and rootwrap configurations 2017-05-15
41f4020 Add RedHat derivatives support for OSA Magnum role
cd86590 Fix for lookup and get_url occuring in different places
fc3732d Use zuul-cloner for tests repo in OpenStack-CI
965e4c0 Use package module to install distro packages
ec33ac8 Rename release note to prevent duplicate
dee3f9f Rename release note to unique hash
3469c89 Added debug variable support
09f4810 Reduce init restart/kill times
830d94c Fix role gate tests for Ansible 2.3
e8d3481 Fix comment nit in unit file
aceaa3e Enable cluster trust for magnum
111cb9b Update Fedora test image sha1sum to latest
562d330 Ensure the components are isolated from the system
8329c25 Fix Magnum Cluster TLS assets generation
c45d189 Install python2-pyOpenSSL package on CentOS
6932980 Update paste, policy and rootwrap configurations 2017-03-03
dccae5b Updated from global requirements
04ed6e5 Update test image sha1sum to latest
f2bc37b Updated from global requirements
83e7d34 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
8b91d42 Remove ssl_cipher_suite from test vars
bb91460 Updated from global requirements
6f8325a Add inventory for nova_placement service
3056f0b Use https instead of http for git.openstack.org
b60da80 Update reno for stable/ocata


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

.gitignore                                         |  6 +-
.gitreview                                         |  1 +
README.rst                                         |  2 +-
Vagrantfile                                        | 52 ++++++++++--
bindep.txt                                         | 44 +++++++---
defaults/main.yml                                  | 11 ++-
meta/main.yml                                      | 19 ++++-
.../notes/magnum-client-urls-64af5efc9ece6680.yaml | 13 +++
...num-init-config-overrides-aec21cbbd9da8e4e.yaml |  9 ++
.../magnum_init_time_settings-6ecc4ff27d7dca1.yaml | 23 +++++
.../notes/remove_rpc_backend-9813a3455f234521.yaml |  5 ++
releasenotes/source/conf.py                        | 11 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ocata.rst                      |  6 ++
setup.py                                           |  2 +-
tasks/magnum_init.yml                              |  2 +
tasks/magnum_init_systemd.yml                      |  4 +-
tasks/magnum_install.yml                           | 32 +++++--
tasks/magnum_install_apt.yml                       | 26 ------
templates/magnum-systemd-init.j2                   | 13 ++-
templates/magnum.conf.j2                           | 16 ++--
templates/policy.json.j2                           | 58 +++++++------
test-requirements.txt                              | 11 ++-
tox.ini                                            | 22 ++---
vars/redhat.yml                                    | 26 ++++++
35 files changed, 481 insertions(+), 202 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