Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | { |
| 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 Gitelman | 857a516 | 2017-08-17 21:18:39 +0300 | [diff] [blame] | 18 | "recipe[sdc-catalog-fe::FE_6_locate_keystore]", |
Yuli Shlosberg | 958c32d | 2018-02-15 12:04:46 +0200 | [diff] [blame] | 19 | "recipe[sdc-catalog-fe::FE_7_create_jetty_modules]", |
| 20 | "recipe[sdc-catalog-fe::FE_8_prepareProbeFile]" |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 21 | ], |
| 22 | "env_run_lists": { |
| 23 | } |
| 24 | } |
| 25 | |