removed monitoring recipes and focusing on core OpenStack

This commit is contained in:
mattray
2012-06-18 21:58:13 -05:00
parent 9cddbd72b1
commit c48254ea78

View File

@@ -1,9 +1,6 @@
name "allinone"
description "This will create an all-in-one Openstack cluster"
run_list(
"role[single-controller]",
"role[single-compute]",
"role[collectd-client]",
"role[collectd-server]",
"role[graphite]"
"role[single-controller]"
# "role[single-compute]"
)