Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | { |
| 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 Amit | b331b88 | 2017-08-08 10:32:54 +0300 | [diff] [blame] | 14 | "recipe[sdc-catalog-be::BE_2_setup_configuration]", |
Tal Gitelman | 6d7a7c1 | 2017-08-31 15:51:10 +0300 | [diff] [blame^] | 15 | "recipe[sdc-catalog-be::BE_3_locate_keystore]", |
| 16 | "recipe[sdc-catalog-be::BE_5_jetty_Modules]", |
| 17 | "recipe[sdc-catalog-be::BE_6_setup_elasticsearch]", |
| 18 | "recipe[sdc-catalog-be::BE_7_setup_portal_properties]", |
| 19 | "recipe[sdc-catalog-be::BE_8_logback]", |
| 20 | "recipe[sdc-catalog-be::BE_9_errors_config]" |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 21 | ], |
| 22 | "env_run_lists": { |
| 23 | } |
| 24 | } |
| 25 | |