Uplift Promenade (genesis scripts)
Uplift Promenade to include the following update: 827385: Use same helm wrapper script for all nodes https://review.opendev.org/c/airship/promenade/+/827385 Change-Id: I5dd7f8785e02ed53dbefc24246be3ec52fb7e775
This commit is contained in:
parent
e9280d3c85
commit
ad740d7aa2
2
Pipfile
2
Pipfile
@ -28,7 +28,7 @@ pylibyaml = "~=0.1"
|
||||
PyYAML = "~=5.1"
|
||||
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "5cd799cc5d04527ac782270008ff647b3779ff05"}
|
||||
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 = "3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12"}
|
||||
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "bc24599267df48d62df0887b0935b27a3fcc44a9"}
|
||||
"oslo.i18n" = "~=3.24.0"
|
||||
"oslo.utils" = ">=3.42.1"
|
||||
six = ">=1.15.0"
|
||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -722,7 +722,7 @@
|
||||
},
|
||||
"promenade": {
|
||||
"git": "https://opendev.org/airship/promenade.git",
|
||||
"ref": "3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12"
|
||||
"ref": "bc24599267df48d62df0887b0935b27a3fcc44a9"
|
||||
},
|
||||
"psycopg2-binary": {
|
||||
"hashes": [
|
||||
|
@ -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@5cd799cc5d04527ac782270008ff647b3779ff05#egg=deckhand
|
||||
git+https://opendev.org/airship/promenade.git@3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12#egg=promenade
|
||||
git+https://opendev.org/airship/promenade.git@bc24599267df48d62df0887b0935b27a3fcc44a9#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
|
||||
|
@ -1,3 +1,3 @@
|
||||
DECKHAND_VERSION=commit/5cd799cc5d04527ac782270008ff647b3779ff05
|
||||
SHIPYARD_VERSION=commit/35e5a7f796a5341e02fb0d3f2d27b41e2fb39131
|
||||
PROMENADE_VERSION=commit/3cac5cbde0c8d32d99acb7d17ef54ab0f8c70f12
|
||||
PROMENADE_VERSION=commit/bc24599267df48d62df0887b0935b27a3fcc44a9
|
||||
|
Loading…
Reference in New Issue
Block a user