0b44170e73
Walk through services' templates role_data to identify missing hiera interplolation of networks. Use additionally provided interfaces for validations: * search in dicts by keys or values matching some regex, entering into lists as an option; * safe get values by the discovered paths casted as lists, like get_param/get_attr works for heat templates. Add PyYAML missing to the requirements.txt. Closes-bug: #1764315 Change-Id: Idef66ee96cbd67d23760a1cce9537ecc157c3429 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
9 lines
352 B
Plaintext
9 lines
352 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!=2.1.0,>=2.0.0 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
six>=1.10.0 # MIT
|
|
tripleo-common>=7.1.0 # Apache-2.0
|