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 |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 12 | role: ${_param:openstack_node_role} |
Pavel Cizinsky | 75b8e5a | 2017-03-09 10:14:50 +0100 | [diff] [blame] | 13 | bind: |
| 14 | address: ${_param:single_address} |
| 15 | port: 8386 |
| 16 | database: |
| 17 | engine: mysql |
| 18 | host: ${_param:openstack_database_address} |
| 19 | port: 3306 |
| 20 | name: sahara |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 21 | user: ${_param:mysql_sahara_username} |
Pavel Cizinsky | 75b8e5a | 2017-03-09 10:14:50 +0100 | [diff] [blame] | 22 | password: ${_param:mysql_sahara_password} |
| 23 | identity: |
| 24 | engine: keystone |
| 25 | protocol: http |
| 26 | host: ${_param:openstack_control_address} |
| 27 | port: 35357 |
| 28 | tenant: service |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 29 | user: ${_param:keystone_sahara_username} |
Pavel Cizinsky | 75b8e5a | 2017-03-09 10:14:50 +0100 | [diff] [blame] | 30 | password: ${_param:keystone_sahara_password} |
| 31 | message_queue: |
| 32 | engine: rabbitmq |
| 33 | port: 5672 |
| 34 | members: |
| 35 | - host: ${_param:openstack_message_queue_node01_address} |
| 36 | - host: ${_param:openstack_message_queue_node02_address} |
| 37 | - host: ${_param:openstack_message_queue_node03_address} |
| 38 | user: openstack |
| 39 | password: ${_param:rabbitmq_openstack_password} |
| 40 | virtual_host: '/openstack' |