Uplift promenade for using containerd
Change-Id: If8e12be8f9b28baca3b9d500c9df34bad37eb30c
This commit is contained in:
parent
ae5db00f83
commit
9991414f9b
2
Pipfile
2
Pipfile
@ -27,7 +27,7 @@ docker = ">=3.7.2"
|
|||||||
PyYAML = "~=5.1"
|
PyYAML = "~=5.1"
|
||||||
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "51dcea4fa12b0bcce65c381c286e61378a0826e2"}
|
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "51dcea4fa12b0bcce65c381c286e61378a0826e2"}
|
||||||
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "72ca47e5c9ae8b7b1dcccd7742be6499f0411650",subdirectory = "src/bin/shipyard_client"}
|
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "72ca47e5c9ae8b7b1dcccd7742be6499f0411650",subdirectory = "src/bin/shipyard_client"}
|
||||||
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "46dffa8b1292202758ebc2a91cfae70362d852fb"}
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "d476b8a3b5a4977ac9f0e5f89e5e24cae9953216"}
|
||||||
oslo-utils = "~=3.41.0"
|
oslo-utils = "~=3.41.0"
|
||||||
six = "<=1.12.0"
|
six = "<=1.12.0"
|
||||||
|
|
||||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -229,7 +229,7 @@
|
|||||||
},
|
},
|
||||||
"promenade": {
|
"promenade": {
|
||||||
"git": "https://opendev.org/airship/promenade.git",
|
"git": "https://opendev.org/airship/promenade.git",
|
||||||
"ref": "46dffa8b1292202758ebc2a91cfae70362d852fb"
|
"ref": "d476b8a3b5a4977ac9f0e5f89e5e24cae9953216"
|
||||||
},
|
},
|
||||||
"pycparser": {
|
"pycparser": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -9,7 +9,7 @@ cryptography==2.3.1
|
|||||||
debtcollector==1.22.0
|
debtcollector==1.22.0
|
||||||
docker==4.1.0
|
docker==4.1.0
|
||||||
git+https://opendev.org/airship/deckhand.git@51dcea4fa12b0bcce65c381c286e61378a0826e2#egg=deckhand
|
git+https://opendev.org/airship/deckhand.git@51dcea4fa12b0bcce65c381c286e61378a0826e2#egg=deckhand
|
||||||
git+https://opendev.org/airship/promenade.git@46dffa8b1292202758ebc2a91cfae70362d852fb#egg=promenade
|
git+https://opendev.org/airship/promenade.git@d476b8a3b5a4977ac9f0e5f89e5e24cae9953216#egg=promenade
|
||||||
git+https://opendev.org/airship/shipyard.git@72ca47e5c9ae8b7b1dcccd7742be6499f0411650#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
git+https://opendev.org/airship/shipyard.git@72ca47e5c9ae8b7b1dcccd7742be6499f0411650#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
||||||
gitdb2==2.0.6
|
gitdb2==2.0.6
|
||||||
gitpython==2.1.14
|
gitpython==2.1.14
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
DECKHAND_VERSION=commit/51dcea4fa12b0bcce65c381c286e61378a0826e2
|
DECKHAND_VERSION=commit/51dcea4fa12b0bcce65c381c286e61378a0826e2
|
||||||
SHIPYARD_VERSION=commit/72ca47e5c9ae8b7b1dcccd7742be6499f0411650
|
SHIPYARD_VERSION=commit/72ca47e5c9ae8b7b1dcccd7742be6499f0411650
|
||||||
PROMENADE_VERSION=commit/46dffa8b1292202758ebc2a91cfae70362d852fb
|
PROMENADE_VERSION=commit/d476b8a3b5a4977ac9f0e5f89e5e24cae9953216
|
||||||
|
Loading…
x
Reference in New Issue
Block a user