Ondrej Smola | beb0ad3 | 2016-11-25 16:23:36 +0100 | [diff] [blame] | 1 | applications: |
| 2 | - nova |
| 3 | classes: |
| 4 | - service.nova.support |
| 5 | parameters: |
| 6 | _param: |
Dmitry Kalashnik | e58fe08 | 2017-12-01 16:31:14 +0400 | [diff] [blame] | 7 | openstack_log_appender: false |
| 8 | openstack_fluentd_handler_enabled: false |
Oleksii Chupryn | 99e3503 | 2018-02-06 01:59:40 +0200 | [diff] [blame] | 9 | openstack_ossyslog_handler_enabled: false |
Ondrej Smola | beb0ad3 | 2016-11-25 16:23:36 +0100 | [diff] [blame] | 10 | nova: |
| 11 | compute: |
| 12 | version: ${_param:nova_version} |
| 13 | enabled: true |
Ondrej Smola | beb0ad3 | 2016-11-25 16:23:36 +0100 | [diff] [blame] | 14 | heal_instance_info_cache_interval: 60 |
| 15 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 16 | bind: |
| 17 | vnc_address: ${_param:cluster_local_address} |
| 18 | vnc_port: 6080 |
| 19 | vnc_name: 0.0.0.0 |
| 20 | database: |
| 21 | engine: mysql |
| 22 | host: ${_param:openstack_database_address} |
| 23 | port: 3306 |
| 24 | name: nova |
| 25 | user: nova |
| 26 | password: ${_param:mysql_nova_password} |
| 27 | identity: |
| 28 | engine: keystone |
| 29 | region: RegionOne |
| 30 | host: ${_param:cluster_vip_address} |
| 31 | port: 35357 |
| 32 | user: nova |
| 33 | password: ${_param:keystone_nova_password} |
| 34 | tenant: service |
Dmitry Kalashnik | e58fe08 | 2017-12-01 16:31:14 +0400 | [diff] [blame] | 35 | logging: |
| 36 | log_appender: ${_param:openstack_log_appender} |
| 37 | log_handlers: |
| 38 | watchedfile: |
| 39 | enabled: true |
| 40 | fluentd: |
| 41 | enabled: ${_param:openstack_fluentd_handler_enabled} |
Oleksii Chupryn | 99e3503 | 2018-02-06 01:59:40 +0200 | [diff] [blame] | 42 | ossyslog: |
| 43 | enabled: ${_param:openstack_ossyslog_handler_enabled} |
Ondrej Smola | beb0ad3 | 2016-11-25 16:23:36 +0100 | [diff] [blame] | 44 | message_queue: |
| 45 | engine: rabbitmq |
| 46 | port: 5672 |
| 47 | user: openstack |
| 48 | password: ${_param:rabbitmq_openstack_password} |
| 49 | virtual_host: '/openstack' |
| 50 | members: |
| 51 | - host: ${_param:openstack_message_queue_node01_address} |
| 52 | - host: ${_param:openstack_message_queue_node02_address} |
| 53 | - host: ${_param:openstack_message_queue_node03_address} |
| 54 | image: |
| 55 | engine: glance |
| 56 | host: ${_param:cluster_vip_address} |
| 57 | port: 9292 |
| 58 | network: |
| 59 | engine: neutron |
| 60 | region: RegionOne |
| 61 | host: ${_param:opencontrail_control_address} |
| 62 | port: 9696 |
| 63 | cache: |
| 64 | engine: memcached |
| 65 | members: |
| 66 | - host: ${_param:cluster_node01_address} |
| 67 | port: 11211 |
| 68 | - host: ${_param:cluster_node02_address} |
| 69 | port: 11211 |
| 70 | - host: ${_param:cluster_node03_address} |
| 71 | port: 11211 |