For Cloudstack we're using the following gem which allows us to call a
special knife command to create a VM and then bootstrap it with Chef
all in one take. I think this is the best approach to take when adding
functionality to knife.
On Sat, Feb 22, 2014 at 3:51 PM, Joe Nuspl nuspl@nvwls.com wrote:
Would you be able to use 'knife exec’ ? This eliminates parsing issues
because you are manipulating Chef objects themselves.