shipyard/shipyard_airflow
Bryan Strassner 01069aab17 Defect fix for use of request.context
This fixes a defect that was introduced by prior change to pass
context instead of a field from within the context when creating
a ConfigdocsHelper

Change-Id: I2d79b8490a5c568cda2412bde8f4803d969887b8
2017-11-28 09:55:08 -06:00
..
conf Update DryDock Operator & Shipyard Chart 2017-10-24 01:53:58 +00:00
control Defect fix for use of request.context 2017-11-28 09:55:08 -06:00
dags Update DryDock Operator 2017-11-21 23:11:35 +00:00
db Implement the inquiry API for Shipyard. 2017-10-19 14:54:31 -04:00
plugins Update DryDock Operator 2017-11-21 23:11:35 +00:00
README.md Update configparser to align with Python3 2017-06-11 21:53:08 -05:00
__init__.py Add deploy site DAG skeleton 2017-08-15 16:23:42 -05:00
errors.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
policy.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00
shipyard.py Logging to use request scope provided by uwsgi and standard logging filters 2017-11-21 14:45:40 -06:00

README.md

Shipyard Airflow

A python REST workflow orchestrator

To run:

$ virtualenv -p python3 /var/tmp/shipyard
$ . /var/tmp/shipyard/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w shipyard_airflow.shipyard --callable shipyard -L