From fa222906b5b31c34ee165e290de94dd19c8f18b3 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Wed, 16 Aug 2017 13:44:31 +0300 Subject: [SDC-154] - sdc-simulator docker task Change-Id: If1ba67353698c4baa91efa0abf6ccb89f208f2f6 Signed-off-by: Tal Gitelman --- .../sdc-simulator/chef-solo/roles/sdc-simulator.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 utils/webseal-simulator/sdc-simulator/chef-solo/roles/sdc-simulator.json (limited to 'utils/webseal-simulator/sdc-simulator/chef-solo/roles/sdc-simulator.json') diff --git a/utils/webseal-simulator/sdc-simulator/chef-solo/roles/sdc-simulator.json b/utils/webseal-simulator/sdc-simulator/chef-solo/roles/sdc-simulator.json new file mode 100644 index 0000000000..8f84675d4b --- /dev/null +++ b/utils/webseal-simulator/sdc-simulator/chef-solo/roles/sdc-simulator.json @@ -0,0 +1,20 @@ +{ + "name": "sdc-simulator", + "description": "Installation application - SDC_Simulator", + "json_class": "Chef::Role", + "default_attributes": { + + }, + "override_attributes": { + + }, + "chef_type": "role", + "run_list": [ + "recipe[sdc-simulator::SDC_Simulator_1_cleanup_jettydir]", + "recipe[sdc-simulator::SDC_Simulator_2_setup_configuration]", + "recipe[sdc-simulator::SDC_Simulator_7_locate_keystore]" + ], + "env_run_lists": { + } +} + -- cgit 1.2.3-korg