shipyard/src/bin/shipyard_airflow/shipyard_airflow/common
Carter, Matt (mc981n) 1e1fc065b8 Enhance/fix logging in document validator
Change-Id: Ie600986597143f51908005ec655ba78496ca4cd9
2019-09-14 06:58:56 +00:00
..
deployment_group Add retries to node lookup logic 2018-08-25 05:05:06 -05:00
document_validators Enhance/fix logging in document validator 2019-09-14 06:58:56 +00:00
notes Modify note access methods 2018-10-16 07:45:02 -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.