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

  },
  "override_attributes": {

  },
  "chef_type": "role",
  "run_list": [
    "recipe[dcae-ci-tests::dcae-ci_setup]"
  ],
  "env_run_lists": {
  }
}