a88a5cf15a
Puts into place the DeploymentConfiguration yaml that provides the options that should be configured by the site design to the deployment (and update) workflows. This change additionally refactors reused parts to common modules as related to info passing (xcom) Change-Id: Ib6470899b204dbc18d2a9a2e4f95540b3b0032b0
29 lines
726 B
Plaintext
29 lines
726 B
Plaintext
# Testing
|
|
pytest==3.2.1
|
|
pytest-cov==2.5.1
|
|
mock==2.0.0
|
|
responses==0.8.1
|
|
testfixtures==5.1.1
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.9.0
|
|
git+https://github.com/att-comdev/deckhand.git@master#egg=deckhand
|
|
git+https://github.com/att-comdev/promenade.git@master#egg=promenade
|
|
git+https://github.com/att-comdev/drydock.git@master#egg=drydock
|
|
git+https://github.com/att-comdev/armada.git@master#egg=armada
|
|
|
|
# Linting
|
|
flake8==3.3.0
|
|
|
|
# Security scanning
|
|
bandit>=1.1.0 # Apache-2.0
|
|
|
|
# Documentation
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme==0.2.4
|
|
|
|
# Documentation, repeated from requirements.txt to support readthedocs build.
|
|
oslo.config==4.11.0
|
|
oslo.policy==1.25.1
|
|
keystoneauth1==2.13.0
|
|
keystonemiddleware==4.17.0
|
|
falcon==1.2.0
|