From: bhanuchandra Date: Tue, 14 Dec 2021 11:34:15 +0000 (+0530) Subject: Changed the banner to ORAN logo X-Git-Tag: g-release~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=smo%2Fo1.git;a=commitdiff_plain;h=b9f74e2982e641beb8c95db76ef0e8c0c241817a Changed the banner to ORAN logo 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 --- diff --git a/client/.env b/client/.env index d492762..5203c43 100644 --- a/client/.env +++ b/client/.env @@ -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 diff --git a/client/docker-compose.yml b/client/docker-compose.yml index e6e9906..fa340be 100755 --- a/client/docker-compose.yml +++ b/client/docker-compose.yml @@ -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 index 0000000..21ebcbd Binary files /dev/null and b/client/sdnr/logo.gif differ diff --git a/client/tests/.env b/client/tests/.env index 58e0892..862ad0a 100644 --- a/client/tests/.env +++ b/client/tests/.env @@ -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