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: |
| 7 | cinder: |
| 8 | volume: |
| 9 | enabled: false |
| 10 | default_volume_type: "" |
| 11 | backend: {} |
| 12 | logging: |
| 13 | heka: |
| 14 | enabled: true |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 15 | controller: |
| 16 | enabled: true |
| 17 | default_volume_type: "" |
| 18 | backend: {} |
| 19 | version: ${_param:cinder_version} |
| 20 | osapi: |
| 21 | host: ${_param:cluster_local_address} |
| 22 | database: |
| 23 | engine: mysql |
| 24 | host: ${_param:openstack_database_address} |
| 25 | port: 3306 |
| 26 | name: cinder |
| 27 | user: cinder |
| 28 | password: ${_param:mysql_cinder_password} |
| 29 | identity: |
| 30 | engine: keystone |
| 31 | region: ${_param:openstack_region} |
| 32 | host: ${_param:cluster_vip_address} |
| 33 | port: 35357 |
| 34 | tenant: service |
| 35 | user: cinder |
| 36 | password: ${_param:keystone_cinder_password} |
| 37 | glance: |
| 38 | host: ${_param:cluster_vip_address} |
| 39 | port: 9292 |
| 40 | message_queue: |
| 41 | engine: rabbitmq |
| 42 | host: ${_param:openstack_message_queue_address} |
| 43 | port: 5672 |
| 44 | user: openstack |
| 45 | password: ${_param:rabbitmq_openstack_password} |
| 46 | virtual_host: '/openstack' |
| 47 | cache: |
| 48 | engine: memcached |
| 49 | members: |
| 50 | - host: ${_param:cluster_node01_address} |
| 51 | port: 11211 |
| 52 | - host: ${_param:cluster_node02_address} |
| 53 | port: 11211 |
| 54 | - host: ${_param:cluster_node03_address} |
| 55 | port: 11211 |
| 56 | |