Uplift Promenade (validators, pod templates)

Uplift the embedded version of Promenade to produce a genesis bundle
with updated validation script and pod templates.

Relevant changes:
* Remove log-test pod if validation succeeds [0]
* Update tolerations and priority classes [1]

Full list of changes in Promenade since the last uplift:
* e4d9d99 Update charts to use stable Kubernetes APIs
* e14854b Update HTK stable commit (Ingress)
* 0890626 Update tolerations and priority classes
* e43b6f0 Remove log-test pod if validation succeeds
* 2f823c6 Helm 3: Fix Job labels

[0] https://review.opendev.org/c/airship/promenade/+/814471
[1] https://review.opendev.org/c/airship/promenade/+/814486

Change-Id: I19d790aca9d3f8f23c07e88d5bdb314686fe5528
This commit is contained in:
Phil Sphicas 2021-10-18 16:40:49 -07:00
parent 2dc409f8cd
commit 772d3a47a6
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ pylibyaml = "~=0.1"
PyYAML = "~=5.1"
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "d7d3cbde2bd44eed0d574ec439d1f8194dbcf782"}
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "35e5a7f796a5341e02fb0d3f2d27b41e2fb39131",subdirectory = "src/bin/shipyard_client"}
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "53d0ecb7f959050ebb75ab7420ca5bc07428aacb"}
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "e4d9d99c13c7b530ee2816e661438634aaa3aea3"}
"oslo.i18n" = "~=3.24.0"
"oslo.utils" = ">=3.42.1"
six = ">=1.15.0"

2
Pipfile.lock generated
View File

@ -722,7 +722,7 @@
},
"promenade": {
"git": "https://opendev.org/airship/promenade.git",
"ref": "53d0ecb7f959050ebb75ab7420ca5bc07428aacb"
"ref": "e4d9d99c13c7b530ee2816e661438634aaa3aea3"
},
"psycopg2-binary": {
"hashes": [

View File

@ -28,7 +28,7 @@ fixtures==3.0.0
flake8==3.7.9
futurist==2.2.0; python_version >= '3.6'
git+https://opendev.org/airship/deckhand.git@d7d3cbde2bd44eed0d574ec439d1f8194dbcf782#egg=deckhand
git+https://opendev.org/airship/promenade.git@53d0ecb7f959050ebb75ab7420ca5bc07428aacb#egg=promenade
git+https://opendev.org/airship/promenade.git@e4d9d99c13c7b530ee2816e661438634aaa3aea3#egg=promenade
git+https://opendev.org/airship/shipyard.git@35e5a7f796a5341e02fb0d3f2d27b41e2fb39131#egg=shipyard-client&subdirectory=src/bin/shipyard_client
gitdb2==2.0.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
gitpython==2.1.15

View File

@ -1,3 +1,3 @@
DECKHAND_VERSION=commit/d7d3cbde2bd44eed0d574ec439d1f8194dbcf782
SHIPYARD_VERSION=commit/35e5a7f796a5341e02fb0d3f2d27b41e2fb39131
PROMENADE_VERSION=commit/53d0ecb7f959050ebb75ab7420ca5bc07428aacb
PROMENADE_VERSION=commit/e4d9d99c13c7b530ee2816e661438634aaa3aea3