Pavel Cizinsky | 75b8e5a | 2017-03-09 10:14:50 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.sahara.server.single |
| 3 | parameters: |
| 4 | sahara: |
| 5 | server: |
| 6 | enabled: true |
| 7 | version: ${_param:sahara_version} |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame^] | 8 | role: ${_param:openstack_node_role} |
Pavel Cizinsky | 75b8e5a | 2017-03-09 10:14:50 +0100 | [diff] [blame] | 9 | bind: |
| 10 | host: ${_param:single_address} |
| 11 | port: 8386 |
| 12 | database: |
| 13 | engine: mysql |
| 14 | host: ${_param:openstack_database_address} |
| 15 | port: 3306 |
| 16 | name: sahara |
| 17 | user: sahara |
| 18 | password: ${_param:mysql_sahara_password} |
| 19 | identity: |
| 20 | engine: keystone |
| 21 | host: ${_param:openstack_control_address} |
| 22 | port: 35357 |
| 23 | user: sahara |
| 24 | password: ${_param:keystone_sahara_password} |
| 25 | tenant: service |
| 26 | message_queue: |
| 27 | engine: rabbitmq |
| 28 | host: ${_param:cluster_vip_address} |
| 29 | port: 5672 |
| 30 | user: openstack |
| 31 | password: ${_param:rabbitmq_openstack_password} |
| 32 | virtual_host: '/openstack' |