aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/integration-tests-init/chef-solo/solo.rb
diff options
context:
space:
mode:
authorKhantwal <anamika.khantwal@accenture.com>2025-02-05 16:49:11 +0530
committerKhantwal <anamika.khantwal@accenture.com>2025-02-06 15:40:22 +0530
commitdf357f729c3109055a80126bc011618beec83126 (patch)
tree082e0b662a02763b7d7f61ababdefed3f090c940 /integration-tests/integration-tests-init/chef-solo/solo.rb
parentd41e1b68b6be32ee367bdadd37955e91fba21303 (diff)
Remove chef for integration-tests1.14.0
- Remove chef from integration-tests-init and handle executions through shell scripts Issue-ID: SDC-4713 Change-Id: Ic34d8e9af50d8b36c310d528334f52e942bcbb59 Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
Diffstat (limited to 'integration-tests/integration-tests-init/chef-solo/solo.rb')
-rw-r--r--integration-tests/integration-tests-init/chef-solo/solo.rb16
1 files changed, 0 insertions, 16 deletions
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