
Blueprint: https://review.openstack.org/#/c/583343 1. Added node-labels api for managing node labels in kubernetes cluster 2. Added unit test cases 3. Updated documents 4. Resiliency gate script update Change-Id: Iebd49706b3fdbb3650f2e46c5a7fbd21d236b906
30 lines
368 B
Plaintext
30 lines
368 B
Plaintext
# Pyenv version file
|
|
/.python-version
|
|
|
|
# Chart artifacts
|
|
/charts/*.tgz
|
|
/charts/*/charts
|
|
/charts/*/requirements.lock
|
|
|
|
# Build & test artifacts
|
|
/.cache
|
|
/.eggs
|
|
/.helm-pid
|
|
/.pytest_cache
|
|
/.tox
|
|
/build
|
|
/conformance
|
|
/promenade.egg-info
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Sphinx artifacts
|
|
/doc/build/
|
|
/doc/*/_static/
|
|
/AUTHORS
|
|
/ChangeLog
|
|
|
|
# Additional gate artifacts
|
|
/.fiotest
|