From: egernug Date: Fri, 23 May 2025 09:05:36 +0000 (+0100) Subject: Fixing the CPS container creation in DMI-Plugin X-Git-Tag: 1.7.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F140953%2F1;p=cps%2Fncmp-dmi-plugin.git Fixing the CPS container creation in DMI-Plugin - Change in CSIT setup to point to the correct docker file in CPS Issue-ID: CPS-2824 Change-Id: I479a4aa5b9a203583c5f37772578ff10039ab0bb Signed-off-by: egernug --- diff --git a/csit/plans/dmi/setup.sh b/csit/plans/dmi/setup.sh index 8117c1f2..add2fbc6 100755 --- a/csit/plans/dmi/setup.sh +++ b/csit/plans/dmi/setup.sh @@ -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