shipyard/src/bin/shipyard_airflow/shipyard_airflow/common
Bryan Strassner 70eb1cef10 Add udpate_software action to Shipyard
Provides an action that can be invoked by a user to deploy only the
software portion of a design.

Change-Id: I880bdc245064364dfdd6a482a3cf2d2a293f6c0d
2018-07-06 16:57:42 -05:00
..
deployment_group [trivial] fix several minor issues 2018-06-22 13:05:32 -05:00
document_validators Add udpate_software action to Shipyard 2018-07-06 16:57:42 -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.