shipyard/shipyard_airflow
Bryan Strassner 06e0d35640 Refactor API to organize directories
The purpose is to reorganize the api code into directories
for each of the main parts of the API: configdocs, action,
and previously af_inquiry

Imports have been changed, and some have been reorganized to
reflect ordering.

Change-Id: I96619450432b1d2c7272d5d04aa505efe59a6fed
2017-10-19 15:54:06 -05:00
..
conf Document staging api 2017-10-18 18:39:24 -05:00
control Refactor API to organize directories 2017-10-19 15:54:06 -05:00
dags Shipyard Armada Operator 2017-10-18 22:26:35 -04:00
db Implement the inquiry API for Shipyard. 2017-10-19 14:54:31 -04:00
plugins Shipyard Armada Operator 2017-10-18 22:26:35 -04: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 Implement the inquiry API for Shipyard. 2017-10-19 14:54:31 -04:00
policy.py Implement the inquiry API for Shipyard. 2017-10-19 14:54:31 -04:00
shipyard.py Add Action API 2017-09-22 21:47:13 -05: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