Changed the banner to ORAN logo 53/7353/2
authorbhanuchandra <bhanuchandra@aarnanetworks.com>
Tue, 14 Dec 2021 11:34:15 +0000 (17:04 +0530)
committerbhanuchandra <bhanuchandra@aarnanetworks.com>
Tue, 14 Dec 2021 11:50:35 +0000 (17:20 +0530)
Replaced default ONAP logo with the ORAN logo.
Updated nexus repo location of simulators.

Issue-ID: SMO-11
Change-Id: I32c00cd55c1942b8d132ebd89f107eb4582206ef
Signed-off-by: bhanuchandra <bhanuchandra@aarnanetworks.com>
client/.env
client/docker-compose.yml
client/sdnr/logo.gif [new file with mode: 0644]
client/tests/.env

index d492762..5203c43 100644 (file)
@@ -33,7 +33,7 @@ IPv4_SDNRDB=172.40.0.30
 IPv6_SDNRDB=2001:db8:1:1::30
 
 # SDN Controller
-SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.1.3
+SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.2.3
 IPv4_SDNC=172.40.0.21
 IPv6_SDNC=2001:db8:1:1::21
 ODL_CERT_DIR=/opt/opendaylight/current/certs
index e6e9906..fa340be 100755 (executable)
@@ -48,6 +48,7 @@ services:
     volumes:
       - ./sdnr/certs/certs.properties:${ODL_CERT_DIR}/certs.properties
       - ./sdnr/certs/keys0.zip:${ODL_CERT_DIR}/keys0.zip
+      - ./sdnr/logo.gif:/opt/opendaylight/etc/logo.gif
     networks:
       integration:
         ipv4_address: ${IPv4_SDNC}
diff --git a/client/sdnr/logo.gif b/client/sdnr/logo.gif
new file mode 100644 (file)
index 0000000..21ebcbd
Binary files /dev/null and b/client/sdnr/logo.gif differ
index 58e0892..862ad0a 100644 (file)
@@ -1,4 +1,4 @@
-DOCKER_REPO=nexus3.o-ran-sc.org:10004/o-ran-sc/
+DOCKER_REPO=nexus3.o-ran-sc.org:10001/o-ran-sc/
 NTS_MANAGER_PORT=8300
 NTS_BUILD_VERSION=1.3.3
  
@@ -30,4 +30,4 @@ VES_ENDPOINT_IP=172.40.0.90
 VES_ENDPOINT_PORT=8080
 VES_ENDPOINT_AUTH_METHOD=no-auth
 VES_ENDPOINT_USERNAME=sample1
-VES_ENDPOINT_PASSWORD=sample1
\ No newline at end of file
+VES_ENDPOINT_PASSWORD=sample1