demx8as6 | f58b3e1 | 2019-09-18 08:53:26 +0200 | [diff] [blame] | 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=hightec/ccsdk-odlwt-alpine-standalone-image |
| 21 | HT_DOCKER_IMAGE_TAG=0.6.1 |
| 22 | PORTPREFIX= |
| 23 | ENABLE_ODL_CLUSTER=false |
| 24 | REPLICAS=0 |
| 25 | ODL_HOME=/opt/opendaylight |
| 26 | LOCAL_SDNR_MOUNT=/var/tmp/ |
| 27 | |
| 28 | VES_DOCKER_REPO= |
| 29 | VES_TEST_COLLECTOR_IMAGE_NAME=hightec/ves-testcollector |
| 30 | VES_TEST_COLLECTOR_IMAGE_TAG=latest |
| 31 | LOCAL_VES_MOUNT=/var/tmp/ |
| 32 | EXT_VES_PORT=3000 |
| 33 | VES_API=5 |
| 34 | VES_FORMAT_FILE=CommonEventFormat_28.4.1.json |
| 35 | |
| 36 | NETCONF_SERVER_SIMULATOR_IMAGE_NAME=hightec/netconfserversimulator |
| 37 | NETCONF_SERVER_SIMULATOR_IMAGE_TAG=4.2.2 |
| 38 | SIM_MODEL=DVM_MWCore12_BasicAir |
| 39 | INT_SIM_PORT=2230 |
| 40 | EXT_SIM_PORT=2230 |
| 41 | EXT_SIM_SSH_PORT=8000 |
| 42 | |
| 43 | NTS_DOCKER_REPO= |
| 44 | NTS_IMAGE_NAME=hightec/ntsimdevice |
| 45 | NTS_IMAGE_TAG=latest |
| 46 | NTS_SIM_PORT=2240 |