compass-adapters/chef/roles/os-compute-controller.rb
2013-12-12 01:33:01 +00:00

12 lines
314 B
Ruby

name "os-compute-controller"
description "Roll-up role for all the Compute APIs"
run_list(
"role[os-base]",
"role[os-compute-api]",
"role[os-compute-scheduler]",
"role[os-compute-cert]",
"role[os-compute-vncproxy]",
"recipe[openstack-compute::conductor]",
"recipe[openstack-compute::nova-setup]"
)