concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Add ops file to enable bbr #159

Closed mhuangpivotal closed 5 years ago

mhuangpivotal commented 5 years ago

concourse/concourse#2332

Blocked by: https://github.com/concourse/concourse-bosh-release/pull/29

cirocosta commented 5 years ago

Hey,

As next steps, @mhuangpivotal and I were looking at some more possible testing that could be done regarding thre three possible ways of having the Database backed up:

We've been thinking about having the Postgres properties propagated through links to the bbr-atcdb job.

thx!

taylorsilva commented 5 years ago

Decided to use the bosh links. PR here that updates the bosh release to use bosh links: https://github.com/concourse/concourse-bosh-release/pull/29

This should now allow us to do external, cross-deployment, and intra-deployment testing. These ops files would help us cover intra-deployment testing.

Changed the ops file to use an explicit linking from the web job instead of having any parameters set. Configure once, set everywhere!