drydock/drydock_provisioner/ingester
Scott Hussey 179459adc0 Fix some issues found during CLI testing
Found some bugs during REST client / CLI testing
in the API and downstream methods
2017-07-19 13:21:44 -05:00
..
plugins Fix some issues found during CLI testing 2017-07-19 13:21:44 -05:00
__init__.py Move promenade config into the design context 2017-07-05 21:17:30 -05:00
readme.md Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07: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.