Éric Lemoine | 6720196 | 2016-12-14 14:48:30 +0000 | [diff] [blame] | 1 | classes: |
| 2 | - service.aodh.server.cluster |
| 3 | - system.haproxy.proxy.listen.openstack.aodh |
Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 4 | parameters: |
| 5 | aodh: |
| 6 | server: |
| 7 | enabled: true |
| 8 | version: ${_param:aodh_version} |
| 9 | cluster: true |
| 10 | ttl: 86400 |
| 11 | debug: false |
| 12 | verbose: true |
Dmitry Kalashnik | bc18692 | 2017-03-28 22:44:03 +0400 | [diff] [blame] | 13 | region: ${_param:openstack_region} |
Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 14 | database: |
| 15 | engine: "mysql+pymysql" |
| 16 | host: ${_param:openstack_database_address} |
| 17 | port: 3306 |
| 18 | name: aodh |
| 19 | user: aodh |
| 20 | password: ${_param:mysql_aodh_password} |
| 21 | bind: |
| 22 | host: ${_param:cluster_local_address} |
| 23 | port: 8042 |
| 24 | identity: |
| 25 | engine: keystone |
| 26 | host: ${_param:keystone_service_host} |
| 27 | port: 35357 |
| 28 | tenant: service |
| 29 | user: aodh |
| 30 | password: ${_param:keystone_aodh_password} |
| 31 | message_queue: |
| 32 | engine: rabbitmq |
| 33 | port: 5672 |
| 34 | user: openstack |
| 35 | password: ${_param:rabbitmq_openstack_password} |
| 36 | virtual_host: '/openstack' |
| 37 | members: |
| 38 | - host: ${_param:openstack_message_queue_node01_address} |
| 39 | - host: ${_param:openstack_message_queue_node02_address} |
Dmitry Kalashnik | bc18692 | 2017-03-28 22:44:03 +0400 | [diff] [blame] | 40 | - host: ${_param:openstack_message_queue_node03_address} |