A Puppet module providing things for vSwitches. At the moment OVS is the only
one I’ve added but please feel free to contribute new providers through
Stackforge. It’s based upon types and providers so we can support more then just
OVS or one vSwitch type.
The 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).
configs - Configuration settings, if any
Development
Developer documentation for the entire puppet-openstack project.
Team and repository tags
VSwitch
Table of Contents
Overview
4.0.0 - 2016.1 - Mitaka
A Puppet module providing things for vSwitches. At the moment OVS is the only one I’ve added but please feel free to contribute new providers through Stackforge. It’s based upon types and providers so we can support more then just OVS or one vSwitch type.
The current layout is:
Development
Developer documentation for the entire puppet-openstack project.
Contributors
Release Notes
Repository
Usage
To create a new bridge, use the
vs_bridgetype:You can then attach a device to the bridge with a virtual port:
You can change the vswitch configuration settings using.
For configuration parameters that are ‘hash’ data type, the resource name should be of the following format
For ‘set/array’ data types, value should be in the following format
TODO: