8 lines
161 B
Ruby

name "os-compute-worker"
description "The compute node, most likely with a hypervisor."
run_list(
"role[os-base]",
"recipe[openstack-compute::compute]"
)