allinone and mysql-master roles, imported from github.com/rcbops/chef-cookbooks

This commit is contained in:
mattray
2012-06-18 21:52:57 -05:00
parent 596e25537b
commit 802ee892ad
2 changed files with 16 additions and 0 deletions

9
roles/allinone.rb Normal file
View File

@@ -0,0 +1,9 @@
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]"
)

7
roles/mysql-master.rb Normal file
View File

@@ -0,0 +1,7 @@
name "mysql-master"
description "MySQL Server (non-ha)"
run_list(
"role[base]",
"recipe[mysql::server]",
"recipe[nova::nova-db-monitoring]"
)