Investigate csit failure 34/126934/11 mr/879/126934/11
authorBruno Sakoto <bruno.sakoto@bell.ca>
Wed, 2 Feb 2022 19:02:24 +0000 (14:02 -0500)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Fri, 4 Feb 2022 04:51:32 +0000 (23:51 -0500)
Issue-ID: CPS-879
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ia9799f4ae3265cf47e46329d014055feb8b35e74

csit/README.md
csit/plans/cps/setup.sh
docker-compose/docker-compose.yml

index baa636b..cdf535f 100644 (file)
@@ -68,4 +68,3 @@ Execute test from current cps folder:
 ```bash
 ./csit/run-project-csit.sh
 ```
-
index 2fc0ec4..5911c39 100755 (executable)
@@ -37,7 +37,7 @@ export CPS_CORE_HOST=$LOCAL_IP
 export DB_USERNAME=cps
 export DB_PASSWORD=cps
 # Use latest image version
-export VERSION=latest
+#export VERSION=latest
 
 # download docker-compose of a required version (1.25.0 supports configuration of version 3.7)
 curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` > docker-compose
index 660ca82..0524da1 100755 (executable)
@@ -97,7 +97,7 @@ services:
 
   cps-and-ncmp:
     container_name: cps-and-ncmp
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/cps-and-ncmp:${VERSION:-latest}
+    image: ${DOCKER_REPO_SNAPSHOT:-nexus3.onap.org:10003}/onap/cps-and-ncmp:${VERSION_CPS_AND_NCMP:-latest}
     ports:
       - "8883:8080"
       - "8887:8081"
@@ -118,7 +118,7 @@ services:
 
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${VERSION:-latest}
+    image: ${DOCKER_REPO_PROXY:-nexus3.onap.org:10001}/onap/ncmp-dmi-plugin:${VERSION_DMI_PLUGIN:-1.0.3}
     ports:
       - "8783:8080"
       - "8787:8081"