drydock/python/drydock_provisioner/ingester
Roman Gorshunov 02ae2bf0ee Fix: flake8 tests failing due to invalid types comparison
Change-Id: I7266c0740652da40858a5a34cec73452ed0e10e6
2019-02-11 18:16:12 +01:00
..
plugins (fix) Use endpoint for MAAS URL 2018-11-27 12:04:38 -06:00
__init__.py Refactor build to include Go 2018-09-04 13:13:21 -05:00
ingester.py Fix: flake8 tests failing due to invalid types comparison 2019-02-11 18:16:12 +01:00
readme.md Refactor build to include Go 2018-09-04 13:13:21 -05:00

readme.md

Ingester

Ingester is a pluggable consumer of site design data. It will support consuming data in different formats from different sources.

Each ingester plugin should be able source data based on user-provided parameters and parse that data into the Drydock internal model (drydock_provisioner.model).

Each plugin does not need to support every type of design data as a single site design may be federated from multiple sources.