This patch series adds vlan functionality for openvswitch in XEN. It is based on vif-openvswitch which comes with Xen 4.3, but can be used in older versions of Xen as well.
Sebastian Gebhard (7): Improvement of design-openvswitch.rst Extending nicparams to support vlan parameter Add VLAN-capabilities for Xen Hypervisor Support VLAN parameter during instance creation Add VLAN functionality to gnt-instance man page Adopt cfgupgrade to support vlan parameter Set default OVS in cluster init doc/design-openvswitch.rst | 11 +++++------ lib/client/gnt_cluster.py | 9 ++++++++- lib/cmdlib/instance.py | 41 +++++++++++++++++++++++++++++++++++++++++ lib/constants.py | 6 ++++++ lib/hypervisor/hv_xen.py | 4 ++++ man/gnt-instance.rst | 5 +++++ src/Ganeti/Objects.hs | 1 + tools/cfgupgrade | 18 +++++++++++++++++- 8 files changed, 87 insertions(+), 8 deletions(-) -- 1.8.1.2
