From 70328e267bd738cf062ae53d50fdde37e089fd1b Mon Sep 17 00:00:00 2001 From: "Crank, Daniel (dc6350)" Date: Thu, 18 Apr 2019 11:16:24 -0500 Subject: [PATCH] Airflow: Update Deckhand / Drydock version 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 --- images/airflow/requirements.txt | 4 ++-- src/bin/shipyard_airflow/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/airflow/requirements.txt b/images/airflow/requirements.txt index 19f6700e..09190824 100644 --- a/images/airflow/requirements.txt +++ b/images/airflow/requirements.txt @@ -23,6 +23,6 @@ python-openstackclient==3.16.1 kubernetes>=6.0.0 # Dependencies for other UCP components -git+https://git.openstack.org/openstack/airship-deckhand@0aae9dc1776bd97ab8f4152a51baedb24eb61396#egg=deckhand -git+https://git.openstack.org/openstack/airship-drydock.git@d93d6d5a0a370ced536180612d1ade708e29cd47#egg=drydock_provisioner&subdirectory=python +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 diff --git a/src/bin/shipyard_airflow/requirements.txt b/src/bin/shipyard_airflow/requirements.txt index 06a8a2ec..586a163c 100644 --- a/src/bin/shipyard_airflow/requirements.txt +++ b/src/bin/shipyard_airflow/requirements.txt @@ -39,6 +39,6 @@ uwsgi==2.0.17 Werkzeug==0.14.1 # Dependencies for other UCP components -git+https://git.openstack.org/openstack/airship-deckhand@0aae9dc1776bd97ab8f4152a51baedb24eb61396#egg=deckhand -git+https://git.openstack.org/openstack/airship-drydock.git@d93d6d5a0a370ced536180612d1ade708e29cd47#egg=drydock_provisioner&subdirectory=python +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