Working persister added to mini-mon

This commit is contained in:
Tim Kuhlman 2014-02-26 14:36:05 -07:00
parent 6b82ff4442
commit 9512b7ef54
4 changed files with 19 additions and 2 deletions

View File

@ -1,7 +1,7 @@
metadata
cookbook 'hostsfile', '= 1.0.1'
cookbook 'kafka', git: 'git@git.hpcloud.net:mon/cookbooks-kafka'
cookbook 'mon_persister', git: 'git@git.hpcloud.net:mon/cookbooks-mon_persister'
cookbook 'percona', git: 'https://github.com/tkuhlman/chef-percona'
cookbook 'persister', git: 'git@git.hpcloud.net:mon/cookbooks-persister'
cookbook 'vertica', git: 'git@git.hpcloud.net:mon/cookbooks-vertica'
cookbook 'zookeeper', git: 'git@git.hpcloud.net:mon/cookbooks-zookeeper'

View File

@ -0,0 +1,7 @@
{
"id" : "mon_credentials",
"vertica" : {
"user" : "dbadmin",
"password" : "password"
}
}

View File

@ -0,0 +1,10 @@
{
"id" : "mon_persister",
"vertica" : {
"dbname" : "mon",
"hostname" : "192.168.10.8"
},
"zookeeper" : {
"hostname" : "192.168.10.10"
}
}

View File

@ -9,7 +9,7 @@
"chef_type": "role",
"run_list": [
"role[Basenode]",
"recipe[mon-persister]",
"recipe[mon_persister]",
"recipe[sysctl]"
],
"env_run_lists": {