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