drydock/drydock_provisioner/ingester
Scott Hussey 3c3ecd83f3 DRYD-2 MVP Final Phase - Node deployment
Add driver task for DeployNode
Add a OOB driver for manual operation to aid in using VMs for testing Drydock
Add boot_mac field to YAML schema for identifying a VM (no IPMI IP)
2017-07-05 10:17:13 -05:00
..
plugins DRYD-2 MVP Final Phase - Node deployment 2017-07-05 10:17:13 -05:00
__init__.py Orchestration of MaaS enlistment (#42) 2017-06-15 20:42:53 -07: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.