drydock/drydock_provisioner/ingester
Scott Hussey 01c62f563b Add design_ref to template context
For Bootactions that use the template pipeline
segment, add the `action.design_ref` field to the
context for Jinja2.

- Add design_ref to the render_assets method signature
- Update calls to include the contextual design_ref
- Add unit test for design_ref rendering

Change-Id: I81017e050b6f1c0a3e66ee824ecb8ffd154e45dd
2018-01-04 21:16:12 -06:00
..
plugins Add design_ref to template context 2018-01-04 21:16:12 -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.