blob: 44bb56b5beecb5771589d1973d80ea5c5341e6dc [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "catalog-be",
3 "description": "Installation application - catalogFE",
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-fe::FE_1_cleanup_jettydir]",
14 "recipe[sdc-catalog-fe::FE_2_setup_configuration]",
15 "recipe[sdc-catalog-fe::FE_3_errors_config]",
16 "recipe[sdc-catalog-fe::FE_4_logback]",
17 "recipe[sdc-catalog-fe::FE_5_rest_configuration]",
Tal Gitelman857a5162017-08-17 21:18:39 +030018 "recipe[sdc-catalog-fe::FE_6_locate_keystore]",
Yuli Shlosberg958c32d2018-02-15 12:04:46 +020019 "recipe[sdc-catalog-fe::FE_7_create_jetty_modules]",
20 "recipe[sdc-catalog-fe::FE_8_prepareProbeFile]"
Michael Lando451a3402017-02-19 10:28:42 +020021 ],
22 "env_run_lists": {
23 }
24}
25