blob: 9fc7b8d1dcee52e3f4422b3c5a6f075eb65d7c84 [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]",
15 "recipe[sdc-catalog-be::BE_4_jetty_Modules]",
Michael Lando451a3402017-02-19 10:28:42 +020016 "recipe[sdc-catalog-be::BE_5_setup_elasticsearch]",
17 "recipe[sdc-catalog-be::BE_6_setup_portal_properties]",
18 "recipe[sdc-catalog-be::BE_7_logback]",
19 "recipe[sdc-catalog-be::BE_8_errors_config]"
20 ],
21 "env_run_lists": {
22 }
23}
24