blob: 300094ca44d84df7dc5ea7f578976e69be974e43 [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
Dzmitry Stremkouskib59600e2018-10-25 16:53:15 +02009 enable_proxy_headers_parsing: True
Ilya Tyaptind48171d2016-11-25 14:47:42 +030010 bind:
11 host: 127.0.0.1
12 port: 8042
13 identity:
14 engine: keystone
15 host: 127.0.0.1
16 port: 35357
17 tenant: service
18 user: ceilometer
19 password: password
Jiri Broulikc7c9a382017-03-15 18:47:21 +010020 endpoint_type: internalURL
vgusev962d1472018-02-19 15:51:38 +040021 logging:
22 log_appender: false
23 log_handlers:
24 watchedfile:
25 enabled: true
26 fluentd:
27 enabled: false
Ilya Tyaptind48171d2016-11-25 14:47:42 +030028 message_queue:
29 engine: rabbitmq
30 members:
31 - host: 127.0.0.1
32 - host: 127.0.0.1
33 - host: 127.0.0.1
34 user: openstack
35 password: password
36 virtual_host: '/openstack'
37 # Workaround for https://bugs.launchpad.net/ceilometer/+bug/1337715
38 rpc_thread_pool_size: 5
Martin Polreich9824fa72017-03-30 10:12:02 +020039 database:
40 engine: mysql
41 host: 127.0.0.1
42 port: 3306
43 name: aodh
44 user: aodh
45 password: test
46 notifications:
47 store_events: default
Oleksandr Bryndzii152fbfc2018-10-04 11:40:58 +030048 cache:
49 engine: memcached
Oleksandr Bryndziibf9a8452019-03-13 17:25:30 +020050 expiration_time: 600
51 backend_argument:
52 memcached_expire_time:
53 value: 660
Oleksandr Bryndzii152fbfc2018-10-04 11:40:58 +030054 members:
55 - host: 127.0.0.1
56 port: 11211
57 - host: 127.0.0.1
58 port: 11211
59 security:
60 enabled: true
61 strategy: ENCRYPT
62 secret_key: secret
Mykyta Karpinf4ba9fa2019-04-04 11:12:22 +000063 coordination_backend:
64 url: redis://127.0.0.1/test
65 engine: redis
66 redis:
67 password: pswd
68 user: openstack
69 db: '0'
70 sentinel:
71 host: 127.0.0.1
72 master_name: master_1
73 fallback:
74 - host: 127.0.1.1
75 - host: 127.0.2.1
Vasyl Saienko912321e2018-09-28 13:26:33 +000076apache:
77 server:
78 enabled: true
79 default_mpm: event
80 mpm:
81 prefork:
82 enabled: true
83 servers:
84 start: 5
85 spare:
86 min: 2
87 max: 10
88 max_requests: 0
89 max_clients: 20
90 limit: 20
91 site:
92 aodh:
93 enabled: false
94 available: true
95 type: wsgi
96 name: aodh
97 host:
98 name: 127.0.0.1
99 address: 127.0.0.1
100 port: 8042
101 log:
102 custom:
103 format: >-
104 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
105 wsgi:
106 daemon_process: aodh-api
107 processes: ${_param:aodh_api_workers}
108 threads: 1
109 user: aodh
110 group: aodh
111 display_name: '%{GROUP}'
112 script_alias: '/ /usr/share/aodh/app.wsgi'
113 application_group: '%{GLOBAL}'
114 authorization: 'On'