xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/roles/os-compute-worker.rb

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