Mic Le

Results 13 comments of Mic Le

echo "yes" | cucumber-chef destroy Could not find command "destroy". cucumber-chef Commands: cucumber-chef create # Create a project template for testing an infrastructure. cucumber-chef diagnose # Provide diagnostics from the...

Thanks ! It worked ! I can continue my tests now :) On Apr 5, 2013, at 8:34 AM, Anuj Biyani [email protected] wrote: > Ah you're using v2.0.7. Normally you'd...

Although the setup of the lab was completed w/o error, I cannot see any containers running (I see them all stopped via 'cucumber-chef status --containers' command ) when I ssh...

Thanks guys, Not sure what I miss here, but when I run cucumber I get this error: uninitialized constant MiniTest::Chef (NameError) /Users/mic/dev/chef/cookbooks/chef-client/files/default/tests/minitest/support/helpers.rb:19:in `' /Users/mic/dev/chef/cookbooks/chef-client/files/default/tests/minitest/support/helpers.rb:18:in `' /Users/mic/dev/chef/cookbooks/chef-client/files/default/tests/minitest/support/helpers.rb:17:in `' /Users/mic/.rvm/gems/ruby-1.9.3-p194@cucumber-chef/gems/cucumber-1.2.3/lib/cucumber/rb_support/rb_language.rb:137:in `load' /Users/mic/.rvm/gems/ruby-1.9.3-p194@cucumber-chef/gems/cucumber-1.2.3/lib/cucumber/rb_support/rb_language.rb:137:in...

Yes, this is worked and I got a step forward :) I have the cucmber.yml file where I excluded all the interfering directories. Now I create the example tests by...

I have installed the 3.0.3 release. Now whenever I invoke the command I get "wrong number of arguments (1 for 0)" $ cucumber-chef setup cucumber-chef v3.0.3 Creating AWS instance completed...

Have updated to 3.0.5, moved the Labfile to the current chef directory, still same ... Should I update any other gems beside cucumber-chef gem ? On Apr 9, 2013, at...

I have Labfile in my home dir and it looks like this : https://gist.github.com/bigmyx/5343906 On Apr 9, 2013, at 12:13 AM, Zachary Patten [email protected] wrote: > If you do have...

hmmm.. not sure it's related. I have now the whole new setup with ruby gemset + chef-repo from scratch. I re-created the Labfile from the gist you sent me earlier....

Thank's a lot! The argument's problem solved indeed. Now it stacks on the bootstrap stage. This is /var/log/chef/chef-solo.log from the EC2 lab instance: 2013-04-14T10:51:04+00:00] DEBUG: Re-raising exception: RuntimeError - Could...