Simulated O-RUs according to conf spec 18/11018/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 28 Apr 2023 11:48:40 +0000 (13:48 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 28 Apr 2023 11:48:52 +0000 (13:48 +0200)
- define static IPv4 addresses on OAM network
 in oam/.env

Issue-ID: OAM-334
Change-Id: Idf8586cbceb75941e4a42d2f893d368fb006cfc4
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/oam/.env

index 9ad6728..21b4380 100644 (file)
@@ -22,8 +22,11 @@ ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
 
 # Network settings
 
+HOST_IP=aaa.bbb.ccc.ddd
 # Please update /etc/docker/daemon.json accordingly
 # https://docs.docker.com/config/daemon/ipv6/
+NETWORK_SUBNET_OAM_IPv4=172.50.0.0/24
+NETWORK_GATEWAY_OAM_IPv4=172.50.0.1
 NETWORK_SUBNET_OAM_IPv6=2001:db8:1:50::/96
 NETWORK_GATEWAY_OAM_IPv6=2001:db8:1:50::1
 
@@ -37,6 +40,7 @@ IDENTITY_PROVIDER_URL=https://identity.smo.o-ran-sc.org
 # SDN Controller
 SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.4.2
 SDNC_REST_PORT=8181
+SDNC_OAM_IPv4=172.50.0.23
 SDNC_OAM_IPv6=2001:db8:1:50::23
 SDNC_CERT_DIR=/opt/opendaylight/current/certs
 
@@ -46,6 +50,7 @@ SDNC_WEB_PORT=8080
 
 ## VES Collector
 VES_COLLECTOR_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.10.1
+VES_COLLECTOR_OAM_IPv4=172.50.0.27
 VES_COLLECTOR_OAM_IPv6=2001:db8:1:50::27
 VES_COMMON_HEADER_VERSION=7.2.1
 VES_ENDPOINT_PROTOCOL=http
@@ -53,5 +58,3 @@ VES_ENDPOINT_PORT=8080
 VES_ENDPOINT_AUTH_METHOD=basic-auth
 VES_ENDPOINT_USERNAME=sample1
 VES_ENDPOINT_PASSWORD=sample1
-
-HOST_IP=AA.BB.CC.DD