a500374773
Depends-On: https://review.opendev.org/c/openstack/ansible-config_template/+/948915 Depends-On: https://review.opendev.org/c/openstack/ansible-role-pki/+/971772 Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/971771 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/975033 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/975035 Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/975044 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/975052 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/975054 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/975270 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/975250 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/975255 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/975267 Depends-On: https://review.opendev.org/c/openstack/ansible-hardening/+/975502 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/977934 Change-Id: I14e333cf1390070bafba9b1979f2704c5457f53e Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
25 lines
761 B
Plaintext
25 lines
761 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.
|
|
|
|
# Keep hacking first, it pulls in the right versions of flake8, mccabe and pyflakes
|
|
hacking>=3.2.0,<=7.0.0 # Apache-2.0
|
|
bashate>=0.5.1 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
virtualenv>=14.0.6 # MIT
|
|
flake8 # MIT
|
|
ansible-lint==25.12.2 # MIT
|
|
netaddr>=0.7.18 # BSD
|
|
Jinja2>=2.10 # BSD
|
|
|
|
# Requirements for molecule jobs
|
|
ansible-core==2.19.6 # GPL-3.0
|
|
docker>=7.0.0 # Apache-2.0
|
|
jmespath>=1.0.0 # MIT
|
|
molecule==25.12.0 # MIT
|
|
molecule-plugins[docker]==25.8.12 # MIT
|
|
setuptools>75.0.0 # MIT
|
|
|
|
# Requirements for releases script
|
|
ruamel.yaml>=0.18 # MIT
|