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