Fixing the CPS container creation in DMI-Plugin 53/140953/1
authoregernug <gerard.nugent@est.tech>
Fri, 23 May 2025 09:05:36 +0000 (10:05 +0100)
committeregernug <gerard.nugent@est.tech>
Fri, 23 May 2025 09:05:36 +0000 (10:05 +0100)
- Change in CSIT setup to point to the correct docker file in CPS

Issue-ID: CPS-2824

Change-Id: I479a4aa5b9a203583c5f37772578ff10039ab0bb
Signed-off-by: egernug <gerard.nugent@est.tech>
csit/plans/dmi/setup.sh

index 8117c1f..add2fbc 100755 (executable)
@@ -65,7 +65,7 @@ docker-compose up -d
 cd $DMI_PLUGIN_HOME
 git clone "https://gerrit.onap.org/r/cps"
 cd $DMI_PLUGIN_HOME/cps/docker-compose
-docker-compose up -d
+docker-compose -f cps-base.yml up -d
 
 ###################### setup sdnc #######################################
 source $WORKSPACE/plans/dmi/sdnc/sdnc_setup.sh