blob: 00bb18be32a2a23a103ea55af339095848c2f9dc [file] [log] [blame]
Simon Pasquier418cacc2016-11-24 17:19:05 +01001applications:
2- aodh
3classes:
4- service.aodh.support
5parameters:
Jiri Broulikc7c9a382017-03-15 18:47:21 +01006 _param:
7 keystone_aodh_endpoint_type: internalURL
Simon Pasquier418cacc2016-11-24 17:19:05 +01008 aodh:
9 server:
10 enabled: true
Ilya Tyaptind48171d2016-11-25 14:47:42 +030011 version: ${_param:aodh_version}
12 cluster: true
13 ttl: 86400
14 debug: false
15 verbose: true
16 database:
17 engine: "mysql+pymysql"
18 host: ${_param:cluster_vip_address}
19 port: 3306
20 name: aodh
21 user: aodh
22 password: ${_param:mysql_aodh_password}
Simon Pasquier418cacc2016-11-24 17:19:05 +010023 bind:
Ilya Tyaptind48171d2016-11-25 14:47:42 +030024 host: ${_param:cluster_local_address}
25 port: 8042
26 identity:
27 engine: keystone
28 host: ${_param:cluster_vip_address}
29 port: 35357
30 tenant: service
31 user: aodh
32 password: ${_param:keystone_aodh_password}
Jiri Broulikc7c9a382017-03-15 18:47:21 +010033 endpoint_type: ${_param:keystone_aodh_endpoint_type}
Ilya Tyaptind48171d2016-11-25 14:47:42 +030034 message_queue:
35 engine: rabbitmq
36 host: ${_param:cluster_vip_address}
37 port: 5672
38 user: openstack
39 password: ${_param:rabbitmq_openstack_password}
40 virtual_host: '/openstack'
41 # Workaround for https://bugs.launchpad.net/ceilometer/+bug/1337715
42 rpc_thread_pool_size: 5
43 notifications:
44 store_events: true