From ecc89b096d3314301fbeb12917046c4eb333aeb3 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Mon, 13 Dec 2021 08:26:41 +0100 Subject: [PATCH] Late updates on integration deployment - set new images IssueID: OAM-240 Change-Id: I875891023b3b5d36272e506462dd9a1613aa1c43 Signed-off-by: demx8as6 --- solution/integration/smo/oam/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solution/integration/smo/oam/.env b/solution/integration/smo/oam/.env index 15e585a..c21df2b 100644 --- a/solution/integration/smo/oam/.env +++ b/solution/integration/smo/oam/.env @@ -14,7 +14,7 @@ # limitations under the License. # -COMPOSE_PROJECT_NAME=o-ran-sc-d-release +COMPOSE_PROJECT_NAME=o-ran-sc-e-release # Credentials ADMIN_USERNAME=admin @@ -31,15 +31,15 @@ NETWORK_GATEWAY_OAM_IPv6=2001:db8:1:50::1 IDENTITY_PROVIDER_URL=http://identity:8081 # SDN Controller -SDNC_IMAGE=docker.io/hightec/smo-onap-sdnc-image:2.1.5 +SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.2.3 SDNC_REST_PORT=8181 SDNC_OAM_IPv6=2001:db8:1:50::23 SDNC_CERT_DIR=/opt/opendaylight/current/certs # SDN Controller Web -SDNC_WEB_IMAGE=docker.io/hightec/smo-sdnc-web-image:2.2.0-SNAPSHOT-20210604T122348Z +SDNC_WEB_IMAGE=nexus3.onap.org:10001/onap/sdnc-web-image:2.2.3 SDNC_WEB_PORT=8453 ## VES Collector -VES_COLLECTOR_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.8.0 +VES_COLLECTOR_IMAGE=nexus3.onap.org:10003/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.10.1 VES_COLLECTOR_OAM_IPv6=2001:db8:1:50::27 -- 2.16.6