Uplift Promenade

Changes:
    Prevent creation of kubernetes service endpoint by bootstrap apiserver

Change-Id: Ib0a82e96932183e5909ccca71d770df9d4b13e1c
This commit is contained in:
Chris Wedgwood 2020-01-27 18:38:19 -06:00
parent 521219740a
commit 254275af25
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ docker = ">=3.7.2"
PyYAML = "~=5.1"
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"}
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "1a1c69c064a96b3bf0ecdea073abe7ad14bdb06c"}
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "b65930f205b77f28507dee9296aead00e24f2a18"}
oslo-utils = "~=3.41.0"
six = "<=1.12.0"

2
Pipfile.lock generated
View File

@ -229,7 +229,7 @@
},
"promenade": {
"git": "https://opendev.org/airship/promenade.git",
"ref": "1a1c69c064a96b3bf0ecdea073abe7ad14bdb06c"
"ref": "b65930f205b77f28507dee9296aead00e24f2a18"
},
"pycparser": {
"hashes": [

View File

@ -9,7 +9,7 @@ cryptography==2.3.1
debtcollector==1.22.0
docker==4.1.0
git+https://opendev.org/airship/deckhand.git@51dcea4fa12b0bcce65c381c286e61378a0826e2#egg=deckhand
git+https://opendev.org/airship/promenade.git@1a1c69c064a96b3bf0ecdea073abe7ad14bdb06c#egg=promenade
git+https://opendev.org/airship/promenade.git@b65930f205b77f28507dee9296aead00e24f2a18#egg=promenade
git+https://opendev.org/airship/shipyard.git@72ca47e5c9ae8b7b1dcccd7742be6499f0411650#egg=shipyard-client&subdirectory=src/bin/shipyard_client
gitdb2==2.0.6
gitpython==2.1.14

View File

@ -1,3 +1,3 @@
DECKHAND_VERSION=commit/51dcea4fa12b0bcce65c381c286e61378a0826e2
SHIPYARD_VERSION=commit/72ca47e5c9ae8b7b1dcccd7742be6499f0411650
PROMENADE_VERSION=commit/1a1c69c064a96b3bf0ecdea073abe7ad14bdb06c
PROMENADE_VERSION=commit/b65930f205b77f28507dee9296aead00e24f2a18