Skip to content

Latest commit

 

History

History

reference_dataset

Reference dataset

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)

Hello World

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

Bosh

You can find an example of bosh-deployment-sample described in "hello world"

TODO

  • Add an example to run an errand after the deployment

Terraform

You can find an example of terraform-config described in "hello world"

Cloud Foundry apps

You can find an example of cf-apps-deployments described in "hello world"

Concourse

You can find an example of concourse-config described in "hello world"

Kubernetes

You can find an example of k8s-config described in "hello world"

Another 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"