Skip to content

hw-cookbooks/bridger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridger - Building bridges with Chef

Does what's described: builds a bridge, using chef

Important attributes

  • node[:bridger][:interface] = 'eth0' (interface to bridge to)
  • node[:bridger][:name] = 'br0' (name of the bridge)
  • node[:bridger][:dhcp] = false (dhcp in use on interface)
  • node[:bridger][:address] = nil (static address to use)
  • node[:bridger][:netmask] = '255.255.255.0' (netmask in use)
  • node[:bridger][:gateway] = nil (gateway to use)

You can add more bridges using:

  • node[:bridger][:additionals]

It accepts an array of hashes with the hashes using the same structure as above to provide bridge information.

Repository

About

Build bridges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages