monasca-vagrant/split/roles/Api.json

17 lines
274 B
JSON

{
"name": "Api",
"description": "Sets up the Monitoring Api",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[Basenode]",
"recipe[mon_api]"
],
"env_run_lists": {
}
}