mattray / spiceweasel

Generates Chef knife commands from a simple JSON or YAML file.
Apache License 2.0
283 stars 66 forks source link

Tweaked how kvm vm is created. Its not clone, its create. Also added dev dependency for rake #50

Closed rberger closed 11 years ago

rberger commented 11 years ago

Found that I kvm uses the term create not clone. CHanged nodes.rb

rberger commented 11 years ago

I'm having other problems with the kvm vm create. I had to switch to use the ruby-libvirt gem instead of the obsolete libvirt-rb to get gem dependencies to work. But still having a libvirt /knive kvm / ruby-libvirt problems creating the instance and having it complete . I don't think its related to spiceweasel though

mattray commented 11 years ago

I'll merge this in and release it shortly. 2.5 is almost ready, just waiting on Chef 11.6 for Ruby 2.0 compatibility.

mattray commented 11 years ago

Merged and released in Spiceweasel 2.5. Thanks @rberger!