Skip to content

Instantly share code, notes, and snippets.

@chechuironman
Created October 2, 2014 16:59
Show Gist options
  • Save chechuironman/0d5f0369703465ca1e0c to your computer and use it in GitHub Desktop.
Save chechuironman/0d5f0369703465ca1e0c to your computer and use it in GitHub Desktop.
knife softlayer provisioning erreor
knife softlayer server create --hostname web --domain example.com --flavor medium -VV
Launching SoftLayer VM, this may take a few minutes.
/var/lib/gems/1.9.1/gems/fog-softlayer-0.3.18/lib/fog/softlayer/models/compute/server.rb:395:in `extract_flavor': undefined method `cpu' for nil:NilClass (NoMethodError)
from /var/lib/gems/1.9.1/gems/fog-softlayer-0.3.18/lib/fog/softlayer/models/compute/server.rb:122:in `pre_save'
from /var/lib/gems/1.9.1/gems/fog-softlayer-0.3.18/lib/fog/softlayer/models/compute/server.rb:296:in `save'
from /var/lib/gems/1.9.1/gems/fog-core-1.24.0/lib/fog/core/collection.rb:51:in `create'
from /var/lib/gems/1.9.1/gems/knife-softlayer-0.3.3/lib/chef/knife/softlayer_server_create.rb:291:in `run'
from /var/lib/gems/1.9.1/gems/chef-11.16.2/lib/chef/knife.rb:493:in `run_with_pretty_exceptions'
from /var/lib/gems/1.9.1/gems/chef-11.16.2/lib/chef/knife.rb:174:in `run'
from /var/lib/gems/1.9.1/gems/chef-11.16.2/lib/chef/application/knife.rb:139:in `run'
from /var/lib/gems/1.9.1/gems/chef-11.16.2/bin/knife:25:in `<top (required)>'
from /usr/local/bin/knife:23:in `load'
from /usr/local/bin/knife:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment