
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 socket keepalives in order to avoid this issue. (Promenade is also uplifted to address a requirements conflict.) Change-Id: I067a5edbbdff06f45394e772ebb16d5012987b6c
45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
celery==4.3
|
|
pytz==2018.5
|
|
python-dateutil==2.8.1
|
|
pyOpenSSL==18.0.0
|
|
ndg-httpsclient==0.5.1
|
|
oslo.utils==3.42.1
|
|
oslo.config==7.0.0
|
|
oslo.serialization==2.29.2
|
|
pyasn1<0.5.0,>=0.4.6
|
|
psycopg2-binary==2.8.4
|
|
docker==3.7.2
|
|
# Airflow is now installed in the Dockerfile directory to allow for
|
|
# overriding where it is sourced from
|
|
python-openstackclient==3.16.1
|
|
python-keystoneclient==3.22.0
|
|
kubernetes>=6.0.0
|
|
# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues
|
|
marshmallow-sqlalchemy==0.18.0
|
|
WTForms~=2.2.1
|
|
tabulate==0.8.03
|
|
pbr==5.4.5
|
|
setuptools>=40.4.3,<58
|
|
six>=1.15.0
|
|
urllib3==1.25.9
|
|
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@416eff4e52f72169c3ebf49a8ffca36086692b7a#egg=armada
|