blob: 05db1509c5641f27829d7d40df60e5cba2bc33a9 [file] [log] [blame]
demx8as6f58b3e12019-09-18 08:53:26 +02001################################################################################
2# Copyright 2019 highstreet technologies and others
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17NEXUS_DOCKER_REPO=nexus3.onap.org:10001
18CCSDK_DOCKER_IMAGE_VERSION=latest
19HT_DOCKER_REPO=
20HT_DOCKER_IMAGE_NAME=hightec/ccsdk-odlwt-alpine-standalone-image
21HT_DOCKER_IMAGE_TAG=0.6.1
22PORTPREFIX=
23ENABLE_ODL_CLUSTER=false
24REPLICAS=0
25ODL_HOME=/opt/opendaylight
26LOCAL_SDNR_MOUNT=/var/tmp/
27
28VES_DOCKER_REPO=
29VES_TEST_COLLECTOR_IMAGE_NAME=hightec/ves-testcollector
30VES_TEST_COLLECTOR_IMAGE_TAG=latest
31LOCAL_VES_MOUNT=/var/tmp/
32EXT_VES_PORT=3000
33VES_API=5
34VES_FORMAT_FILE=CommonEventFormat_28.4.1.json
35
36NETCONF_SERVER_SIMULATOR_IMAGE_NAME=hightec/netconfserversimulator
37NETCONF_SERVER_SIMULATOR_IMAGE_TAG=4.2.2
38SIM_MODEL=DVM_MWCore12_BasicAir
39INT_SIM_PORT=2230
40EXT_SIM_PORT=2230
41EXT_SIM_SSH_PORT=8000
42
43NTS_DOCKER_REPO=
44NTS_IMAGE_NAME=hightec/ntsimdevice
45NTS_IMAGE_TAG=latest
46NTS_SIM_PORT=2240