Skip to content

VamsikrishnaNallabothu/vtn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDaylight Virtual Tenant Network (VTN)
=========================================

## Overview

OpenDaylight VTN provides multi-tenant virtual network functions on
OpenDaylight controller. OpenDaylight VTN consists of two parts:
VTN Coordinator and VTN Manager.

VTN Coordinator orchestrates multiple OpenDaylight Controllers, and provides
applications with VTN API.

VTN Manager is a set of OSGi bundles running in OpenDaylight Controller.
Current VTN Manager supports only OpenFlow switches. It handles PACKET_IN
messages, sends PACKET_OUT messages, manages host information, and installs
flow entries into OpenFlow switches to provide VTN Coordinator with virtual
network functions.

The requirements for installing these two are different. Therefore, we
recommend that you install VTN Manager and VTN Coordinator in different
machines.

Please check wiki pages of OpenDaylight VTN project for more details:
https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):Main

## VTN Manager

 - How to build and run VTN Manager
   https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):Manager:Hacking

## VTN Coordinator

 - How to build and run VTN Coordinator
   https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):Installation:VTN_Coordinator

About

Mirror of the OpenDaylight vtn gerrit project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.9%
  • Java 35.0%
  • C 8.9%
  • Python 2.5%
  • C# 1.4%
  • Perl 0.6%
  • Other 0.7%