
A recent Shipyard change [0] introduced user-context tracing support in Shipyard, which requires the passing of an additional parameter to the Deckhand and Drydock API clients. The Deckhand [1] and Drydock [2] clients were updated to handle the additional parameter, but the versions of those components used by Shipyard was not updated. This change uplifts the versions of Deckhand and Drydock in requirements.txt for the Airflow component of Shipyard to a version that supports the aforementioned, additional, user-context parameter. [0] https://review.openstack.org/633873 [1] https://review.openstack.org/634068 [2] https://review.openstack.org/638115 Change-Id: I096191f436c5123b6c263fe92c0d69b9e4085c66
29 lines
1.2 KiB
Plaintext
29 lines
1.2 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.
|
|
|
|
pytz==2018.5
|
|
pyOpenSSL==18.0.0
|
|
ndg-httpsclient==0.5.1
|
|
pyasn1==0.4.4
|
|
psycopg2==2.7.5
|
|
docker==3.5.0
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.10.1
|
|
python-openstackclient==3.16.1
|
|
kubernetes>=6.0.0
|
|
|
|
# Dependencies for other UCP components
|
|
git+https://git.openstack.org/openstack/airship-deckhand@a76ffb66ae809c19281a6cf5c9414ed197d249b7#egg=deckhand
|
|
git+https://git.openstack.org/openstack/airship-drydock.git@22a4f01cb7880828f7b955c56d53603b6170415a#egg=drydock_provisioner&subdirectory=python
|
|
git+https://git.openstack.org/openstack/airship-armada.git@af8a9ffd0873c2fbc915794e235dbd357f2adab1#egg=armada
|