
Adding the baclient code to Drydock requires a refactor of the build automation to support multiple languages and multiple artifacts included in a single Docker image NOTE: the go source here is a placeholder 'hello world' sample Change-Id: I1b4883f018b33b3d4fcd7cbcb6cba660fcdc93de
13 lines
435 B
Markdown
13 lines
435 B
Markdown
# 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. |