shipyard/src/bin/shipyard_airflow/shipyard_airflow/common
Roman Gorshunov 7fa3136470 Fix: various documentation and URL fixes
1) UCP -> Airship
2) readthedocs.org -> readthedocs.io (there is redirect)
3) http -> https
4) attcomdev -> airshipit (repo on quay.io)
5) att-comdev -> openstack/airship-* (repo on github/openstack git)
6) many URLs have been verified and adjusted to be current
7) no need for 'en/latest/' path in URL of the RTD
8) added more info to some setup.cfg and setup.py files
9) ucp-integration docs are now in airship-in-a-bottle
10) various other minor fixes

Change-Id: I4b8cc6ddf491e35d600a83f5f82d7717108e31dd
2018-09-24 12:53:27 +02:00
..
deployment_group Add retries to node lookup logic 2018-08-25 05:05:06 -05:00
document_validators Fix: various documentation and URL fixes 2018-09-24 12:53:27 +02: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.