Proof of concept implementation to integrate knife-ec2
and knife-solo Chef Knife plugins.
Adds --solo
option to knife ec2 server create
that uses knife solo bootstrap
for bootstrapping the instance. Also other solo bootstrap options are available.
- "knife-ec2" gem
- "knife-solo" gem
Copy the knife_ec2_solo.rb to ~/.chef/plugins/knife/ directory.
It seems like a better idea to do this one layer lower, on
knife bootstrap
. See gist 4559333.