Simon Pasquier | 418cacc | 2016-11-24 17:19:05 +0100 | [diff] [blame] | 1 | applications: |
| 2 | - aodh |
| 3 | classes: |
| 4 | - service.aodh.support |
| 5 | parameters: |
Jiri Broulik | c7c9a38 | 2017-03-15 18:47:21 +0100 | [diff] [blame] | 6 | _param: |
| 7 | keystone_aodh_endpoint_type: internalURL |
Dmitry Kalashnik | 69f4955 | 2017-12-07 15:56:43 +0400 | [diff] [blame^] | 8 | openstack_log_appender: false |
| 9 | openstack_fluentd_handler_enabled: false |
Simon Pasquier | 418cacc | 2016-11-24 17:19:05 +0100 | [diff] [blame] | 10 | aodh: |
| 11 | server: |
| 12 | enabled: true |
Ilya Tyaptin | d48171d | 2016-11-25 14:47:42 +0300 | [diff] [blame] | 13 | version: ${_param:aodh_version} |
| 14 | cluster: true |
| 15 | ttl: 86400 |
| 16 | debug: false |
| 17 | verbose: true |
| 18 | database: |
| 19 | engine: "mysql+pymysql" |
| 20 | host: ${_param:cluster_vip_address} |
| 21 | port: 3306 |
| 22 | name: aodh |
| 23 | user: aodh |
| 24 | password: ${_param:mysql_aodh_password} |
Simon Pasquier | 418cacc | 2016-11-24 17:19:05 +0100 | [diff] [blame] | 25 | bind: |
Ilya Tyaptin | d48171d | 2016-11-25 14:47:42 +0300 | [diff] [blame] | 26 | host: ${_param:cluster_local_address} |
| 27 | port: 8042 |
| 28 | identity: |
| 29 | engine: keystone |
| 30 | host: ${_param:cluster_vip_address} |
| 31 | port: 35357 |
| 32 | tenant: service |
| 33 | user: aodh |
| 34 | password: ${_param:keystone_aodh_password} |
Jiri Broulik | c7c9a38 | 2017-03-15 18:47:21 +0100 | [diff] [blame] | 35 | endpoint_type: ${_param:keystone_aodh_endpoint_type} |
Dmitry Kalashnik | 69f4955 | 2017-12-07 15:56:43 +0400 | [diff] [blame^] | 36 | logging: |
| 37 | log_appender: ${_param:openstack_log_appender} |
| 38 | log_handlers: |
| 39 | watchedfile: |
| 40 | enabled: true |
| 41 | fluentd: |
| 42 | enabled: ${_param:openstack_fluentd_handler_enabled} |
Ilya Tyaptin | d48171d | 2016-11-25 14:47:42 +0300 | [diff] [blame] | 43 | message_queue: |
| 44 | engine: rabbitmq |
| 45 | host: ${_param:cluster_vip_address} |
| 46 | port: 5672 |
| 47 | user: openstack |
| 48 | password: ${_param:rabbitmq_openstack_password} |
| 49 | virtual_host: '/openstack' |
| 50 | # Workaround for https://bugs.launchpad.net/ceilometer/+bug/1337715 |
| 51 | rpc_thread_pool_size: 5 |
| 52 | notifications: |
| 53 | store_events: true |