blob: b3171ad3f2169abbfaf83480ee9f3a4acef0e275 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "catalog-be",
3 "description": "Installation application - catalogBE",
4 "json_class": "Chef::Role",
5 "default_attributes": {
6
7 },
8 "override_attributes": {
9
10 },
11 "chef_type": "role",
12 "run_list": [
13 "recipe[sdc-catalog-be::BE_1_cleanup_jettydir]",
Idan Amitb331b882017-08-08 10:32:54 +030014 "recipe[sdc-catalog-be::BE_2_setup_configuration]",
Tal Gitelman6d7a7c12017-08-31 15:51:10 +030015 "recipe[sdc-catalog-be::BE_3_locate_keystore]",
Tal Gitelman93c2e982017-10-30 20:18:11 +020016 "recipe[sdc-catalog-be::BE_4_jetty_Modules]",
17 "recipe[sdc-catalog-be::BE_5_setup_elasticsearch]",
Tal Gitelman7d05e162018-10-10 14:52:54 +030018 "recipe[sdc-catalog-be::BE_6_setup_portal_and_key_properties]",
Tal Gitelman93c2e982017-10-30 20:18:11 +020019 "recipe[sdc-catalog-be::BE_7_logback]",
Yuli Shlosberg958c32d2018-02-15 12:04:46 +020020 "recipe[sdc-catalog-be::BE_8_errors_config]",
21 "recipe[sdc-catalog-be::BE_9_prepareProbeFile]"
Michael Lando451a3402017-02-19 10:28:42 +020022 ],
23 "env_run_lists": {
24 }
25}
26