mirror of
https://opendev.org/openstack/kolla-ansible.git
synced 2026-01-11 20:07:08 +00:00
wait_discover_computes.yml had to be updated to pass ansible-lint checks for undefined variables (ansible_facts.hostname/nodename was rendered as UndefinedMarker type) Change-Id: Iaded12e9bcf7ed558b7e35ea526ef1355cbca61a Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
35 lines
634 B
Text
35 lines
634 B
Text
# Password hashing
|
|
bcrypt>=3.0.0 # Apache-2.0
|
|
|
|
# password generation
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
|
|
# Hashicorp Vault
|
|
hvac>=0.10.1 # Apache-2.0
|
|
|
|
# templating
|
|
Jinja2>=3 # BSD License (3 clause)
|
|
|
|
# Ansible and ansible's json_query
|
|
ansible-core>=2.19,!=2.19.0,<2.21 # GPLv3
|
|
jmespath>=0.9.3 # MIT
|
|
|
|
# ini parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
# password generation
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
|
|
# Password hashing
|
|
passlib[bcrypt]>=1.0.0 # BSD
|
|
|
|
# CLI
|
|
cliff>=4.7.0 # Apache-2.0
|
|
|
|
# coverage testing
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
|
|
# unit testing
|
|
docker>=2.4.2 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|