blob: 00a8263fe41e27ff0f5d5d99beeece9dccf00c6e [file] [log] [blame]
Éric Lemoine67201962016-12-14 14:48:30 +00001classes:
2- service.aodh.server.cluster
Ondrej Smolae4108862017-10-16 16:19:41 +02003- service.haproxy.proxy.single
Éric Lemoine67201962016-12-14 14:48:30 +00004- system.haproxy.proxy.listen.openstack.aodh
Ondrej Smolae4108862017-10-16 16:19:41 +02005- system.keepalived.cluster.instance.openstack_telemetry_vip
Ondrej Smolac91c0622017-01-30 14:09:44 +01006parameters:
7 aodh:
8 server:
9 enabled: true
10 version: ${_param:aodh_version}
11 cluster: true
12 ttl: 86400
13 debug: false
14 verbose: true
Dmitry Kalashnikbc186922017-03-28 22:44:03 +040015 region: ${_param:openstack_region}
Ondrej Smolac91c0622017-01-30 14:09:44 +010016 database:
17 engine: "mysql+pymysql"
18 host: ${_param:openstack_database_address}
19 port: 3306
20 name: aodh
21 user: aodh
22 password: ${_param:mysql_aodh_password}
23 bind:
24 host: ${_param:cluster_local_address}
25 port: 8042
26 identity:
27 engine: keystone
28 host: ${_param:keystone_service_host}
29 port: 35357
30 tenant: service
31 user: aodh
32 password: ${_param:keystone_aodh_password}
33 message_queue:
34 engine: rabbitmq
35 port: 5672
36 user: openstack
37 password: ${_param:rabbitmq_openstack_password}
38 virtual_host: '/openstack'
39 members:
40 - host: ${_param:openstack_message_queue_node01_address}
41 - host: ${_param:openstack_message_queue_node02_address}
Dmitry Kalashnikbc186922017-03-28 22:44:03 +040042 - host: ${_param:openstack_message_queue_node03_address}