name "os-single-controller" description "Roll-up role for all of the OpenStack Compute services on a single, non-HA controller." run_list( "role[os-base]", # "role[os-ops-database]", # "role[os-ops-messaging]", "role[os-identity]", # "role[os-image]", "role[os-network-server]", "role[os-block-storage]", "role[os-compute-scheduler]", "role[os-compute-api]", "recipe[openstack-compute::conductor]", "recipe[openstack-compute::nova-setup]", "role[os-compute-cert]", "role[os-compute-vncproxy]", "role[os-dashboard]" )