openstack-ansible 21.2.1 (ussuri)
We are thrilled to announce the release of: openstack-ansible 21.2.1: Ansible playbooks for deploying OpenStack This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ Please report issues through: https://bugs.launchpad.net/openstack-ansible/+bugs For more details, please see below. 21.2.1 ^^^^^^ New Features * The role now supports creating system scoped credentials alongside project scoped credentials. The default behavior of the role did not changed, until "openrc_system_scope" variable was set to "true". If the "openrc_system_scope" is "true" the default cloud in clouds.yaml will set to system scoped credentials and another credentials named "default_project_scope" will get created with project scoped credentials. Due to usage of openrc file in other roles, the opposite logic applies to openrc files, which means if "openrc_system_scope" is set to "true" the credentials in openrc will set to project scoped credentials and another openrc filec named "openrc.system_scope" will get created with system scoped credentials and will be placed in destination of "openrc_system_file_dest" variable. Changes in openstack-ansible 21.2.0..21.2.1 ------------------------------------------- 9ddb616ea Bump SHAs for stable/ussuri a3a3120aa Apply /etc/environment for runtime after adjustment 1973fee1f Bump SHAs for stable/ussuri 9c71a598d Add magnum tempest URL c92a07130 Fix octavia tempest tests aecc608cd Disable manila 2 vms tempest scenario Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 26 +++--- playbooks/defaults/repo_packages/gnocchi.yml | 2 +- playbooks/defaults/repo_packages/nova_consoles.yml | 4 +- .../defaults/repo_packages/openstack_services.yml | 94 +++++++++++----------- .../system_scope_support-ab364c1725e2506e.yaml | 15 ++++ scripts/gate-check-commit.sh | 5 ++ .../bootstrap-host/tasks/prepare_aio_config.yml | 8 ++ .../templates/user_variables.aio.yml.j2 | 5 ++ .../templates/user_variables_magnum.yml.j2 | 1 + .../templates/user_variables_manila.yml.j2 | 3 + .../templates/user_variables_octavia.yml.j2 | 1 + 11 files changed, 101 insertions(+), 63 deletions(-)
participants (1)
-
no-reply@openstack.org