drydock/drydock_provisioner/ingester
Scott Hussey f368aa9fc0 Add deckhand API integration
- Detect schema 'deckhand+http' and trigger Deckhand logic
- Add Keystone session integration
- Generalize ReferenceResolver
- Add unit tests for data reference resolution
- Add Ingester plugin for Deckhand-based documents
- Add unit tests for deckhand parser
- Add unit test for validation
- Fix BootactionReport action

Change-Id: Iacaed208ea0813ecba52155ee0e4c25c87920a99
2017-12-01 11:49:03 -06:00
..
plugins Add deckhand API integration 2017-12-01 11:49:03 -06:00
__init__.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
ingester.py Add deckhand API integration 2017-12-01 11:49:03 -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.