We are chuffed to announce the release of: openstack-ansible-os_designate 17.0.0: os_designate for OpenStack Ansible This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_designate/ For more details, please see below. 17.0.0 ^^^^^^ Upgrade Notes ************* * Any tooling using the Designate v1 API needs to be reworked to use the v2 API Critical Issues *************** * The Designate V1 API has been removed, and cannot be enabled. Changes in openstack-ansible-os_designate 16.0.0.0rc1..17.0.0 ------------------------------------------------------------- e9fc6c9 Updated from OpenStack Ansible Tests 84a45a1 Stop running non-voting jobs in gate 617f431 Zuul: Remove project name 50b363b Point to Queens instead of master 91f7e1d Remove v1 API configuration 35cc84a Updated from global requirements f763b50 Update UPPER_CONSTRAINTS_FILE for stable/queens 017c9fe Update .gitreview for stable/queens e9c1d19 Update paste, policy and rootwrap configurations 2018-01-30 75db7d9 Updated from OpenStack Ansible Tests e0e07a2 Reinitialize the virtualenv 8a23491 Replace virtualenv-tools by a script 270a8f8 Add MySQL connection SSL support a7e311e Allow the experimental trigger of the integrated repo a5be72a Updated from OpenStack Ansible Tests 6621c7a Remove pip_install dependency 22fa91c Handle Pike deprecations for designate 4f21a97 Use group_names to check a host belongs to group ceb12b1 Fix ansible-lint test failures 20230ca Remove setting of version/release from releasenotes 7f26efb Updated from OpenStack Ansible Tests 0b61611 Allow role defaults to determine the branch tested a508c29 Remove unified queue from gate pipeline 3b4e976 Add openstack-ansible-linters test 4fec57b Initial OSA zuul v3 role jobs 453d3e1 Add OpenStack-Ansible metadata 4b009ca Use openstack proto variable in defaults 00d1ff8 Updated from global requirements 290715a Updated from global requirements dcdcafe Remove deprecated oslo_messaging_rabbit options 8cf44f6 Updated from OpenStack Ansible Tests 949641f Updated from OpenStack Ansible Tests 207f87e Updated from OpenStack Ansible Tests fba7374 Updated from OpenStack Ansible Tests a21469c Update reno for stable/pike 8be6398 Updated from global requirements 009078f tasks: designate_install: Fix virtualenv-tools issue on openSUSE Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Vagrantfile | 2 ++ bindep.txt | 25 ++++------------ defaults/main.yml | 18 ++++++++---- handlers/main.yml | 4 +-- meta/main.yml | 1 - meta/openstack-ansible.yml | 20 +++++++++++++ .../notes/remove-v1-api-4fda1ee243203fe5.yaml | 5 ++++ releasenotes/source/conf.py | 18 +++++------- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++ tasks/designate_init_systemd.yml | 8 ++--- tasks/designate_install.yml | 13 +++++---- templates/api-paste.ini.j2 | 15 ---------- templates/designate.conf.j2 | 34 +++++++++------------- test-requirements.txt | 14 ++++----- tox.ini | 17 +++++++++-- zuul.d/jobs.yaml | 21 +++++++++++++ zuul.d/project.yaml | 31 ++++++++++++++++++++ 26 files changed, 212 insertions(+), 136 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