a9ae72ebda
Change-Id: I8f24134a1c3410acb8bc12fa07023b8eb32be93f
19 lines
358 B
JSON
19 lines
358 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[ds-build]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|