Fix broken technical overview link
[integration/packaging.git] / tutorials / cluster-nodes / scripts / config.properties
1 ##############################################################################
2 # Copyright (c) 2017 Alexis de TalhouĆ«t.  All rights reserved.
3 #
4 # This program and the accompanying materials are made available under the
5 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 # and is available at http://www.eclipse.org/legal/epl-v10.html
7 ##############################################################################
8
9 # define the number of node in your cluster.
10 NUM_OF_NODES=3
11
12 # define the OpenDaylight version to use.
13 ODL_VERSION="0.5.2-Boron-SR2"
14
15 # define the features to install by default.
16 # odl-mdsal-clustering enables cluster-singleton-service
17 # odl-jolokia allows the use of MBEANs through REST API
18 # odl-restconf enables the RESTCONF server
19 # add here other features to install, separated by a coma
20 USER_FEATURES="odl-mdsal-clustering,odl-jolokia,odl-restconf"
21
22 # DO NOT MODIFY
23 # URL to retrieve the OpenDaylight distribution based on the defined verion.
24 DISTRO_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/$ODL_VERSION/distribution-karaf-$ODL_VERSION.tar.gz