blob: 50e27459ed7e73b965e80c7b61b2871c7d6a33f7 [file] [log] [blame]
Ilya Tyaptind48171d2016-11-25 14:47:42 +03001aodh:
2 server:
3 region: RegionOne
4 enabled: true
5 version: mitaka
6 cluster: true
7 ttl: 86400
Mykyta Karpinb93fc662018-06-01 13:00:23 +03008 event_alarm_topic: alarm.all
Ilya Tyaptind48171d2016-11-25 14:47:42 +03009 bind:
10 host: 127.0.0.1
11 port: 8042
12 identity:
13 engine: keystone
14 host: 127.0.0.1
15 port: 35357
16 tenant: service
17 user: ceilometer
18 password: password
Jiri Broulikc7c9a382017-03-15 18:47:21 +010019 endpoint_type: internalURL
vgusev962d1472018-02-19 15:51:38 +040020 logging:
21 log_appender: false
22 log_handlers:
23 watchedfile:
24 enabled: true
25 fluentd:
26 enabled: false
Ilya Tyaptind48171d2016-11-25 14:47:42 +030027 message_queue:
28 engine: rabbitmq
29 host: 127.0.0.1
Martin Polreich9824fa72017-03-30 10:12:02 +020030 port: 5672
Ilya Tyaptind48171d2016-11-25 14:47:42 +030031 user: openstack
32 password: password
33 virtual_host: '/openstack'
34 database:
Martin Polreich9824fa72017-03-30 10:12:02 +020035 engine: mysql
36 host: 127.0.0.1
37 port: 3306
38 name: aodh
39 user: aodh
40 password: test
41 notifications:
42 store_events: default
Oleksandr Pidrepnyi858785a2019-05-13 18:07:26 +030043 configmap:
44 DEFAULT:
45 rest_notifier_max_retries: 0
46 notifier_topic: alarming
47 api:
48 user_alarm_quota: 10
49 project_alarm_quota: 10
50 alarm_max_actions: -1
Vasyl Saienko912321e2018-09-28 13:26:33 +000051apache:
52 server:
53 enabled: true
54 default_mpm: event
55 mpm:
56 prefork:
57 enabled: true
58 servers:
59 start: 5
60 spare:
61 min: 2
62 max: 10
63 max_requests: 0
64 max_clients: 20
65 limit: 20