cloudfoundry-community / bosh-gen

Rapid generation of BOSH releases
MIT License
68 stars 21 forks source link

Use STEMCELL_URL and avoid `bosh public stemcells` #81

Closed jhunt closed 8 years ago

jhunt commented 8 years ago

If you start with a brand new BOSH-lite environment (no stemcells), previous versions of bosh-gen would mistakenly upload a REALLY old Warden Stemcell (like v64...) because of its insistence on using bosh public stemcells.

Instead, we should just use the bosh.io URL that we set previously.

jhunt commented 8 years ago

Tested on a fresh BOSH-lite with no stemcells, and a new bosh-gen'd release. Uploaded v3147 of the ubuntu-trusty warden stemcell, as expected.