[openstackansible] openstack-ansible-os_cinder 17.0.0 (queens)
We are tickled pink to announce the release of: openstack-ansible-os_cinder 17.0.0: os_cinder role for OpenStack- Ansible This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_cinder/ For more details, please see below. Changes in openstack-ansible-os_cinder 16.0.0.0rc1..17.0.0 ---------------------------------------------------------- bd5d3ac Skip logging for haproxy health checks 7f90482 Replace virtualenv-tools by a script 3715575 Stop running non-voting jobs in gate 8d90135 Point to Queens instead of master 5a45b78 Updated from OpenStack Ansible Tests 51ac107 Update UPPER_CONSTRAINTS_FILE for stable/queens edf4fb4 Update .gitreview for stable/queens f1144a7 Use a venv with previous ansible version for upgrades 1acf7f9 Zuul: Remove project name 77f8c0e Updated from global requirements b0b291a Updated from global requirements 82fd8b6 Fix upgrade test 0afb4b4 Updated from OpenStack Ansible Tests 08c563e modify cinder spelling errors 4a9a00f tasks: cinder_qos: Use exact match for QoS rules 6c976e5 Configure backends from API host 198acc0 Add MySQL connection SSL support 6b739f2 tests: test-cinder-upgrades.sh: Remove the exit trap a858898 Reorder service restarts 647dbe8 Update static files b589084 Allow the experimental trigger of the integrated repo 57cfe69 Updated from OpenStack Ansible Tests 9dbda04 Remove pip_install dependency 536dd34 Use cinder_services dict to identify cinder-api service name 7a43e60 Remove setting of version/release from releasenotes 2bcf766 Use group_names to check a host belongs to group 066c95e Updated from OpenStack Ansible Tests 4e7cb34 Change ceph example backend name cff0a1d Fix indentation of container_vars for ceph doc 8d4aed3 Document reasonable radosgw timeout a7f4d98 Remove unified queue from gate pipeline 9b84691 Add openstack-ansible-linters test e350f89 Adds support for specifying GID AND UID for cinder system user aefee84 Update paste, policy and rootwrap configurations 2017-10-14 3815c5b Update upgrade role for Queens from P 8c0f9b0 Add OpenStack-Ansible metadata 9ad69a9 Workaround bad cinder defaults a1961c4 Updated from global requirements 5108e06 Add external LB management handler hook interface 1a4254c Updated from global requirements 9998b3b Update document links 2a372c9 Updated from OpenStack Ansible Tests 384e1ba Updated from OpenStack Ansible Tests 96160f0 Correct cinder online migrations command 799f2b0 Ensure online migrations can run 1a00032 Updated from OpenStack Ansible Tests 12c9c00 Update upgrade role for Pike bf85705 Update reno for stable/pike 2aabc28 Updated from global requirements 0ad45a3 Update paste, policy and rootwrap configurations 2017-08-15 e1fd2e4 tasks: cinder_install: Fix virtualenv-tools issue on openSUSE Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + CONTRIBUTING.rst | 2 +- Vagrantfile | 2 + bindep.txt | 25 +--- defaults/main.yml | 47 +++++--- files/rootwrap.d/volume.filters | 1 + handlers/main.yml | 4 + meta/main.yml | 1 - meta/openstack-ansible.yml | 20 ++++ ...inder-system-user-support-f69b87b4876c0dd8.yaml | 5 + releasenotes/source/conf.py | 18 ++- releasenotes/source/index.rst | 5 +- releasenotes/source/pike.rst | 6 + tasks/cinder_backends.yml | 2 +- tasks/cinder_db_setup.yml | 3 +- tasks/cinder_init_systemd.yml | 2 + tasks/cinder_install.yml | 22 ++-- tasks/cinder_post_install.yml | 6 +- tasks/cinder_pre_install.yml | 2 + tasks/cinder_qos.yml | 6 +- tasks/cinder_uwsgi.yml | 1 + tasks/main.yml | 14 +-- templates/api-paste.ini.j2 | 10 -- templates/cinder-systemd-init.j2 | 2 +- templates/cinder-uwsgi.ini.j2 | 3 + templates/cinder.conf.j2 | 12 +- templates/policy.json.j2 | 133 +-------------------- test-requirements.txt | 14 +-- tox.ini | 17 ++- zuul.d/jobs.yaml | 21 ++++ zuul.d/project.yaml | 33 +++++ 42 files changed, 364 insertions(+), 306 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
participants (1)
-
no-reply@openstack.org