20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"name": "Devstack-Build",
|
|
"description": "Builds up a devstack server with all available services running",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
"apt": {
|
|
"periodic_update_min_delay": 60
|
|
}
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"recipe[mini-mon]",
|
|
"recipe[ds-build]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|