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

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 11:19:27 UTC 2018


We high-spiritedly announce the release of:

openstack-ansible-plugins 17.0.0: plugins for OpenStack Ansible

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

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

6b7951d Point to Queens instead of master
a39f58a Updated from OpenStack Ansible Tests
24c73fc Update UPPER_CONSTRAINTS_FILE for stable/queens
94888e2 Update .gitreview for stable/queens
a9ee493 Fix nsenter commands on centos
8fcc904 Zuul: Remove project name
dd2dc85 Updated from global requirements
051d5c0 Updated from OpenStack Ansible Tests
3e1ee24 Updated from global requirements
6743087 Remove virtualenv-tools in the examples.
cbd4399 connection: ssh: Use individuals' host variables for physical host IP
c665f9f Remove the vars plugin as it's no longer used
52a13b0 Allow the experimental trigger of the integrated repo
1b79d16 Updated from OpenStack Ansible Tests
6d97647 Follow symlinks in the lookup
7d97336 Add basic plugin support for nspawn type containers
3f5a274 Preserve comments in INI files
8ead9b2 Add missing domain parameter to _get_group_roles
f37321a Resolve ansible-lint test failures
7145937 Remove setting of version/release from releasenotes
2091a0b Updated from OpenStack Ansible Tests
ad91b1a Make possible to use ansible 2.4
6a64c8e Remove unified queue from gate pipeline
a458ce4 Add openstack-ansible-linters test
ead9047 Initial OSA zuul v3 role jobs
e0002ca Updated from OpenStack Ansible Tests
3a7a65b Add OpenStack-Ansible metadata
42f8f53 Revert "Add OpenStack-Ansible metadata"
c4cba7d Make connection plugin 2.4.1 compatible
143a20a Add OpenStack-Ansible metadata
6924526 Updated from global requirements
b819a87 Add container-aware connection plugin tests
42b88d0 Updated from global requirements
ed0a8d6 Updated from OpenStack Ansible Tests
5cd5610 Make linear strategy plugin 2.4 compatible
7593eb3 Remove plugin compatibility with Ansible v1.9
bfc26ac Remove debug_message_collector plugin
ca0cf34 Python3 compatibility for config_template overrides
d0fe4a6 Updated from OpenStack Ansible Tests
787d037 Updated from OpenStack Ansible Tests
d54eda4 Update reno for stable/pike
f5a87cd Updated from global requirements


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

.gitreview                                         |   2 +-
Vagrantfile                                        |   2 +
action/_v1_config_template.py                      | 466 ---------------
action/_v2_config_template.py                      | 643 --------------------
action/config_template.py                          | 661 ++++++++++++++++++++-
bindep.txt                                         |  25 +-
callback/.keep                                     |   0
callback/debug_message_collector.py                |  64 --
connection/ssh.py                                  | 101 +++-
examples/playbook.yml                              |   2 +-
library/keystone                                   |   5 +-
lookup/py_pkgs.py                                  |  81 +--
meta/openstack-ansible.yml                         |  20 +
.../removed-vars-plugin-0f9fb96e8b2c430d.yaml      |   6 +
releasenotes/source/conf.py                        |  18 +-
releasenotes/source/index.rst                      |   5 +-
releasenotes/source/pike.rst                       |   6 +
strategy/linear.py                                 |   7 +-
test-requirements.txt                              |  14 +-
tox.ini                                            |   6 +-
vars_plugins/override_folder.py                    | 109 ----
zuul.d/jobs.yaml                                   |  21 +
zuul.d/project.yaml                                |  31 +
42 files changed, 1159 insertions(+), 1491 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