693f99363e
This PS performs the following changes: - updates approach to freeze requirements.txt - adds freeze tox profile - upgrades helm to v3.9.4 - changes deployment scripts in accordance with new helm v3 - python code has been re-styled to pass pep8 tests - added tox-docs zuul gate - added tox-py38 zuul gate - added tox-cover zuul gate - added tox-pep8 zuul gate - deprecated old unit-tests zuul gate - added a dependency pre-run playbook to deliver zuul node setup needed for python tox gates to run unit tests - added tox profiles for py38,pep8,docs and cover tests Change-Id: I960326fb0ab8d98cc3f62ffa638286e4fdcbb7c7
13 lines
450 B
Plaintext
13 lines
450 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.
|
|
|
|
# When modifying this file `tox -e freeze-req` must be run to regenerate the requirements-frozen.txt.
|
|
kubeconfig
|
|
kubernetes==26.1.0
|
|
oslo.config<=8.7.1
|
|
oslo.log<=4.6.0
|
|
pbr<=5.5.1
|
|
requests==2.23.0
|
|
chardet>=3.0.2,<3.1.0
|
|
urllib3>=1.21.1,<=1.25 |