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

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


We are delighted to announce the release of:

openstack-ansible-ironic 16.0.0: Ironic Role for OpenStack Ansible

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

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

b1b50a0 Add libxml2-dev on ironic api distro packages
1acbf06 Updated from OpenStack Ansible Tests
ada7d70 Update vars and test tooling for Pike
8f0f4b6 Updated from OpenStack Ansible Tests
a9d46a7 Update UPPER_CONSTRAINTS_FILE for stable/pike
4f8624b Update .gitreview for stable/pike
227a672 Implement uWSGI for ironic-api
df1dad2 Updated from OpenStack Ansible Tests
4bc8878 Updated from OpenStack Ansible Tests
edab89c Updated from OpenStack Ansible Tests
5ca7b2d Updated from global requirements
11caf83 Update URLs in documents according to document migration
acc790e Add ceph_client role
1d29196 Updated from OpenStack Ansible Tests
2e8464e Updated from OpenStack Ansible Tests
e19f734 Fix openstackdocstheme settings
f1f0bbb Updated from OpenStack Ansible Tests
c30153d Switch from oslosphinx to openstackdocstheme
3d80cd7 Updated from global requirements
c7a1f78 Replace neutron module with os_network and os_subnet
8b5ade5 Updated from global requirements
4ac0f21 Updated from global requirements
da2fc01 Switch to Cryptography over pycrypto
80effcd Ensure that role tests pin pip/setuptools/wheel
0e9c46c Updated from global requirements
935fde6 Allow the developer constraints to be adjusted
a5bdf59 Deprecate rabbit_use_ssl option
3a1ce7a Add venv_tag local fact
84e1a10 Updated from global requirements
da0771e Fix for lookup and get_url occuring in different places
7aeb1c6 Use zuul-cloner for tests repo in OpenStack-CI
3cd2cf5 Use package module to install distro packages
34cc4bc Rename release note to unique hash
5ce9c10 Reduce init restart/kill times
4995ed7 Fix role gate tests for Ansible 2.3
904be81 Rename reno to avoid conflict on integrated repo
314d6c5 Configure Swift Endpoint Typei
57e8a0e Ensure the components are isolated from the system
52e53ce Rename deprecated neutron network config options
b574193 Install python2-pyOpenSSL package on CentOS
6772dd5 Cap the number of worker processes
b1f787b Updated from global requirements
1527892 Updated from global requirements
afe2a5c Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
772f49f Updated from global requirements
3acc49c Add nova_placement service to test inventory
a23c437 Use https instead of http for git.openstack.org
46e3c76 Update reno for stable/ocata


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

.gitignore                                         |  5 +-
.gitreview                                         |  1 +
README.rst                                         |  2 +-
Vagrantfile                                        | 49 +++++++++--
bindep.txt                                         | 44 +++++++---
defaults/main.yml                                  | 51 ++++++++---
handlers/main.yml                                  | 14 +--
meta/main.yml                                      |  3 +-
...ing_ironic_wsgi_processes-6fa7306fc3c29de7.yaml |  6 ++
...nic-init-config-overrides-e73d9fd46a69afcf.yaml | 10 +++
.../ironic_init_time_settings-b8ab3c3c4d733dc.yaml | 23 +++++
releasenotes/source/conf.py                        | 11 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ocata.rst                      |  6 ++
setup.cfg                                          |  2 +-
setup.py                                           |  2 +-
tasks/ironic_api_install.yml                       | 21 -----
tasks/ironic_api_post_install.yml                  | 65 --------------
tasks/ironic_conductor_install.yml                 | 29 -------
tasks/ironic_get_neutron_uuids.yml                 | 41 ---------
tasks/ironic_init.yml                              | 23 -----
tasks/ironic_init_common.yml                       | 26 ------
tasks/ironic_init_systemd.yml                      | 39 ++++-----
tasks/ironic_install.yml                           | 38 ++++++---
tasks/ironic_install_apt.yml                       | 34 --------
tasks/ironic_oneview_setup.yml                     | 12 +--
tasks/ironic_post_install.yml                      |  8 --
tasks/ironic_uwsgi.yml                             | 44 ++++++++++
tasks/main.yml                                     | 19 +----
templates/ironic-httpd.conf.j2                     | 20 -----
templates/ironic-ports.conf.j2                     |  7 --
templates/ironic-systemd-init.j2                   | 23 +++--
templates/ironic-systemd-tmpfiles.j2               |  6 +-
templates/ironic-uwsgi.ini.j2                      | 19 +++++
templates/ironic.conf.j2                           |  8 +-
test-requirements.txt                              | 11 ++-
tox.ini                                            | 22 ++---
vars/main.yml                                      | 44 ++++++++++
vars/ubuntu-16.04.yml                              |  4 +-
48 files changed, 572 insertions(+), 509 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