Intial version for solution/dev
The purpose of this directory is to provide an setups for
O-RAN component developers, who need to implement the O1 interface provider.
The SMO (Service Management and Orchestration) basically contains an
OpenDaylight based NetConf Client, which is also used by the ONAP
project an a VES Test Collector.
IssueID: OAM-10
Change-Id: I432b16a907bf9c2fc2294d45eb4404beeb2e6796
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
diff --git a/solution/dev/smo/.env b/solution/dev/smo/.env
new file mode 100644
index 0000000..05db150
--- /dev/null
+++ b/solution/dev/smo/.env
@@ -0,0 +1,46 @@
+################################################################################
+# Copyright 2019 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+NEXUS_DOCKER_REPO=nexus3.onap.org:10001
+CCSDK_DOCKER_IMAGE_VERSION=latest
+HT_DOCKER_REPO=
+HT_DOCKER_IMAGE_NAME=hightec/ccsdk-odlwt-alpine-standalone-image
+HT_DOCKER_IMAGE_TAG=0.6.1
+PORTPREFIX=
+ENABLE_ODL_CLUSTER=false
+REPLICAS=0
+ODL_HOME=/opt/opendaylight
+LOCAL_SDNR_MOUNT=/var/tmp/
+
+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
+
+NETCONF_SERVER_SIMULATOR_IMAGE_NAME=hightec/netconfserversimulator
+NETCONF_SERVER_SIMULATOR_IMAGE_TAG=4.2.2
+SIM_MODEL=DVM_MWCore12_BasicAir
+INT_SIM_PORT=2230
+EXT_SIM_PORT=2230
+EXT_SIM_SSH_PORT=8000
+
+NTS_DOCKER_REPO=
+NTS_IMAGE_NAME=hightec/ntsimdevice
+NTS_IMAGE_TAG=latest
+NTS_SIM_PORT=2240