Remove chef for integration-tests 47/140047/5 1.14.0
authorKhantwal <anamika.khantwal@accenture.com>
Wed, 5 Feb 2025 11:19:11 +0000 (16:49 +0530)
committerKhantwal <anamika.khantwal@accenture.com>
Thu, 6 Feb 2025 10:10:22 +0000 (15:40 +0530)
commitdf357f729c3109055a80126bc011618beec83126
tree082e0b662a02763b7d7f61ababdefed3f090c940
parentd41e1b68b6be32ee367bdadd37955e91fba21303
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 <anamika.khantwal@accenture.com>
21 files changed:
catalog-fe/sdc-frontend/Dockerfile
integration-tests/integration-tests-init/Dockerfile
integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb [deleted file]
integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/recipes/1_check_Backend.rb [deleted file]
integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/recipes/2_import_Normatives.rb [deleted file]
integration-tests/integration-tests-init/chef-solo/LICENSE [deleted file]
integration-tests/integration-tests-init/chef-solo/README.md [deleted file]
integration-tests/integration-tests-init/chef-solo/chefignore [deleted file]
integration-tests/integration-tests-init/chef-solo/cookbooks/README.md [deleted file]
integration-tests/integration-tests-init/chef-solo/data_bags/README.md [deleted file]
integration-tests/integration-tests-init/chef-solo/environments/README.md [deleted file]
integration-tests/integration-tests-init/chef-solo/importNormatives.json [deleted file]
integration-tests/integration-tests-init/chef-solo/importNormatives.rb [deleted file]
integration-tests/integration-tests-init/chef-solo/roles/README.md [deleted file]
integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json [deleted file]
integration-tests/integration-tests-init/chef-solo/solo.json [deleted file]
integration-tests/integration-tests-init/chef-solo/solo.rb [deleted file]
integration-tests/integration-tests-init/init-script/check_backend.sh [new file with mode: 0644]
integration-tests/integration-tests-init/init-script/import_normatives.sh [new file with mode: 0644]
integration-tests/integration-tests-init/startup.sh
integration-tests/pom.xml