In order to be able to run validation without any TripleO package installed and as a first step before an Undercloud deployment, this review add a simple CLI implementation which expose basic commands in order to run, list and show validation on a system. The user will only have to install either: tripleo-validations rpm package or pip install validations-common and validations-libs. Change-Id: I7131ba18b625da282a529473cd804dbdae5a424e
8 lines
273 B
Plaintext
8 lines
273 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.
|
|
|
|
pbr>=3.1.1 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
PrettyTable>=0.7.2
|