File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ values:
14
14
15
15
.. code-block :: yaml
16
16
17
- kolla-ansible : kolla-ansible~=10 .0
17
+ kolla-ansible : kolla-ansible~=12 .0
18
18
19
19
* a git repository to the Ussuri specific version of OpenStack
20
20
Original file line number Diff line number Diff line change 15
15
from ansible .plugins .loader import filter_loader as ansible_filter_loader
16
16
from enos .utils import constants as C
17
17
18
- # Default kolla-ansible package to install (OpenStack Wallaby)
19
- KOLLA_PKG = 'kolla-ansible~=12.0'
18
+ # Default kolla-ansible package to install (version 12 for OpenStack Wallaby)
19
+ # We need recent fix https://review.opendev.org/c/openstack/kolla-ansible/+/872558
20
+ # Unfortunately there are no recent releases of kolla-ansible 12 and even the
21
+ # stable branch stable/wallaby has disappeared.
22
+ kolla_commit_id = '6bc5dfc35117c90b8d2f9d96921286249b99a222'
23
+ KOLLA_PKG = f'git+https://github.com/openstack/kolla-ansible.git@{ kolla_commit_id } '
20
24
21
25
# Kolla recommends installing ansible manually. Currently 2.9 is supported.
22
26
# Refers to the kolla-ansible User Guides for future versions. See,
You can’t perform that action at this time.
0 commit comments