cloudfoundry-community-attic / bosh-cloudfoundry

Create, scale and upgrade your company's own Cloud Foundry
https://github.com/cloudfoundry-community/bosh-cloudfoundry#readme
MIT License
90 stars 30 forks source link

bosh cf deploy fails with Your requested instance type (m1.medium) is not supported in your requested Availability Zone #108

Open cer opened 11 years ago

cer commented 11 years ago

Error 100: Your requested instance type (m1.medium) is not supported in your requested Availability Zone (us-east-1a). Please retry your request by not specifying an Availability Zone or choosing us-east-1c, us-east-1b, us-east-1d, us-east-1e.

Task 3 error /usr/local/lib/ruby/1.9.1/rake/file_utils.rb:53:in block in create_shell_runner': Command failed with status (1): [bosh -n --color deploy...] (RuntimeError) from /usr/local/lib/ruby/1.9.1/rake/file_utils.rb:45:incall' from /usr/local/lib/ruby/1.9.1/rake/file_utils.rb:45:in sh' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:617:inbosh_cmd' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:152:in block in deploy' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:150:ineach' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:150:in deploy' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/lib/cli/command_handler.rb:57:inrun' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/lib/cli/runner.rb:61:in run' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/lib/cli/runner.rb:18:inrun' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/bin/bosh:16:in <top (required)>' from /usr/local/bin/bosh:23:inload' from /usr/local/bin/bosh:23:in `

' vcap@ip-10-36-22-147:~$ bosh cf deploy

cer commented 11 years ago

Rerunning bosh cf deploy now results in: $ bosh cf deploy Current CloudFoundry system is '/var/vcap/store/systems/production' Deployment set to `/var/vcap/store/systems/production/deployments/production-core.yml' bosh -n --color deploy Getting deployment properties from director... Compiling deployment manifest...

Director task 7

Preparing deployment binding deployment (00:00:00)
binding releases (00:00:00)
binding existing deployment: Timed out sending `get_state' to 8dc072b7-1fd3-4d21-86c2-4311eea23507 after 30 seconds (00:01:30) Error 3/9 00:01:30

Error 450002: Timed out sending `get_state' to 8dc072b7-1fd3-4d21-86c2-4311eea23507 after 30 seconds

Task 7 error /usr/local/lib/ruby/1.9.1/rake/file_utils.rb:53:in block in create_shell_runner': Command failed with status (1): [bosh -n --color deploy...] (RuntimeError) from /usr/local/lib/ruby/1.9.1/rake/file_utils.rb:45:incall' from /usr/local/lib/ruby/1.9.1/rake/file_utils.rb:45:in sh' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:617:inbosh_cmd' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:152:in block in deploy' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:150:ineach' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh-cloudfoundry-0.5.1/lib/bosh/cli/commands/cf.rb:150:in deploy' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/lib/cli/command_handler.rb:57:inrun' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/lib/cli/runner.rb:61:in run' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/lib/cli/runner.rb:18:inrun' from /usr/local/lib/ruby/gems/1.9.1/gems/bosh_cli-1.0.3/bin/bosh:16:in <top (required)>' from /usr/local/bin/bosh:23:inload' from /usr/local/bin/bosh:23:in `

' vcap@ip-10-36-22-147:~$

drnic commented 11 years ago

Search for a similar issue from others.

I think we need to switch to c1.medium

Dr Nic Williams Stark & Wayne LLC - consultancy for Cloud Foundry users http://drnicwilliams.com http://starkandwayne.com cell +1 (415) 860-2185 twitter @drnic

bonzofenix commented 11 years ago

same issue!