Change to use the cookbook-monasca-thresh
Requires renaming some databags to monasca_thresh from mon_thresh This change must be approved AFTER the change to cookbook-monasca-thresh Change-Id: I9c65a178409c62d7578e0d9dcbd524b3dffb6f82
This commit is contained in:
parent
5b81c928bc
commit
55520fe3a6
@ -13,7 +13,7 @@ cookbook 'monasca_agent', git: 'https://github.com/stackforge/cookbook-monasca-a
|
||||
cookbook 'monasca_notification', git: 'https://github.com/stackforge/cookbook-monasca-notification'
|
||||
cookbook 'mon_persister', git: 'https://github.com/stackforge/cookbook-monasca-persister.git'
|
||||
cookbook 'monasca_schema', git: 'https://github.com/hpcloud-mon/cookbook-monasca-schema'
|
||||
cookbook 'mon_thresh', git: 'https://github.com/hpcloud-mon/cookbooks-mon_thresh'
|
||||
cookbook 'monasca_thresh', git: 'https://github.com/hpcloud-monasca/cookbook-mon-thresh'
|
||||
cookbook 'storm', git: 'https://github.com/tkuhlman/storm'
|
||||
cookbook 'vertica', git: 'https://github.com/hpcloud-mon/cookbooks-vertica'
|
||||
cookbook 'zookeeper', git: 'https://github.com/hpcloud-mon/cookbooks-zookeeper'
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"id" : "mon_thresh",
|
||||
"id" : "monasca_thresh",
|
||||
"kafka": {
|
||||
"metric": {
|
||||
"group": "thresh-metric",
|
@ -81,7 +81,7 @@
|
||||
"recipe[mon_api]",
|
||||
"recipe[storm::nimbus]",
|
||||
"recipe[storm::supervisor]",
|
||||
"recipe[mon_thresh]",
|
||||
"recipe[monasca_thresh]",
|
||||
"recipe[monasca_agent]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"id" : "mon_thresh",
|
||||
"id" : "monasca_thresh",
|
||||
"kafka": {
|
||||
"metric": {
|
||||
"group": "thresh-metric",
|
@ -30,7 +30,7 @@
|
||||
"role[Basenode]",
|
||||
"recipe[storm::nimbus]",
|
||||
"recipe[storm::supervisor]",
|
||||
"recipe[mon_thresh]"
|
||||
"recipe[monasca_thresh]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user