openstack-chef/roles/allinone.json

20 lines
450 B
JSON

{
"name": "allinone",
"description": "This will deploy all of the services for Openstack Compute to function on a single box.",
"run_list": [
"role[common]",
"role[ops_database]",
"role[ops_messaging]",
"role[identity]",
"role[image]",
"role[network]",
"role[compute]",
"role[block_storage]",
"role[bare_metal]",
"role[orchestration]",
"role[telemetry]",
"role[dns]",
"role[dashboard]"
]
}