The best and easiest place to start is "how do you configure them without Chef?"You manipulate files under /etc.With Chef, you'd start by identifying those files, and putting them under Chef management.# In a recipetemplate '/etc/network/interfaces' doaction :createsource 'interfaces.erb'end# copy yourserver:/etc/network/interfaces into your cookbook under templates/default/interfaces.erbFrom, there you can start rendering data into this templates.template '/etc/network/interfaces' doaction :createsource 'interfaces.erb'variables()endOn Wed, Mar 19, 2014 at 11:10 AM, Maciek Misztal < " target="_blank"> > wrote:
I'm looking for a way to configure N (N=3) ubuntu nodes with 2 network interfaces each - since I'm a complete newb, what is the proper way to do it?Regards,
Maciej
Archive powered by MHonArc 2.6.16.