6 A Puppet module providing things for vSwitches. At the moment OVS is the only
7 one I've added but please feel free to contribute new providers through
8 Stackforge. It's based upon types and providers so we can support more then just
9 OVS or one vSwitch type.
11 The current layout is:
13 * bridges - A "Bridge" is basically the thing you plug ports / interfaces into.
14 * ports - A Port is a interface you plug into the bridge (switch).
17 To create a new bridge, use the `vs_bridge` type:
25 You can then attach a device to the bridge with a virtual port:
34 * OpenFlow controller settings
38 * Others that are not named here