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
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT
|
|
ansible-compat # MIT
|
|
docker # Apache-2.0
|
|
molecule # MIT
|
|
molecule-plugins[docker] # MIT
|
|
pytest-metadata # MPL
|
|
pytest-molecule # MIT
|
|
pytest-testinfra
|
|
yamllint # GPLv3
|