01ce87f239d068d5b6edb274e1364be8a4bbe8f9
[sdc.git] / catalog-be / src / main / docker / backend / chef-solo / roles / catalog-be.json
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]",
14     "recipe[sdc-catalog-be::BE_2_setup_configuration]",
15     "recipe[sdc-catalog-be::BE_3_locate_keystore]",
16     "recipe[sdc-catalog-be::BE_4_jetty_Modules]",
17     "recipe[sdc-catalog-be::BE_6_setup_portal_and_key_properties]",
18     "recipe[sdc-catalog-be::BE_7_logback]",
19     "recipe[sdc-catalog-be::BE_8_errors_config]",
20     "recipe[sdc-catalog-be::BE_9_prepareProbeFile]",
21     "recipe[sdc-catalog-be::BE_10_setup_cadi]"
22   ],
23   "env_run_lists": {
24   }
25 }
26