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-init/chef-solo/solo.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 integration-tests/integration-tests-init/chef-solo/solo.rb (limited to 'integration-tests/integration-tests-init/chef-solo/solo.rb') diff --git a/integration-tests/integration-tests-init/chef-solo/solo.rb b/integration-tests/integration-tests-init/chef-solo/solo.rb deleted file mode 100644 index 06c1af4592..0000000000 --- a/integration-tests/integration-tests-init/chef-solo/solo.rb +++ /dev/null @@ -1,16 +0,0 @@ -root = File.absolute_path(File.dirname(__FILE__)) -file_cache_path root -cookbook_path root + '/cookbooks' -json_attribs root + '/solo.json' -checksum_path root + '/checksums' -data_bag_path root + '/data_bags' -environment_path root + '/environments' -file_backup_path root + '/backup' -file_cache_path root + '/cache' -log_level :info -log_location STDOUT -rest_timeout 300 -role_path root + '/roles' -syntax_check_cache_path -umask 0022 -verbose_logging nil -- cgit