Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.octavia.api.cluster |
| 3 | - system.haproxy.proxy.listen.openstack.octavia |
| 4 | parameters: |
Michael Polenchuk | e5bf500 | 2018-05-03 17:03:32 +0400 | [diff] [blame] | 5 | _param: |
| 6 | cluster_internal_protocol: 'http' |
Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 7 | octavia: |
| 8 | api: |
| 9 | enabled: true |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 10 | role: ${_param:openstack_node_role} |
Elena Ezhova | 6889288 | 2017-06-16 12:17:55 +0400 | [diff] [blame] | 11 | bind: |
| 12 | address: ${_param:cluster_local_address} |
Michael Polenchuk | e5bf500 | 2018-05-03 17:03:32 +0400 | [diff] [blame] | 13 | database: |
| 14 | host: ${_param:openstack_database_address} |
| 15 | identity: |
| 16 | region: ${_param:openstack_region} |
| 17 | protocol: ${_param:cluster_internal_protocol} |
| 18 | message_queue: |
| 19 | host: ${_param:openstack_message_queue_address} |