Update ONAP DMI version in NCMP 24/138224/1 master
authormpriyank <priyank.maheshwari@est.tech>
Fri, 14 Jun 2024 14:02:53 +0000 (15:02 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Fri, 14 Jun 2024 14:02:57 +0000 (15:02 +0100)
- update the docker compose file to point to latest version on
  onap-dmi-plugin. Same to be used to run the CSITs during build.

Issue-ID: CPS-2271
Change-Id: Ifbb2ee9c9548d54979a04595e19062d9192bfd1d
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
csit/plans/cps/test.properties
docker-compose/docker-compose.yml

index 15485b7..396bdd3 100644 (file)
@@ -21,7 +21,7 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT
 DOCKER_REPO=nexus3.onap.org:10003
 
 CPS_VERSION=latest
 DOCKER_REPO=nexus3.onap.org:10003
 
 CPS_VERSION=latest
-DMI_VERSION=1.5.0-SNAPSHOT-latest
+DMI_VERSION=1.6.0-SNAPSHOT-latest
 
 ADVISED_MODULES_SYNC_SLEEP_TIME_MS=2000
 CMHANDLE_DATA_SYNC_SLEEP_TIME_MS=2000
 
 ADVISED_MODULES_SYNC_SLEEP_TIME_MS=2000
 CMHANDLE_DATA_SYNC_SLEEP_TIME_MS=2000
index a604b06..f453835 100644 (file)
@@ -96,7 +96,7 @@ services:
 
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
 
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.5.0-SNAPSHOT-latest}
+    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.6.0-SNAPSHOT-latest}
     ports:
       - ${DMI_PORT:-8783}:8080
     environment:
     ports:
       - ${DMI_PORT:-8783}:8080
     environment: