Friday, December 20, 2013

Chef Metal Alpha [feedly]


 
 
Shared via feedly // published on Chef Blog // visit site
Chef Metal Alpha

An early Christmas present for you!

We've been rethinking how Chef can be used to bootstrap machines and create test environments, and an early prototype–chef-metal–has come out of that thinking. The long explanation is [here](https://github.com/jkeiser/chef-metal/blob/master/README.md). The short form is, imagine writing this in a recipe and having the machine show up, converged, in EC2, VirtualBox, or LXC:

machine 'luigi' do    recipe 'apache'    recipe 'mywebapp'  end  

It can reliably create instances on EC2 (via Fog) and VMs in vagrant at the moment. This is extremely alpha, but wanted to get it into your hands for any holiday hacking fun :)






Sent from my iPad

No comments:

Post a Comment