You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the new VPC tutorial, with the changes discussed in cloudfoundry-attic/cf-docs#59, I get the following error:
$ bundle exec bosh aws create
allocating 1 KeyPair(s)
creating internet gateway
creating security groups: open, bosh, bat, cf, web
details in /Users/drnic/Sites/bosh_deployments/aws_vpc/aws_vpc_receipt.yml
/Users/drnic/Sites/bosh_deployments/aws_vpc/vendor/cache/bosh-2855fba7a02f/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/vpc.rb:80:in `block in create_security_groups': undefined method `for_sgroup' for Bosh::AwsCloud::ResourceWait:Class (NoMethodError)
from /Users/drnic/Sites/bosh_deployments/aws_vpc/vendor/cache/bosh-2855fba7a02f/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/vpc.rb:77:in `each'
from /Users/drnic/Sites/bosh_deployments/aws_vpc/vendor/cache/bosh-2855fba7a02f/bosh_aws_bootstrap/lib/bosh_aws_bootstrap/vpc.rb:77:in `create_security_groups'
from /Users/drnic/Sites/bosh_deployments/aws_vpc/vendor/cache/bosh-2855fba7a02f/bosh_aws_bootstrap/lib/bosh/cli/commands/aws.rb:194:in `create_vpc'
from /Users/drnic/Sites/bosh_deployments/aws_vpc/vendor/cache/bosh-2855fba7a02f/bosh_aws_bootstrap/lib/bosh/cli/commands/aws.rb:148:in `create'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/gems/bosh_cli-1.5.0.pre.446/lib/cli/command_handler.rb:57:in `run'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/gems/bosh_cli-1.5.0.pre.446/lib/cli/runner.rb:59:in `run'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/gems/bosh_cli-1.5.0.pre.446/lib/cli/runner.rb:18:in `run'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/gems/bosh_cli-1.5.0.pre.446/bin/bosh:7:in `<top (required)>'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/bin/bosh:19:in `load'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/bin/bosh:19:in `<main>'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/drnic/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `<main>'
The text was updated successfully, but these errors were encountered:
Following the new VPC tutorial, with the changes discussed in cloudfoundry-attic/cf-docs#59, I get the following error:
The text was updated successfully, but these errors were encountered: