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.
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 aswarden_cpi
rather thanwarden
and there are no stemcells containingwarden_cpi
in the name.