The reference dataset helps understand the features from the COA engine and serves as a unique source of truth for the tests and the documentation (although it is still in concurrence with fixtures for spec/scripts/generate-depls)
The first kind of example that is exhibited here is a "hello world". It contains just over the bare minimum to make the COA works and generates pipelines. This root deployment is a brunch of deployments based on different technologies. We illustrate usage through two repository samples: config repository and templates repository
You can find an example of bosh-deployment-sample
described in "hello world"
- Add an example to run an errand after the deployment
You can find an example of terraform-config
described in "hello world"
You can find an example of cf-apps-deployments
described in "hello world"
You can find an example of concourse-config
described in "hello world"
You can find an example of k8s-config
described in "hello world"
It contains minimal info to make the COA works and generates empty pipelines: "another hello world". You can start from here and add deployments illustrated by "hello world"