a9ae72ebda
Change-Id: I8f24134a1c3410acb8bc12fa07023b8eb32be93f
21 lines
421 B
JSON
21 lines
421 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::mon-ui]",
|
|
"recipe[devstack::keystone]",
|
|
"recipe[devstack::agent_plugin_config]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|