cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

can't upload full stemcell running on non aws vm #23

Closed lnguyen closed 9 years ago

lnguyen commented 9 years ago

It looks like aws cpi code assume you're on an aws vm https://github.com/cloudfoundry/bosh/blob/master/bosh_aws_cpi/lib/cloud/aws/cloud.rb#L424-L425 and tries to use metadata service to upload full stemcell. Light stemcells are only publish for US-east.

lnguyen commented 9 years ago

closing now that light stemcells are in all regions