Dan Bode 75d0fbe037 enable basic testing
adds the first unit test and the required peripheral config files for
rspec-puppet.
2013-04-19 14:34:05 -07:00
2013-04-19 14:32:56 -07:00
2013-04-19 14:34:05 -07:00
2013-04-19 14:34:05 -07:00
2013-04-19 14:34:05 -07:00
2013-01-16 21:39:20 -08:00
2013-03-28 21:56:42 -07:00
2013-04-19 14:34:05 -07:00
2013-04-19 14:34:05 -07:00
2013-01-16 21:39:48 -08:00

Puppet module providing things for vSwitches. At the moment OVS is the only one I've added but please feel free to pull request this!

It's based upon types & providers so we can support more then just OVS or one vSwitch type.

Current layout is: bridges - A "Bridge" is basically the thing you plug ports / interfaces into. ports - A Port is a interface you plug into the bridge (switch).

USAGE: Place this directory at: /vswitch

Then in your manifest you can either use the things as parameterized classes: class {"vswitch::bridge": name => "br-ex" } class {"vswitch::port": interface => "eth0", bridge => "br-ex" }

Or you can use them as "Providers": vs_bridge {"br-ex":} vs_port {"eth0": bridge => "br-ex"}

TODO:

  • OpenFlow controller settings
  • OpenFlow Settings
  • OpenFlow Tables
  • More facts
  • Others that are not named here

The CiscoSystems repository is based on the work at https://github.com/ekarlso/puppet-vswitch.

Description
Puppet provider for virtual switches.
Readme 48 MiB
Languages
Ruby 75.8%
Puppet 14.8%
Python 9.4%