drydock/drydock_provisioner/ingester
Scott Hussey 48df97e133 DRYD-50 Drydock support of NIC bonding
Implement interface bonding via the MaaS
API

- Documentation on writing topology definition of networking and host
  network attachment
- Adjust topology YAML schema for interface definition
- Add MaaS API support for create_bond
- Fix some bugs from Gerrit #377818
- Update MaaS API client to support multi-select options

Change-Id: I1c42300ede3f67595ebc8029b0f375622b459254
2017-09-21 10:29:39 -05:00
..
plugins DRYD-50 Drydock support of NIC bonding 2017-09-21 10:29:39 -05:00
__init__.py DRYD21 - Add multirack to YAML 2017-08-25 11:20:23 -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.