X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2F.env;h=c14546feb2bf1cccd9c585b306738614a11dfaf9;hb=b04ad53f43642cee9b0b926f95831c153efbf5f3;hp=1a56ac89cec444c6b2753dca1e5ecf6479a0fe6d;hpb=6e24a10a3df7f8ff30781df8a2d8ce1f8c1615b4;p=oam.git diff --git a/solution/integration/smo/.env b/solution/integration/smo/.env index 1a56ac8..c14546f 100644 --- a/solution/integration/smo/.env +++ b/solution/integration/smo/.env @@ -1,5 +1,5 @@ ################################################################################ -# Copyright 2019 highstreet technologies and others +# Copyright 2020 highstreet technologies and others # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,48 +14,26 @@ # limitations under the License. # -#NEXUS_DOCKER_REPO=nexus3.onap.org:10001/ -CCSDK_DOCKER_IMAGE_VERSION=latest -HT_DOCKER_REPO= -#HT_DOCKER_IMAGE_NAME=onap/sdnc-image -HT_DOCKER_IMAGE_NAME=hightec/sdnc-image -#HT_DOCKER_IMAGE_TAG=1.8.0-STAGING-20200301T124848Z -HT_DOCKER_IMAGE_TAG=latest -PORTPREFIX= -ENABLE_ODL_CLUSTER=false -REPLICAS=0 -ODL_HOME=/opt/opendaylight -LOCAL_SDNR_MOUNT=/var/tmp/ -#elasticsearch: -ES_VERSION=6.8.5 -VES_DOCKER_REPO= -VES_TEST_COLLECTOR_IMAGE_NAME=hightec/ves-testcollector -VES_TEST_COLLECTOR_IMAGE_TAG=latest -LOCAL_VES_MOUNT=/var/tmp/ -EXT_VES_PORT=3000 -VES_API=5 -VES_FORMAT_FILE=CommonEventFormat_28.4.1.json +COMPOSE_PROJECT_NAME=smo -NETCONF_SERVER_SIMULATOR_IMAGE_NAME=hightec/netconfserversimulator -NETCONF_SERVER_SIMULATOR_IMAGE_TAG=4.2.2 -SIM_MODEL=equipment -INT_SIM_PORT=2230 -EXT_SIM_PORT=2230 -EXT_SIM_SSH_PORT=8000 +NETWORK_NAME=integration +NETWORK_SUBNET=172.40.0.0/16 +GATEWAY_IP=172.40.0.1 -SIM_MODEL2=DVM_MWCore12_BasicAir -INT_SIM_PORT2=2231 -EXT_SIM_PORT2=2231 -EXT_SIM_SSH_PORT2=8001 +SDNR_IP=172.40.0.21 +ODL_CERT_DIR=/opt/opendaylight/current/certs +ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.0.3 +SDNRDB_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.1 -NTS_DOCKER_REPO= -NTS_IMAGE_NAME=hightec/ntsim_manager -NTS_IMAGE_TAG=0.1.4 -NTS_SIM_PORT=2240 -EXT_PORT=8300 -NTS_IP=172.28.0.1 -NETCONF_BASE=50000 -DOCKER_ENGINE_VERSION=1.39 -MODELS_IMAGE=hightec/ntsim_oran -MODELS_TAG=0.1.4 +ESDB_IP=172.40.0.30 +# dependent components +VESC_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest +DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18 +KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4 +ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3 +ZOOKEEPER_IP=172.40.0.60 +KAFKA_IP=172.40.0.70 +DMAAP_IP=172.40.0.80 +VESCOLLECTOR_IP=172.40.0.90 \ No newline at end of file