We contentedly announce the release of: openstack-ansible-os_aodh 16.0.0: os_aodh for OpenStack Ansible This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_aodh/ For more details, please see below. Changes in openstack-ansible-os_aodh 15.0.0.0rc1..16.0.0 -------------------------------------------------------- 4cd19b1 Updated from OpenStack Ansible Tests 5182dfa Updated from OpenStack Ansible Tests 8f7df08 Update vars and test tooling for Pike 70de61e Update UPPER_CONSTRAINTS_FILE for stable/pike 3fc2ec1 Update .gitreview for stable/pike 597fe05 Updated from OpenStack Ansible Tests 07326b7 Updated from OpenStack Ansible Tests f6e1155 Add dnf support ca816d6 Updated from OpenStack Ansible Tests 8ba5ee9 Updated from OpenStack Ansible Tests fa08186 Updated from global requirements cec27ed Fixes incorrect title 2fe71f8 Update URLs in documents according to document migration be3b221 Add support for the openSUSE Leap distributions 72d8f43 templates: aodh-httpd: Ensure proper user control in aodh root d930b0a Updated from OpenStack Ansible Tests b85f8b7 Updated from OpenStack Ansible Tests 8bce3c2 Fix openstackdocstheme settings 5bebd5a Updated from global requirements 3ad189c Switch from oslosphinx to openstackdocstheme 2d01e5f Updated from OpenStack Ansible Tests ff3b17d Updated from global requirements 44700f3 Updated from global requirements 50dfb48 Switch to Cryptography over pycrypto d6277e2 Ensure that role tests pin pip/setuptools/wheel deb4680 Updated from global requirements 8c72de8 Allow the developer constraints to be adjusted 1112796 Use command instead of debug for handlers 20e5a6a Ensure that policy file has correct group/mode c5766be deprecate rabbit_use_ssl option 9af2829 Add venv_tag local fact 8e0197e Updated from global requirements 62a98b3 Fix for lookup and get_url occuring in different places 416fadc Use zuul-cloner for tests repo in OpenStack-CI 109ad46 Update sqlalchemy constraints to match upstream eb76491 Perform an atomic policy file change 38a4453 Rename release note to unique hash 8a07de2 Reduce init restart/kill times 68a7905 Optimise apt cache update task 45087bb Enumerate aodh[mysql] extra deps and constraints 8c93d59 Standardize test vars db3f26f Rename reno to avoid conflict on integrated repo 9dcacb8 Ensure the components are isolated from the system e7c4553 Add a release note 393cfa9 Deprecate auth_plugin option bb726c1 Install python2-pyOpenSSL package on CentOS 5d40a06 Cap the number of worker processes c78a912 Updated from global requirements d077f21 [DOC] Remove confusing sentence f631776 Updated from global requirements 5ab0e32 Updated from global requirements b0de88a Use https instead of http for git.openstack.org cbe3c34 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + .gitreview | 1 + Vagrantfile | 45 ++++++++-- bindep.txt | 46 +++++++--- defaults/main.yml | 32 +++++-- handlers/main.yml | 57 +++++++++++-- meta/main.yml | 2 +- ...odh-init-config-overrides-f152b8fd098efb0d.yaml | 10 +++ .../aodh_init_time_settings-9661d23a9bb6682c.yaml | 23 +++++ ...pping_aodh_wsgi_processes-6db6da9ba36c8851.yaml | 6 ++ .../deprecate_auth_plugin-71a83567d996752e.yaml | 5 ++ releasenotes/source/conf.py | 11 ++- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++ setup.cfg | 2 +- setup.py | 2 +- tasks/aodh_apache.yml | 35 +++++--- tasks/aodh_init_common.yml | 27 ------ tasks/aodh_init_systemd.yml | 6 +- tasks/aodh_install.yml | 32 ++++--- tasks/aodh_post_install.yml | 6 +- tasks/main.yml | 2 +- templates/aodh-httpd.conf.j2 | 12 +++ templates/aodh-systemd-init.j2 | 13 ++- templates/aodh.conf.j2 | 4 +- test-requirements.txt | 11 ++- tox.ini | 22 ++--- vars/suse-42.yml | 50 +++++++++++ 37 files changed, 564 insertions(+), 199 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