We are amped to announce the release of: openstack-ansible-ironic 17.0.0: Ironic Role for OpenStack Ansible This release is part of the queens 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 16.0.0.0rc1..17.0.0 ------------------------------------------------------- 8c33498 Skip logging for haproxy health checks aaefd74 Updated from OpenStack Ansible Tests 81155fc Stop running non-voting jobs in gate aaaacd7 Handle Pike deprecations for Ironic 793f5b5 Point to Queens instead of master 5a8aaa9 Update UPPER_CONSTRAINTS_FILE for stable/queens df5fd4c Update .gitreview for stable/queens a3b213b Zuul: Remove project name 0c621e7 Updated from global requirements 65f190f Updated from OpenStack Ansible Tests fca90c2 Reinitialize the virtualenv 3e2e53e Updated from global requirements 82d0617 Replace virtualenv-tools by a script 3ecdde1 Add MySQL connection SSL support d9d9637 Allow the experimental trigger of the integrated repo 470af4c Updated from OpenStack Ansible Tests b5b4a5e Remove pip_install dependency d43068c Use group_names to check a host belongs to group 3e7377b Resolve ansible-lint test failures eee7670 ansible-role-requirements: Switch ODL git repo to the github mirror a530bc1 Remove setting of version/release from releasenotes 6aac0d3 Updated from OpenStack Ansible Tests 4ab463b Do not use “-y” for package install ded7f98 Remove unified queue from gate pipeline 4b94f05 Add OpenStack-Ansible metadata 58c9f44 Add openstack-ansible-linters test c69d80c Initial OSA zuul v3 role jobs 48745b9 Updated from OpenStack Ansible Tests 08db7f4 Updated from global requirements 3a7114b Updated from global requirements 3d77678 Updated from OpenStack Ansible Tests a9e3f38 Add libxml2-dev on ironic api distro packages 322d351 Updated from OpenStack Ansible Tests 442f856 Updated from OpenStack Ansible Tests 3ae3d93 Update reno for stable/pike 466bab3 Add opendaylight role to tests a-r-r 1cd9061 Updated from global requirements f40e6a8 tasks: ironic_install: Fix virtualenv-tools issue on openSUSE Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Vagrantfile | 2 ++ bindep.txt | 25 ++++++----------------- defaults/main.yml | 10 +++++----- meta/main.yml | 1 - meta/openstack-ansible.yml | 20 +++++++++++++++++++ releasenotes/source/conf.py | 18 +++++++---------- releasenotes/source/index.rst | 5 +++-- releasenotes/source/pike.rst | 6 ++++++ tasks/ironic_install.yml | 12 +++++++---- tasks/main.yml | 2 +- templates/ironic-uwsgi.ini.j2 | 3 +++ templates/ironic.conf.j2 | 6 +++++- test-requirements.txt | 14 ++++++------- tox.ini | 17 +++++++++++++--- vars/main.yml | 4 ++-- vars/ubuntu-16.04.yml | 3 ++- zuul.d/jobs.yaml | 21 +++++++++++++++++++ zuul.d/project.yaml | 27 +++++++++++++++++++++++++ 27 files changed, 232 insertions(+), 107 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