David Schroeder 4c4b9d42a8 New DevStack server build profile, various fixes
Change-Id: Ifadef35f9abcc5e8b4d9efecb0fa2a345cd380fc
2014-07-16 13:16:20 -06:00

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": {
}
}