Uplift Promenade and Deckhand
Promenade uplift to include /etc/etcd and /var/log/kubernetes are created on the host, and Deckhand uplift to use jsonschema 3.2.0. https://review.opendev.org/c/airship/promenade/+/804915 https://review.opendev.org/c/airship/deckhand/+/807812 Change-Id: Ie01fd645357cfe0a21142c2a14d5a0b5f5ffea4f
This commit is contained in:
parent
590ac7e20a
commit
b2b780a4c0
4
Pipfile
4
Pipfile
@ -26,9 +26,9 @@ GitPython = "~=2.1.11"
|
|||||||
docker = ">=3.7.2"
|
docker = ">=3.7.2"
|
||||||
pylibyaml = "~=0.1"
|
pylibyaml = "~=0.1"
|
||||||
PyYAML = "~=5.1"
|
PyYAML = "~=5.1"
|
||||||
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "1f0c011a1708c1235a2be65edada7d386cd55d2a"}
|
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"}
|
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 = "5f964eced5c8bb5c7a556799a83ef931bf81d13d"}
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "bc14e9bbb9857becedd7ce9d6b81d74de77b497b"}
|
||||||
"oslo.i18n" = "~=3.24.0"
|
"oslo.i18n" = "~=3.24.0"
|
||||||
"oslo.utils" = ">=3.42.1"
|
"oslo.utils" = ">=3.42.1"
|
||||||
six = ">=1.15.0"
|
six = ">=1.15.0"
|
||||||
|
4
Pipfile.lock
generated
4
Pipfile.lock
generated
@ -193,7 +193,7 @@
|
|||||||
},
|
},
|
||||||
"deckhand": {
|
"deckhand": {
|
||||||
"git": "https://opendev.org/airship/deckhand.git",
|
"git": "https://opendev.org/airship/deckhand.git",
|
||||||
"ref": "1f0c011a1708c1235a2be65edada7d386cd55d2a"
|
"ref": "d7d3cbde2bd44eed0d574ec439d1f8194dbcf782"
|
||||||
},
|
},
|
||||||
"decorator": {
|
"decorator": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -722,7 +722,7 @@
|
|||||||
},
|
},
|
||||||
"promenade": {
|
"promenade": {
|
||||||
"git": "https://opendev.org/airship/promenade.git",
|
"git": "https://opendev.org/airship/promenade.git",
|
||||||
"ref": "5f964eced5c8bb5c7a556799a83ef931bf81d13d"
|
"ref": "bc14e9bbb9857becedd7ce9d6b81d74de77b497b"
|
||||||
},
|
},
|
||||||
"psycopg2-binary": {
|
"psycopg2-binary": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -27,8 +27,8 @@ fasteners==0.15
|
|||||||
fixtures==3.0.0
|
fixtures==3.0.0
|
||||||
flake8==3.7.9
|
flake8==3.7.9
|
||||||
futurist==2.2.0; python_version >= '3.6'
|
futurist==2.2.0; python_version >= '3.6'
|
||||||
git+https://opendev.org/airship/deckhand.git@1f0c011a1708c1235a2be65edada7d386cd55d2a#egg=deckhand
|
git+https://opendev.org/airship/deckhand.git@d7d3cbde2bd44eed0d574ec439d1f8194dbcf782#egg=deckhand
|
||||||
git+https://opendev.org/airship/promenade.git@5f964eced5c8bb5c7a556799a83ef931bf81d13d
|
git+https://opendev.org/airship/promenade.git@bc14e9bbb9857becedd7ce9d6b81d74de77b497b#egg=promenade
|
||||||
git+https://opendev.org/airship/shipyard.git@35e5a7f796a5341e02fb0d3f2d27b41e2fb39131#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
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'
|
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
|
gitpython==2.1.15
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
DECKHAND_VERSION=commit/1f0c011a1708c1235a2be65edada7d386cd55d2a
|
DECKHAND_VERSION=commit/d7d3cbde2bd44eed0d574ec439d1f8194dbcf782
|
||||||
SHIPYARD_VERSION=commit/35e5a7f796a5341e02fb0d3f2d27b41e2fb39131
|
SHIPYARD_VERSION=commit/35e5a7f796a5341e02fb0d3f2d27b41e2fb39131
|
||||||
PROMENADE_VERSION=commit/5f964eced5c8bb5c7a556799a83ef931bf81d13d
|
PROMENADE_VERSION=commit/bc14e9bbb9857becedd7ce9d6b81d74de77b497b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user