cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 75 forks source link

Option for "bosh-deploy" task to skip stemcell upload #174

Closed jochenehret closed 7 months ago

jochenehret commented 7 months ago

What is this change about?

Add an option to the "bosh-deploy" task to skip the stemcell upload. This is useful in scenarios like the FIPS stemcell validation where the stemcell must be downloaded from a protected storage.

Please provide contextual information.

Will be used in FIPS stemcell validation pipeline: https://github.com/cloudfoundry/cf-deployment/pull/1135

Please check all that apply for this PR:

Change does not introduce regressions (i.e. default behaviour stays the same).

Did you update the README as appropriate for this change?

Docu is in task.yml.

How should this change be described in release notes?

Add option SKIP_STEMCELL_UPLOAD to the bosh-deploy task.

What is the level of urgency for publishing this change?