From df357f729c3109055a80126bc011618beec83126 Mon Sep 17 00:00:00 2001 From: Khantwal Date: Wed, 5 Feb 2025 16:49:11 +0530 Subject: Remove chef for integration-tests - Remove chef from integration-tests-init and handle executions through shell scripts Issue-ID: SDC-4713 Change-Id: Ic34d8e9af50d8b36c310d528334f52e942bcbb59 Signed-off-by: Anamika Khantwal --- integration-tests/pom.xml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'integration-tests/pom.xml') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 0e16b3b705..42fa0a73b8 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -620,7 +620,7 @@ limitations under the License. - integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/files/default + integration-tests-init @@ -669,10 +669,10 @@ limitations under the License. - ${project.parent.basedir}/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/ + ${project.parent.basedir}/integration-tests/catalog-be/ - BE-configuration.yaml.erb + configuration.yaml @@ -812,7 +812,7 @@ limitations under the License. - integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/files/default + integration-tests-init false @@ -1138,7 +1138,6 @@ limitations under the License. ${it.chef.config}/plugins-configuration.yaml:/app/jetty/config/catalog-fe/plugins-configuration.yaml - @@ -1302,16 +1301,9 @@ limitations under the License. ${it.env.name} integration-tests-init - - - - ${it.chef.config}:/home/onap/chef-solo/environments - - - - Chef Client finished + Done custom @@ -1495,4 +1487,3 @@ limitations under the License. - -- cgit