Handle the hardcoded configuration values
This patch allows to customize the hardcoded configuration values,
as well as introduce new configuration options for aodh services
by configmap template with the specified section:
aodh:
server:
configmap:
DEFAULT:
rest_notifier_max_retries: 0
notifier_topic: alarming
api:
user_alarm_quota: 10
project_alarm_quota: 10
alarm_max_actions: -1
Change-Id: I49fe8402d99b1cefb58e3449137df255924d3f2b
Related-Prod: PROD-29627
diff --git a/tests/pillar/server_single.sls b/tests/pillar/server_single.sls
index a80acbe..50e2745 100644
--- a/tests/pillar/server_single.sls
+++ b/tests/pillar/server_single.sls
@@ -40,6 +40,14 @@
password: test
notifications:
store_events: default
+ configmap:
+ DEFAULT:
+ rest_notifier_max_retries: 0
+ notifier_topic: alarming
+ api:
+ user_alarm_quota: 10
+ project_alarm_quota: 10
+ alarm_max_actions: -1
apache:
server:
enabled: true