aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/chef-solo/roles/catalog-fe.json
blob: 44bb56b5beecb5771589d1973d80ea5c5341e6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "catalog-be",
  "description": "Installation application - catalogFE",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {

  },
  "chef_type": "role",
  "run_list": [
    "recipe[sdc-catalog-fe::FE_1_cleanup_jettydir]",
    "recipe[sdc-catalog-fe::FE_2_setup_configuration]",
    "recipe[sdc-catalog-fe::FE_3_errors_config]",
    "recipe[sdc-catalog-fe::FE_4_logback]",
    "recipe[sdc-catalog-fe::FE_5_rest_configuration]",
    "recipe[sdc-catalog-fe::FE_6_locate_keystore]",
    "recipe[sdc-catalog-fe::FE_7_create_jetty_modules]",
    "recipe[sdc-catalog-fe::FE_8_prepareProbeFile]"
  ],
  "env_run_lists": {
  }
}