Add nonrtric-o-du-slice-assurance to integration
[oam.git] / solution / integration / smo / non-rt-ric / .env
index fb58a4a..ee2b2f8 100644 (file)
@@ -37,7 +37,7 @@ NONRTRIC_GATEWAY_IMAGE_TAG="1.0.0"
 
 #ICS
 ICS_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-information-coordinator-service"
-ICS_IMAGE_TAG="1.1.0"
+ICS_IMAGE_TAG="1.2.0"
 
 #PRODUCER
 PRODUCER_IMAGE_BASE="eexit/mirror-http-server"
@@ -47,9 +47,13 @@ PRODUCER_IMAGE_TAG="latest"
 ORU_APP_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-o-ru-closed-loop-recovery"
 ORU_APP_IMAGE_TAG="1.0.0"
 
+#ODU
+ODU_APP_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-o-du-slice-assurance"
+ODU_APP_IMAGE_TAG="1.0.0"
+
 #DB
-DB_IMAGE_BASE="mysql/mysql-server"
-DB_IMAGE_TAG="5.6"
+DB_IMAGE_BASE="mariadb"
+DB_IMAGE_TAG="10.5"
 
 #A1CONTROLLER
 A1CONTROLLER_IMAGE_BASE="nexus3.onap.org:10002/onap/sdnc-image"