80f6db34cd
This change bumps up the maximum supported version of Ansible to 8.x (ansible-core 2.15.x) and minimum to 7.x (ansible-core 2.14.x). Depends on: https://github.com/stackhpc/ansible-role-systemd-networkd/pull/10 https://github.com/stackhpc/ansible-role-dell-powerconnect-switch/pull/13 https://github.com/stackhpc/ansible-role-mellanox-switch/pull/8 gateway_ip was being set to empty string. This was triggering neutron ""Invalid input for gateway_ip. Reason: '' is not a valid IP address." Omitting by default. Installing openstack.cloud collection. Upgrade failed as Ansible in kayobe-venv was not upgraded. Change-Id: Ia3550644e5fc3e83f792e46d42b4c35d5eec4705
17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
pbr>=2.0 # Apache-2.0
|
|
Jinja2>3 # BSD
|
|
ansible>=7,<9.0 # GPLv3
|
|
cliff>=3.1.0 # Apache
|
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
|
PyYAML>=3.10.0 # MIT
|
|
selinux # MIT
|
|
# INI parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
paramiko # LGPL
|
|
jsonschema<5 # MIT
|
|
wcmatch>=8.2,<=9.0 # MIT
|
|
hvac>=0.10.1
|
|
ansible-cached-lookup<=2.0.0 # MIT
|
|
# NOTE(wszusmki): Remove this when min python>=3.9
|
|
graphlib-backport<2.0.0; python_version<"3.9" # PSF
|