Add support for different editions
[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 # virtualization affinity  virt-affinity
17 # service provider         sp
18 ODL_DIST="virt-ovsdb"
19
20 # Any additional options required.
21 # I.E. -of13, -debug, or -console
22 ODL_OPTS="-of13"