monasca-vagrant/ds-build/roles/Devstack-Build.json
Tim Kuhlman a9ae72ebda Initial setup via Ansible.
Change-Id: I8f24134a1c3410acb8bc12fa07023b8eb32be93f
2014-10-30 09:28:18 -06:00

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