
Updates the image building to Airflow 1.10, including necessary configuration changes and a general update of dependencies. Airflow 1.10 includes many enhancements and bugfixes since 1.9 [0] This change introduces many "unused" configuration parameters to satsify Airflow's expectations[1]. An ugly, but likely harmless change to the log output with interleaved newline characters from Airflow steps[2]. Changes to the chart and other dependendencies have also been introduced to match this update. [0] https://github.com/apache/incubator-airflow/blob/master/CHANGELOG.txt [1] https://issues.apache.org/jira/browse/AIRFLOW-3099 [2] https://issues.apache.org/jira/browse/AIRFLOW-1917 Change-Id: I179dcf1f0369650b8c4519f704abb7fb495f4248
30 lines
1.2 KiB
Plaintext
30 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.0
|
|
python-openstackclient==3.16.1
|
|
kubernetes>=6.0.0
|
|
|
|
# Dependencies for other UCP components
|
|
git+https://git.openstack.org/openstack/airship-deckhand@d1701774266069dda6eab9e70c7851da7e97919a#egg=deckhand
|
|
git+https://git.openstack.org/openstack/airship-drydock.git@b1d24ad254c04cdbb4dc4e06f2bfe92c266aad70#egg=drydock_provisioner&subdirectory=python
|
|
git+https://git.openstack.org/openstack/airship-armada.git@90618f549c1f6d7741b11dc5c4898f3c6d536895#egg=armada
|
|
|