aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/integration-tests-init/chef-solo/roles
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/roles
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/roles')
-rw-r--r--integration-tests/integration-tests-init/chef-solo/roles/README.md16
-rw-r--r--integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json20
2 files changed, 0 insertions, 36 deletions
diff --git a/integration-tests/integration-tests-init/chef-solo/roles/README.md b/integration-tests/integration-tests-init/chef-solo/roles/README.md
deleted file mode 100644
index b0ee0b4d21..0000000000
--- a/integration-tests/integration-tests-init/chef-solo/roles/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-Create roles here, in either the Role Ruby DSL (.rb) or JSON (.json) files. To install roles on the server, use knife.
-
-For example, create `roles/base_example.rb`:
-
- name "base_example"
- description "Example base role applied to all nodes."
- # List of recipes and roles to apply. Requires Chef 0.8, earlier versions use 'recipes()'.
- #run_list()
- # Attributes applied if the node doesn't have it set already.
- #default_attributes()
- # Attributes applied no matter what the node has set already.
- #override_attributes()
-
-Then upload it to the Chef Server:
-
- knife role from file roles/base_example.rb
diff --git a/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json b/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json
deleted file mode 100644
index e0ca93727b..0000000000
--- a/integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "integration-tests",
- "description": "Installation application - integrationTest",
- "json_class": "Chef::Role",
- "default_attributes": {
-
- },
- "override_attributes": {
-
- },
- "chef_type": "role",
- "run_list": [
- "recipe[sdc-integration-tests-setup::1_check_Backend]",
- "recipe[sdc-integration-tests-setup::2_import_Normatives]"
-
- ],
- "env_run_lists": {
- }
-}
-