concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
84 stars 154 forks source link

use compiled releases similar to bosh-deployment #8

Open cppforlife opened 7 years ago

cppforlife commented 7 years ago

nice quick way to compile releases inside concourse: https://github.com/cloudfoundry/bosh-deployment/tree/master/ci/compiled-releases

jtarchie commented 7 years ago

To follow along concourse/concourse#1380

vito commented 6 years ago

Is there any way to publish compiled releases to bosh.io? I'm trying to have that site be the centerpiece of our release, and have this repo point everything to it. It'd be nice to avoid an s3 bucket and have the compiled releases come from the source of truth.

srbry commented 6 years ago

@vito has any progress been made on this? It would be really useful, especially when doing the lite deployment. cf-deployment has an ops-file that plugs it in for example.

I would agree that using bosh.io for compiled releases would be nice but s3 seems like a good fall back given how long this issue has already been open?

vito commented 6 years ago

@srbry This issue is still open because it's not a priority, not because we're waiting on bosh.io to do it for us.

We could make compiled releases and put them in s3 but it's a nonzero amount of effort to set up and maintain forever. The pain here is minimal enough and we've simply got plenty of other stuff to work on that more people care about. I can't justify shifting our small team's focus away from things like spaces/new login flow/UX redesign for an optimization that only affects BOSH deploys.

If there's some way that a PR could be submitted for this (maybe a pipeline?) then we could pull it in.

srbry commented 6 years ago

@vito that makes total sense. It wasn't clear from the prior conversation if this was had an amount of work in progress or not. Thanks for taking the time to reply.