File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN mkdir -p /requirements \
82
82
ENV PATH {{ virtualenv_path }}/bin:$PATH
83
83
84
84
{% set kolla_toolbox_pip_packages = [
85
- 'ansible==2.10 .*' ,
85
+ 'ansible-core ==2.11 .*' ,
86
86
'cmd2' ,
87
87
'influxdb' ,
88
88
'mysqlclient' ,
Original file line number Diff line number Diff line change 1
1
[defaults]
2
+ # NOTE(mnasiadka): Omit deprecation warning for soft Python3.8 requirement on the controller
3
+ # for ansible-core 2.11. Deprecation warnings break output of kolla_toolbox.
4
+ deprecation_warnings = False
2
5
remote_tmp = /tmp
3
6
log_path = /var/log/kolla/ansible.log
Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
+ - name : ansible.posix
4
+ version : ' <2'
5
+ - name : community.general
6
+ version : ' <4'
7
+ - name : community.mysql
8
+ version : ' <3'
9
+ - name : community.rabbitmq
10
+ version : ' <2'
11
+ - name : openstack.cloud
12
+ version : ' <2'
3
13
- name : openvswitch.openvswitch
4
- version : 2.0.0
14
+ version : ' <3 '
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Kolla toolbox is now using ansible-core 2.11.
You can’t perform that action at this time.
0 commit comments