[openstackansible] openstack-ansible-os_designate 16.0.0 (pike)
We are delighted to announce the release of: openstack-ansible-os_designate 16.0.0: os_designate for OpenStack Ansible This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_designate/ For more details, please see below. Changes in openstack-ansible-os_designate 15.0.0.0rc1..16.0.0 ------------------------------------------------------------- 56cf5e2 Updated from OpenStack Ansible Tests 7e4e4b2 Updated from OpenStack Ansible Tests d73624d Update vars and test tooling for Pike c49d5be Update UPPER_CONSTRAINTS_FILE for stable/pike afc8d58 Update .gitreview for stable/pike e435e67 Deprecate rpc_backend option a063939 Updated from OpenStack Ansible Tests 5dfd2bf Add dnf support 307d879 Updated from OpenStack Ansible Tests 4ca7d76 Updated from OpenStack Ansible Tests aeff018 Updated from global requirements 4799343 Update URLs in documents according to document migration 26950b3 Add support for the openSUSE Leap distributions 92fb2b5 tests: Convert bind configuration file to template 56fd02a Updated from OpenStack Ansible Tests 768fafc Updated from OpenStack Ansible Tests 889a551 Fix openstackdocstheme settings cc9760d Updated from global requirements 09358c7 Switch from oslosphinx to openstackdocstheme 1c4d035 Updated from OpenStack Ansible Tests 541f2cb Updated from global requirements e4c3095 Updated from global requirements 4ef3462 Switch to Cryptography over pycrypto ba56c99 Ensure that role tests pin pip/setuptools/wheel a193460 Updated from global requirements c505653 Allow the developer constraints to be adjusted 9315d42 Use command instead of debug for handlers 6c595b1 Ensure that policy file has correct group/mode 4964e2c Deprecate rabbit_use_ssl option e9abdf4 Add venv_tag local fact 1c0f251 Perform an atomic policy file change 6c3f4c0 Updated from global requirements 48778cc Added release note for the template change 63c1162 Use internalURL by default for Neutron fc8b0f3 Fix for lookup and get_url occuring in different places 9d55629 Use zuul-cloner for tests repo in OpenStack-CI c9817c1 Optimise apt cache update task 8da7605 Rename release note to unique hash 673af4c Reduce init restart/kill times 8904dd1 Standardize the testing for Designate b7098a6 Ensure the components are isolated from the system 7f7714e Install python2-pyOpenSSL package on CentOS afdc6de Updated from global requirements 7e2bf6c Remove extras directory 143d4bc Updated from global requirements d83ca75 Updated from global requirements b68ca8d Use https instead of http for git.openstack.org 2a56937 Install python2 for Vagrant b9adeab Enable current Designate services 5a9b172 Update reno for stable/ocata 69877f3 Configure pools.yaml inside Designate role Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + .gitreview | 1 + README.rst | 2 +- Vagrantfile | 45 ++++++++-- bindep.txt | 46 +++++++--- defaults/main.yml | 74 ++++++++++++---- examples/playbook.yml | 1 - extras/conf.d/designate.yml.aio | 3 - extras/env.d/designate.yml | 57 ------------- extras/group_vars_designate.yml | 13 --- extras/haproxy_designate.yml | 10 --- extras/os-designate-install.yml | 95 --------------------- extras/repo_designate.yml | 4 - extras/user_secrets_designate.yml | 7 -- handlers/main.yml | 49 ++++++++++- meta/main.yml | 10 ++- ...ignate-pools-yaml-support-d693dc2471642167.yaml | 11 +++ ...ignate_init_time_settings-6efb66b0d17d4c04.yaml | 23 +++++ ...int-change-to-internalurl-3da6bb4bd4972bea.yaml | 7 ++ ...ova-init-config-overrides-ffce7e419061c4da.yaml | 10 +++ .../notes/remove_rpc_backend-a9832d7699ef1245.yaml | 5 ++ releasenotes/source/conf.py | 11 ++- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++ setup.cfg | 2 +- setup.py | 2 +- tasks/designate_db_setup.yml | 6 +- tasks/designate_init_common.yml | 27 ------ tasks/designate_init_systemd.yml | 6 +- tasks/designate_install.yml | 33 +++++--- tasks/designate_post_install.yml | 8 +- tasks/main.yml | 5 +- templates/designate-systemd-init.j2 | 13 ++- templates/designate.conf.j2 | 73 +++++++++++++--- test-requirements.txt | 11 ++- tox.ini | 22 ++--- vars/redhat-7.yml | 1 + vars/suse-42.yml | 1 + vars/ubuntu-16.04.yml | 1 + 55 files changed, 729 insertions(+), 593 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
participants (1)
-
no-reply@openstack.org