Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.cinder.control.cluster_control |
| 3 | - service.haproxy.proxy.single |
| 4 | - service.keepalived.cluster.single |
| 5 | - system.haproxy.proxy.listen.openstack.cinder |
| 6 | parameters: |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 7 | _param: |
| 8 | cluster_internal_protocol: 'http' |
Andrey Shestakov | 0c7e110 | 2017-08-10 13:39:04 +0300 | [diff] [blame] | 9 | linux: |
| 10 | system: |
| 11 | package: |
| 12 | python-pymysql: |
| 13 | fromrepo: ${_param:openstack_version} |
| 14 | version: latest |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 15 | cinder: |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 16 | volume: |
| 17 | enabled: false |
| 18 | default_volume_type: "" |
| 19 | backend: {} |
| 20 | logging: |
| 21 | heka: |
| 22 | enabled: true |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 23 | controller: |
| 24 | enabled: true |
| 25 | default_volume_type: "" |
| 26 | backend: {} |
| 27 | version: ${_param:cinder_version} |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 28 | role: ${_param:openstack_node_role} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 29 | osapi: |
| 30 | host: ${_param:cluster_local_address} |
| 31 | database: |
| 32 | engine: mysql |
| 33 | host: ${_param:openstack_database_address} |
| 34 | port: 3306 |
| 35 | name: cinder |
| 36 | user: cinder |
| 37 | password: ${_param:mysql_cinder_password} |
| 38 | identity: |
| 39 | engine: keystone |
| 40 | region: ${_param:openstack_region} |
| 41 | host: ${_param:cluster_vip_address} |
| 42 | port: 35357 |
| 43 | tenant: service |
| 44 | user: cinder |
| 45 | password: ${_param:keystone_cinder_password} |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 46 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 47 | glance: |
| 48 | host: ${_param:cluster_vip_address} |
| 49 | port: 9292 |
Vasyl Saienko | 047166c | 2018-03-09 11:17:45 +0200 | [diff] [blame] | 50 | protocol: ${_param:cluster_internal_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 51 | message_queue: |
| 52 | engine: rabbitmq |
Damian Szeluga | 2267303 | 2017-04-19 13:55:25 +0200 | [diff] [blame] | 53 | members: |
| 54 | - host: ${_param:openstack_message_queue_node01_address} |
| 55 | - host: ${_param:openstack_message_queue_node02_address} |
| 56 | - host: ${_param:openstack_message_queue_node03_address} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 57 | user: openstack |
| 58 | password: ${_param:rabbitmq_openstack_password} |
| 59 | virtual_host: '/openstack' |
| 60 | cache: |
| 61 | engine: memcached |
| 62 | members: |
| 63 | - host: ${_param:cluster_node01_address} |
| 64 | port: 11211 |
| 65 | - host: ${_param:cluster_node02_address} |
| 66 | port: 11211 |
| 67 | - host: ${_param:cluster_node03_address} |
| 68 | port: 11211 |
| 69 | |