From 77fc5ddfd98f8aadc5869936f27821f4fc96ac90 Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 23 May 2025 10:05:36 +0100 Subject: [PATCH] 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 --- csit/plans/dmi/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6