File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
48
48
# kolla_ansible_venv:
49
49
50
50
# Extra requirements to install inside the kolla-ansible virtualenv.
51
- # kolla_ansible_venv_extra_requirements:
51
+ kolla_ansible_venv_extra_requirements : " {{ lookup('vars', 'kolla_ansible_venv_extra_requirements_' ~ os_distribution, default=[]) }}"
52
+
53
+ # Rocky specific requirements in the kolla-ansible virtualenv
54
+ kolla_ansible_venv_extra_requirements_rocky :
55
+ # NOTE(wszumski): This is wallaby specific as we can use ansiblec-core 2.11 in Xena.
56
+ - ' ansible-base@git+https://github.com/stackhpc/ansible@stackhpc/2.10/rocky'
52
57
53
58
# Pip requirement specifier for the ansible package. NOTE: This limits the
54
59
# version of ansible used by kolla-ansible to avoid new releases from breaking
You can’t perform that action at this time.
0 commit comments