compass-adapters/chef/roles/os-single-controller.rb
SamSu 9ca03fcd19 if not any conf change, service will not restart
Change-Id: I821ee220c4242dca427ce8ae05f51e23fdd6064e
2014-03-05 18:25:55 -08:00

19 lines
543 B
Ruby

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]"
)