Add support for of1.3.
[integration.git] / packaging / rpm / opendaylight-controller.sysconfig
1 # The installation and configuration directories:
2 ODL_BASEDIR=/var/lib/opendaylight-controller
3 ODL_DATADIR=/var/lib/opendaylight-controller
4
5 # The path to the java jre or jdk:
6 #JAVA_HOME=/usr
7
8 # The requested distribution:
9 # Use the following table to select the distribution:
10 # Distribution             Value
11 # --------------------     -----------
12 # base                     base
13 # virtualization ovsdb     virt-ovsdb
14 # virtualization vtn       virt-vtn
15 # virtualization opendove  virt-opendove
16 # service provider         sp
17 ODL_DIST="virt-ovsdb"
18
19 # Any additional options required.
20 # I.E. -of13, -debug, or -console
21 ODL_OPTS=""