[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-API] [PATCH 0 of 8] [RFC] Tunnelling


  • To: xen-api@xxxxxxxxxxxxxxxxxxx
  • From: Rob Hoes <rob.hoes@xxxxxxxxxx>
  • Date: Fri, 9 Jul 2010 15:59:46 +0100
  • Delivery-date: Fri, 09 Jul 2010 08:03:53 -0700
  • List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>

Hi,

To isolate network traffic between VMs (e.g. for security reasons) one can use 
VLANs. The number of possible VLANs on a network, however, is limited, and 
setting up a VLAN requires configuring the physical switches in the network. 
GRE tunnels provide a similar, though more flexible solution.

The wiki document at http://wiki.xensource.com/xenwiki/Tunnelling proposes a 
design that integrates the use of tunnelling in the XenAPI. The design relies 
on the recent introduction of the Open vSwitch in XCP, and requires an Open 
vSwitch (OpenFlow) controller (further referred to as "the controller") to set 
up and maintain the actual GRE tunnels. The following series of patches 
implements the XAPI part of this design.

Feedback is appreciated!

Thanks,
Rob


 ocaml/idl/datamodel.ml           |  54 ++++++++++++++++++++++++++++++++++-----
 ocaml/xapi/OMakefile             |   1 +
 ocaml/xapi/api_server.ml         |   1 +
 ocaml/xapi/message_forwarding.ml |  21 +++++++++++++++
 ocaml/xapi/xapi_tunnel.ml        |  24 +++++++++++++++++
 ocaml/xapi/xapi_tunnel.mli       |  25 ++++++++++++++++++
 ocaml/client_records/records.ml  |  23 +++++++++++++++++
 ocaml/xapi/cli_frontend.ml       |  18 +++++++++++++
 ocaml/xapi/cli_operations.ml     |  15 ++++++++++-
 ocaml/xapi/xapi_tunnel.ml        |  33 +++++++++++++++++++++--
 ocaml/xapi/xapi_vif_helpers.mli  |   5 ++-
 ocaml/idl/api_errors.ml          |   4 ++
 ocaml/idl/datamodel.ml           |   8 +++++
 ocaml/xapi/xapi_pif.ml           |  13 ++++++++-
 ocaml/xapi/xapi_tunnel.ml        |   8 +++++-
 ocaml/idl/datamodel.ml           |   3 ++
 ocaml/xapi/xapi_pool.ml          |   7 ++--
 ocaml/xapi/sync_networking.ml    |  52 +++++++++++++++++++++++++++++++++++++-
 ocaml/xapi/xapi_pif.ml           |  20 +++++++++++--
 ocaml/idl/api_errors.ml          |   1 +
 ocaml/idl/datamodel.ml           |   4 ++
 ocaml/xapi/xapi_pif.ml           |  15 +++++++++++
 22 files changed, 330 insertions(+), 25 deletions(-)

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.