1a56ac89cec444c6b2753dca1e5ecf6479a0fe6d
[oam.git] / solution / integration / smo / .env
1 ################################################################################
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
17 #NEXUS_DOCKER_REPO=nexus3.onap.org:10001/
18 CCSDK_DOCKER_IMAGE_VERSION=latest
19 HT_DOCKER_REPO=
20 #HT_DOCKER_IMAGE_NAME=onap/sdnc-image
21 HT_DOCKER_IMAGE_NAME=hightec/sdnc-image
22 #HT_DOCKER_IMAGE_TAG=1.8.0-STAGING-20200301T124848Z
23 HT_DOCKER_IMAGE_TAG=latest
24 PORTPREFIX=
25 ENABLE_ODL_CLUSTER=false
26 REPLICAS=0
27 ODL_HOME=/opt/opendaylight
28 LOCAL_SDNR_MOUNT=/var/tmp/
29 #elasticsearch:
30 ES_VERSION=6.8.5
31 VES_DOCKER_REPO=
32 VES_TEST_COLLECTOR_IMAGE_NAME=hightec/ves-testcollector
33 VES_TEST_COLLECTOR_IMAGE_TAG=latest
34 LOCAL_VES_MOUNT=/var/tmp/
35 EXT_VES_PORT=3000
36 VES_API=5
37 VES_FORMAT_FILE=CommonEventFormat_28.4.1.json
38
39 NETCONF_SERVER_SIMULATOR_IMAGE_NAME=hightec/netconfserversimulator
40 NETCONF_SERVER_SIMULATOR_IMAGE_TAG=4.2.2
41 SIM_MODEL=equipment
42 INT_SIM_PORT=2230
43 EXT_SIM_PORT=2230
44 EXT_SIM_SSH_PORT=8000
45
46 SIM_MODEL2=DVM_MWCore12_BasicAir
47 INT_SIM_PORT2=2231
48 EXT_SIM_PORT2=2231
49 EXT_SIM_SSH_PORT2=8001
50
51 NTS_DOCKER_REPO=
52 NTS_IMAGE_NAME=hightec/ntsim_manager
53 NTS_IMAGE_TAG=0.1.4
54 NTS_SIM_PORT=2240
55 EXT_PORT=8300
56 NTS_IP=172.28.0.1
57 NETCONF_BASE=50000
58 DOCKER_ENGINE_VERSION=1.39
59 MODELS_IMAGE=hightec/ntsim_oran
60 MODELS_TAG=0.1.4
61