openstack-ansible/releasenotes/notes/repo_packages_in_group_vars-ccd59bb64439500f.yaml
Dmitriy Rabotyagov 9fca8555df Move repo_packages to group_vars
At the moment it's not possible to apply different versions of
services to the different groups due to playbook vars having
prescedence over group_vars. However, it can be quite important
to  such use cases, for example for phased rollouts of newer versions.

This will also reduce amount of unnecessary variables that are included
for each host, since only required git details will be loaded.

Closes-Bug: #2007296
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_rally/+/881954
Change-Id: Icaa3a958926d9f9aa6cb649bd9f3da9449dd7490
2023-05-18 08:49:51 +00:00

8 lines
250 B
YAML

---
other:
- |
SHA of services that are used during source install were moved from
`playbooks/defaults/repo_packages` folder to
`inventory/group_vars/<service_group>/source_git.yml` files that
correspond to each individual service.