Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2012 18:55
Show Gist options
  • Save anonymous/4390878 to your computer and use it in GitHub Desktop.
Save anonymous/4390878 to your computer and use it in GitHub Desktop.
name "database_test"
description "test percona xtradb cluster role"
run_list(
"recipe[percona::cluster]"
)
override_attributes(
:percona => {
:server=>{
:role => "cluster"
},
:cluster=> {
:wsrep_cluster_name => "ATEST",
:wsrep_node_name => "NODE0",
:wsrep_cluster_address => "gcomm://"
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment