cloudfoundry-community / bosh-gen

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

Fixed issue where dir cpi was found as `warden_cpi' not `warden' #71

Closed quintessence closed 8 years ago

quintessence commented 8 years ago

bosh upload stemcell ${STEMCELL_URL} was failing because ${STEMCELL_URL} was empty. The reason it was empty is because the ${DIRECTOR_CPI} for warden was coming back as warden_cpi rather than warden and there are no stemcells containing warden_cpi in the name.