cloudfoundry / bosh-deployment-resource

Apache License 2.0
12 stars 26 forks source link

Upload stemcells by URL? #62

Closed DanielJonesEB closed 3 years ago

DanielJonesEB commented 5 years ago

Would y'all be open to a PR adding a stemcell_url_files array, which points to a series of files containing URLs to stemcells to upload?

cf-deployment and kubo-deployment both specify exact stemcell versions in their manifests. I would like to upload whatever stemcell they happen to specify at runtime. When a new version of those manifests enters the pipeline, I don't want to have to read the manifest with my eyes like it's 2013, and then re-set my pipeline with the new versions as parameters.

Instead, it'd be good to have a job with a task that does a bosh int to get the stemcell name and version out, and then templates these into https://bosh.io/d/stemcells/bosh-${iaas}-${stemcell_os}-go_agent?v=${stemcell_version}, writes that to a file, and then passes it to bosh-deployment-resource.

bosh-admin-bot commented 3 years ago

This issue was marked as Stale because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale label or comment below.

bosh-admin-bot commented 3 years ago

This issue was closed because it has been labeled Stale for 7 days without subsequent activity. Feel free to re-open this issue at any time by commenting below.