summaryrefslogtreecommitdiffstats
path: root/docker/docker_be/chef-solo/roles/dcae-be.json
blob: 6c3f678b693d7a12f6d10cf4b3e29a3640b87253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "dcae-be",
  "description": "Installation application Setup- dcaeBE",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {

  },
  "chef_type": "role",
  "run_list": [
    "recipe[Deploy-DCAE::jetty_setup]",
    "recipe[Deploy-DCAE::dcae_setup]",
    "recipe[Deploy-DCAE::consumer_creation]"
  ],
  "env_run_lists": {
  }
}