Uplift Armada client, enable keepalives

Connections from airflow-worker can be long-lived (e.g. when applying
large Armada manifests), and are prone to disconnection due to network
inactivity.

This change uplifts the Armada client to enable keepalives in order to
avoid this issue. The Promenade client is also updated to avoid a
dependency conflict.

Change-Id: I067a5edbbdff06f45394e772ebb16d5012987b6c
This commit is contained in:
Phil Sphicas 2022-03-13 22:19:52 -07:00
parent 034b906dd6
commit cbde5e12d5
2 changed files with 3 additions and 3 deletions

View File

@ -41,4 +41,4 @@ vine<5.0.0a1,>=1.1.3
# Dependencies for other UCP components
git+https://opendev.org/airship/deckhand.git@1f0c011a1708c1235a2be65edada7d386cd55d2a#egg=deckhand
git+https://opendev.org/airship/drydock.git@96db568d4b28f5f163efbf606854243614a6c821#egg=drydock_provisioner&subdirectory=python
git+https://opendev.org/airship/armada.git@0c3aff1ba1f0e836e3dd56de81b2ee560e11c179#egg=armada
git+https://review.opendev.org/airship/armada.git@refs/changes/34/833534/2#egg=armada

View File

@ -57,5 +57,5 @@ tabulate==0.8.03
# Dependencies for other UCP components
git+https://opendev.org/airship/deckhand.git@1f0c011a1708c1235a2be65edada7d386cd55d2a#egg=deckhand
git+https://opendev.org/airship/drydock.git@96db568d4b28f5f163efbf606854243614a6c821#egg=drydock_provisioner&subdirectory=python
git+https://opendev.org/airship/armada.git@0c3aff1ba1f0e836e3dd56de81b2ee560e11c179#egg=armada
git+https://opendev.org/airship/promenade.git@9cd261294bb77c42375ab02606c2f18bff081c26#egg=promenade
git+https://review.opendev.org/airship/armada.git@refs/changes/34/833534/2#egg=armada
git+https://review.opendev.org/airship/promenade.git@refs/changes/41/833641/2#egg=promenade