openstack-ansible 17.1.0 (queens)
We are thrilled to announce the release of: openstack-ansible 17.1.0: Ansible playbooks for deploying OpenStack This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ For more details, please see below. 17.1.0 ^^^^^^ New Features * It is now possible to specify a list of tests for tempest to blacklist when executing using the "tempest_test_blacklist" list variable. Changes in openstack-ansible 17.0.8..17.1.0 ------------------------------------------- 36ff3eb Bump OSA version a996228 Update Octavia SHAs for stable/queens 7d5f293 Disable verbose output of log collection 09a6e10 import zuul job settings from project-config aa1c1b1 AIO: Tune down the glance uwsgi processes 6489de4 Use ZUUL_SRC_PATH to pass the path to Zuul git sources 138dbf9 update Ironic SHA to something that works 1eba14b Only test for repo availability once 381cea9 Add jmespath to requirements.txt 30159ad Whitelist Octavia API 87f4d28 Fix log compression fe92837 Fix gate log collection 16cf0de Revert "Work around nested virt issues on OVH test nodes" 9967862 Update all SHAs for 17.0.9 e409992 Do not install linux-image-extra by default 99eba3a Fix Bootstrap AIO Passing Multiple BOOTSTRAP_OPTS 9a4a1a1 Use repo_build_pip_default_index for the pypi fallback Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 14 ++-- deploy-guide/source/targethosts-prepare.rst | 6 ++ inventory/group_vars/all/all.yml | 2 +- inventory/group_vars/haproxy/haproxy.yml | 2 - playbooks/common-tasks/package-cache-proxy.yml | 3 +- playbooks/common-tasks/set-pip-vars.yml | 12 +++- .../defaults/repo_packages/openstack_services.yml | 82 +++++++++++----------- .../tempest-test-blacklist-4ec6cc32798874ce.yaml | 6 ++ requirements.txt | 3 + scripts/bootstrap-aio.sh | 6 +- scripts/scripts-library.sh | 13 +++- .../bootstrap-host/tasks/prepare_aio_config.yml | 7 -- .../templates/user_variables.aio.yml.j2 | 3 + zuul.d/playbooks/run.yml | 10 ++- zuul.d/project.yaml | 5 ++ 17 files changed, 115 insertions(+), 72 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a589187..2d27821 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13,3 @@ shade>=1.17.0 # Apache-2.0 + +# We use this for the json_query filter +jmespath>=0.9.0 # MIT
participants (1)
-
no-reply@openstack.org