bosh-linux-stemcell-builder
bosh-linux-stemcell-builder copied to clipboard
remove go_agent in the stemcell name
as the go agent is the only bosh agent installed. it makes no sense to add it in the file name.
with this change we will break some pipelines as they have filter that specifically states go_agent
example in the stemcell publisher pipeline.
https://github.com/cloudfoundry/bosh-stemcells-ci/blob/master/pipelines/publisher/pipeline.yml#L57
bosh.io also seems to rely on the bosh_agent regex see
- https://github.com/cloudfoundry/bosh-io-web/blob/main/stemcell/stemsrepo/s3_stemcell.go#L14
- https://github.com/cloudfoundry/bosh-io-web/blob/main/ui/stemcell/nav.go#L24
We need more investigations here e.g. in bosh.io to understand the real impact of this change.
Is this something we're still interested in doing? It seems liable to break a lot of things with no clear benefit (other than brevity).