concourse / concourse-bosh-deployment

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

versions file assumes access to bosh.io, provide an operations file that _forces_ offline mode #200

Closed jtarchie closed 4 years ago

jtarchie commented 4 years ago

I'd like to provide a operations files that modifies the releases to not contain the url portion. When using this repo in offline environments, if the bosh releases are not there then director tries to download. Let's avoid that step, because it can add another layer of debugging for some.

It would probably look like:

- type: remove
  path: /releases/name=concourse/url
# etc....

This will help us in our work for faster debugging in offline envs.