imported single-compute role from github.com/rcbops/chef-cookbooks and removed currently missing components

This commit is contained in:
mattray
2012-06-18 22:00:34 -05:00
parent c48254ea78
commit 17a2712a55

7
roles/single-compute.rb Normal file
View File

@@ -0,0 +1,7 @@
name "single-compute"
description "Nova compute (with non-HA Controller)"
run_list(
"role[base]"
#"recipe[nova::compute]"
)