monasca-vagrant/split/roles/Devstack.json
David Schroeder 4c4b9d42a8 New DevStack server build profile, various fixes
Change-Id: Ifadef35f9abcc5e8b4d9efecb0fa2a345cd380fc
2014-07-16 13:16:20 -06:00

22 lines
425 B
JSON

{
"name": "Devstack",
"description": "Sets up a devstack server for keystone and UI",
"json_class": "Chef::Role",
"default_attributes": {
"apt": {
"periodic_update_min_delay": 60
}
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[devstack]",
"recipe[devstack::mon-ui]",
"recipe[devstack::keystone]",
"recipe[mon_agent]"
],
"env_run_lists": {
}
}