Skip to content

hidetai/VtnAppExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of OpenDaylight VTN Manager application

This is an example application that uses APIs provided by VTN Manager. The VTN Manager is a network virtualization feature which is being developed by OpenDaylight VTN project.

The example code depends on VTN Manager of Beryllium release (OpenDaylight 4th release.)

Hot to build

mvn clean install -DskipTests

It requires the following set up in your environment:

  • Maven 3.1.1 or later
  • Java 7- or 8-compliant JDK
  • An appropriate Maven settings.xml file

How to run

cd karaf/target/assembly/
./bin/karaf

After executing the ./bin/karaf, the Karaf console shows up. You can check the application's log messages by executing the following command in the Karaf console.

log:display | grep VTN

About

Example of OpenDaylight VTN Manager application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages