bosh-linux-stemcell-builder icon indicating copy to clipboard operation
bosh-linux-stemcell-builder copied to clipboard

remove go_agent in the stemcell name

Open ramonskie opened this issue 1 year ago • 3 comments

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

ramonskie avatar Nov 13 '23 11:11 ramonskie

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

ramonskie avatar Nov 16 '23 17:11 ramonskie

We need more investigations here e.g. in bosh.io to understand the real impact of this change.

beyhan avatar Nov 23 '23 15:11 beyhan

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).

selzoc avatar Feb 29 '24 23:02 selzoc