9ea63dc300
Moving the CLI to python allows for easier maintenance and larger feature-set. This patch introduces a few breaking changes! The changes stem the nature of the cliff package. - the order of parameters must be kolla-ansible <action> <arguments> - mariadb_backup and mariadb_recovery now are mariadb-backup and mariadb-recovery Closes-bug: #1589020 Signed-off-by: Roman Krček <roman.krcek@tietoevry.com> Change-Id: I9749b320d4f5eeec601a055b597dfa7d8fb97ce2
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
# 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.16,<2.18 # 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
|