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: |
Andrey Shestakov | 0c7e110 | 2017-08-10 13:39:04 +0300 | [diff] [blame] | 7 | linux: |
| 8 | system: |
| 9 | package: |
| 10 | python-pymysql: |
| 11 | fromrepo: ${_param:openstack_version} |
| 12 | version: latest |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 13 | cinder: |
| 14 | volume: |
| 15 | enabled: false |
| 16 | default_volume_type: "" |
| 17 | backend: {} |
| 18 | logging: |
| 19 | heka: |
| 20 | enabled: true |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 21 | controller: |
| 22 | enabled: true |
| 23 | default_volume_type: "" |
| 24 | backend: {} |
| 25 | version: ${_param:cinder_version} |
| 26 | osapi: |
| 27 | host: ${_param:cluster_local_address} |
| 28 | database: |
| 29 | engine: mysql |
| 30 | host: ${_param:openstack_database_address} |
| 31 | port: 3306 |
| 32 | name: cinder |
| 33 | user: cinder |
| 34 | password: ${_param:mysql_cinder_password} |
| 35 | identity: |
| 36 | engine: keystone |
| 37 | region: ${_param:openstack_region} |
| 38 | host: ${_param:cluster_vip_address} |
| 39 | port: 35357 |
| 40 | tenant: service |
| 41 | user: cinder |
| 42 | password: ${_param:keystone_cinder_password} |
| 43 | glance: |
| 44 | host: ${_param:cluster_vip_address} |
| 45 | port: 9292 |
| 46 | message_queue: |
| 47 | engine: rabbitmq |
Damian Szeluga | 2267303 | 2017-04-19 13:55:25 +0200 | [diff] [blame] | 48 | members: |
| 49 | - host: ${_param:openstack_message_queue_node01_address} |
| 50 | - host: ${_param:openstack_message_queue_node02_address} |
| 51 | - host: ${_param:openstack_message_queue_node03_address} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 52 | user: openstack |
| 53 | password: ${_param:rabbitmq_openstack_password} |
| 54 | virtual_host: '/openstack' |
| 55 | cache: |
| 56 | engine: memcached |
| 57 | members: |
| 58 | - host: ${_param:cluster_node01_address} |
| 59 | port: 11211 |
| 60 | - host: ${_param:cluster_node02_address} |
| 61 | port: 11211 |
| 62 | - host: ${_param:cluster_node03_address} |
| 63 | port: 11211 |
| 64 | |