
This change bumps up the versions of Ansible installed in the kolla-ansible virtualenv to a maximum of 10.x (ansible-core 2.17.x) and minimum to 9.x. This is to align with the Kolla version requirements currently in master. Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/921743 Change-Id: I4147a27ed04d28e832f11662e45dbae2851f63a8
12 lines
190 B
YAML
12 lines
190 B
YAML
---
|
|
# List of packages to install.
|
|
kolla_ansible_package_dependencies:
|
|
- gcc
|
|
- git
|
|
- libffi-devel
|
|
- openssl-devel
|
|
- python3.12
|
|
- python3.12-devel
|
|
- python3.12-pyyaml
|
|
- rsync
|