shipyard/shipyard_airflow
Anthony Lin 77a9d0ad34 Update update_site Dag
Update the flow for DryDock.  The flow for update site will be
similar to the one for deploy_site as far as DryDock is concenred
as DryDock will only be used for deploying nodes.

A possible use case where we can use drydock with this dag will
be when we are trying to add nodes to an existing site. The flow
for drydock will be the same as that of deploy_site in such scenario.

Change-Id: Icfb0e80ca926fe3a42e88db75e9dec18f073b4c8
2017-09-11 22:08:29 +00:00
..
control Add Pre-Flight Checks Operators 2017-09-08 03:44:30 +00:00
dags Update update_site Dag 2017-09-11 22:08:29 +00:00
plugins Merge "Update deploy_site Dags & Operators" 2017-09-11 13:11:06 -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
airflow_client.py Initial testing framework 2017-08-15 06:50:47 -04:00
errors.py Initial testing framework 2017-08-15 06:50:47 -04:00
setup.py Initial testing framework 2017-08-15 06:50:47 -04:00
shipyard.py Updates for pep-8 compliance. Changed many files cosmetically 2017-08-16 16:36:26 -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