shipyard/src/bin/shipyard_airflow/shipyard_airflow/common
Bryan Strassner 23fd081ece Add deployment group validation to shipyard
Adds the validation of the existence of a deployment
configuration and a deployment strategy document to
the checks before submitting a site action for
processing.

Change-Id: I61bf67759bd919dcc31208370cb1be5a777baf54
2018-05-09 09:18:16 -05:00
..
deployment_group Add deployment group validation to shipyard 2018-05-09 09:18:16 -05:00
document_validators Add deployment group validation to shipyard 2018-05-09 09:18:16 -05:00
README.rst Add deployment group validation to shipyard 2018-05-09 09:18:16 -05:00
__init__.py Common code for deployment groups in Shipyard 2018-04-27 13:27:13 -05:00

README.rst

Common Modules

The various packages in this common package should each be stand-alone modules having no dependencies on prior logic running in Shipyard (e.g. Setup of configuration files, Shipyard/Airflow database access, etc...). It is ok if these modules use imports found in requirements.txt

These modules are intended to be safe for reuse outside of the context of the Shipyard_Airflow/Api service as well as within.