Updating CSIT DMI Snapshot version 79/131879/3
authorToineSiebelink <toine.siebelink@est.tech>
Thu, 27 Oct 2022 09:53:07 +0000 (10:53 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Thu, 27 Oct 2022 10:37:20 +0000 (11:37 +0100)
Update default and DMI_VERSION property in test.prooerties

Issue-ID: CPS-1353

Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ibe56f85fb047aca1d10e0d61a521c7448bd4306b

csit/plans/cps/test.properties
docker-compose/docker-compose.yml

index 449aa93..9e22362 100644 (file)
@@ -23,7 +23,7 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT
 DOCKER_REPO=nexus3.onap.org:10003
 
 CPS_VERSION=latest
-DMI_VERSION=1.2.0-SNAPSHOT-latest
+DMI_VERSION=1.3.0-SNAPSHOT-latest
 
 ADVISED_MODULES_SYNC_SLEEP_TIME_MS=2000
-CMHANDLE_DATA_SYNC_SLEEP_TIME_MS=2000
\ No newline at end of file
+CMHANDLE_DATA_SYNC_SLEEP_TIME_MS=2000
index 94ffe61..28faf02 100644 (file)
@@ -81,7 +81,7 @@ services:
   ### Comment out this section if dmi plugin is not required ###
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.2.0-SNAPSHOT-latest}
+    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.3.0-SNAPSHOT-latest}
     ports:
       - ${DMI_PORT:-8783}:8080
       - ${DMI_MANAGEMENT_PORT:-8787}:8081