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.

Change-Id: I067a5edbbdff06f45394e772ebb16d5012987b6c
This commit is contained in:
Phil Sphicas 2022-03-13 22:19:52 -07:00
parent 67c8618804
commit 4377254536
2 changed files with 2 additions and 2 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,4 +57,4 @@ 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://review.opendev.org/airship/armada.git@refs/changes/34/833534/2#egg=armada