18 lines
308 B
JSON
18 lines
308 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]",
|
|
"recipe[mini-mon::keystone]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|