From 0501ce4f6bb5dd7b56a65340c97ed30692e5c100 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 18 May 2021 22:17:25 +0900 Subject: [PATCH] Aodh: Set coordination_url to enable multiple evaluator workers Change-Id: Ic0a11dd401b33d04568e5f95346a05e40f36234f --- manifests/aodh.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/aodh.pp b/manifests/aodh.pp index 8264561f2..f0534591f 100644 --- a/manifests/aodh.pp +++ b/manifests/aodh.pp @@ -88,6 +88,7 @@ class openstack_integration::aodh ( class { 'aodh::notifier': } class { 'aodh::listener': } class { 'aodh::evaluator': + coordination_url => $::openstack_integration::config::tooz_url, evaluation_interval => 10, }