Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

midokura/odp-ovsdb

Repository files navigation

DIRECTORY ORGANIZATION
======================

- commons/parent: contains the parent pom.xml for all ovsdb projects.
- ovsdb: contains the ovsdb SB plugin
- distribution/opendaylight: will build a working controller distribution
  based on the controller + ovsdb modules

HOW TO BUILD
============

In order to build it's required to have JDK 1.7+ and Maven 3+, to get
a build going it's needed to:

cd commons/parent
mvn clean install

or if you want to avoid SNAPSHOT checking

cd commons/parent
mvn clean install -nsu

HOW TO RUN
============

Upon successful completion of a build

cd distribution/opendaylight/target/distribution.ovsdb-1.0.0-SNAPSHOT-osgipackage/opendaylight/
./run.sh

Wait for the osgi console to startup and then point a browser at 

http:localhost:8080/





About

Midokura's fork of the OpenDaylight OVSDB project

Resources

Stars

Watchers

Forks

Packages

No packages published