Pavel Cizinsky | 75b8e5a | 2017-03-09 10:14:50 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.sahara.server.cluster |
| 3 | - service.keepalived.cluster.single |
| 4 | - system.haproxy.proxy.listen.openstack.sahara |
| 5 | - service.haproxy.proxy.single |
| 6 | parameters: |
| 7 | sahara: |
| 8 | server: |
| 9 | enabled: true |
| 10 | version: ${_param:sahara_version} |
| 11 | notification: false |
| 12 | bind: |
| 13 | address: ${_param:single_address} |
| 14 | port: 8386 |
| 15 | database: |
| 16 | engine: mysql |
| 17 | host: ${_param:openstack_database_address} |
| 18 | port: 3306 |
| 19 | name: sahara |
| 20 | user: sahara |
| 21 | password: ${_param:mysql_sahara_password} |
| 22 | identity: |
| 23 | engine: keystone |
| 24 | protocol: http |
| 25 | host: ${_param:openstack_control_address} |
| 26 | port: 35357 |
| 27 | tenant: service |
| 28 | user: sahara |
| 29 | password: ${_param:keystone_sahara_password} |
| 30 | message_queue: |
| 31 | engine: rabbitmq |
| 32 | port: 5672 |
| 33 | members: |
| 34 | - host: ${_param:openstack_message_queue_node01_address} |
| 35 | - host: ${_param:openstack_message_queue_node02_address} |
| 36 | - host: ${_param:openstack_message_queue_node03_address} |
| 37 | user: openstack |
| 38 | password: ${_param:rabbitmq_openstack_password} |
| 39 | virtual_host: '/openstack' |