Add more parameters to alarm-gen config
AlarmGen can't fetch Alarms configuration if it doesn't have info how to
connect to rabbitmq and API. As a result, it has empty AlarmConfig, and
no alarms are generated.
Closes-Bug: PROD-19407
Change-Id: Id555dd01e4974d254d85b680440ec7b79d5d1e30
diff --git a/README.rst b/README.rst
index b308fe2..b80b23e 100644
--- a/README.rst
+++ b/README.rst
@@ -129,6 +129,11 @@
members:
- host: 127.0.0.1
port: 9160
+ message_queue:
+ members:
+ - host: 127.0.0.1
+ - host: 127.0.0.1
+ - host: 127.0.0.1
database:
version: 2.2
cassandra:
@@ -286,6 +291,11 @@
port: 9160
- host: 127.0.0.1
port: 9160
+ message_queue:
+ members:
+ - host: 127.0.0.1
+ - host: 127.0.0.1
+ - host: 127.0.0.1
database:
version: 2.2
cassandra:
@@ -518,6 +528,11 @@
port: 9160
- host: 127.0.0.1
port: 9160
+ message_queue:
+ members:
+ - host: 127.0.0.1
+ - host: 127.0.0.1
+ - host: 127.0.0.1
database:
version: 2.2
cassandra: