
This change provides the code required for dynamic helm overrides based on deployment type and restricts the ptp-notification app to its supported namespace. Further updates to ptp_notification.py will be made to provide the exact overrides available, but the framework is established here. Story: 2008529 Task: 41671 Depends-On: https://review.opendev.org/c/starlingx/config/+/772123 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I3ea3b70506081552160f6d1f234741b4c23e6d73
27 lines
697 B
Plaintext
27 lines
697 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.
|
|
flake8<3.8.0
|
|
pycodestyle<2.6.0 # MIT License
|
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
passlib>=1.7.0
|
|
psycopg2-binary
|
|
python-subunit>=0.0.18
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testtools!=1.2.0,>=0.9.36
|
|
tempest-lib<0.5.0,>=0.4.0
|
|
ipaddr
|
|
pytest
|
|
pyudev
|
|
migrate
|
|
markupsafe
|