3eac4d4d53
Boot actions are defined by YAML documents in the site topology. This PS defines the schema for those documents and adds a representation to the Drydock ORM and ingester. - Create JSON schema document for boot action documents - Model for BootAction objects - Parsing for BootAction documents Change-Id: I154807e8400389ff94a596ffd1fb2cab0efa128b |
||
---|---|---|
.. | ||
plugins | ||
__init__.py | ||
ingester.py | ||
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.