Support for Port Types = patch, Vlan and Tunnel.
[ovsdb.git] / README
1 DIRECTORY ORGANIZATION
2 ======================
3
4 - commons/parent: contains the parent pom.xml for all ovsdb projects.
5 - ovsdb: contains the ovsdb SB plugin
6 - distribution/opendaylight: will build a working controller distribution
7   based on the controller + ovsdb modules
8
9 HOW TO BUILD
10 ============
11
12 In order to build it's required to have JDK 1.7+ and Maven 3+, to get
13 a build going it's needed to:
14
15 cd commons/parent
16 mvn clean install
17
18 or if you want to avoid SNAPSHOT checking
19
20 cd commons/parent
21 mvn clean install -nsu
22
23 HOW TO RUN
24 ============
25
26 Upon successful completion of a build
27
28 cd distribution/opendaylight/target/distribution.ovsdb-1.0.0-SNAPSHOT-osgipackage/opendaylight/
29 ./run.sh
30
31 Wait for the osgi console to startup and then point a browser at 
32
33 http:localhost:8080/
34
35
36
37
38