drydock/drydock_provisioner/ingester
Scott Hussey b70f920b53 [CRITICAL] Fix link bonding configuration
This PS is critical to support ongoing lab
deployments

- Fix string for round robin to 'balance-rr'
- Support specifying monitor, up and down delays for
  round-robin and active/standby bonds

Change-Id: I0aa58805d5ddd91395668fc8ba5662289027186f
2018-01-17 10:43:25 -06:00
..
plugins [CRITICAL] Fix link bonding configuration 2018-01-17 10:43:25 -06:00
__init__.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
ingester.py YAPF catchup 2017-12-15 15:33:14 -06: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.