Elena Ezhova | 26bab1f | 2017-06-15 16:34:59 +0400 | [diff] [blame] | 1 | applications: |
| 2 | - octavia |
| 3 | classes: |
| 4 | - service.octavia.support |
| 5 | parameters: |
| 6 | _param: |
| 7 | keystone_octavia_endpoint_type: internal |
| 8 | octavia_api_bind_address: ${_param:cluster_local_address} |
| 9 | octavia_api_bind_port: 9876 |
| 10 | octavia: |
| 11 | api: |
| 12 | enabled: true |
| 13 | version: ${_param:octavia_version} |
| 14 | debug: true |
| 15 | bind: |
| 16 | address: ${_param:octavia_api_bind_address} |
| 17 | port: ${_param:octavia_api_bind_port} |
| 18 | database: |
| 19 | engine: mysql |
| 20 | host: ${_param:cluster_vip_address} |
| 21 | port: 3306 |
| 22 | name: octavia |
| 23 | user: octavia |
| 24 | password: ${_param:mysql_octavia_password} |
| 25 | identity: |
| 26 | engine: keystone |
| 27 | region: RegionOne |
| 28 | host: ${_param:cluster_vip_address} |
| 29 | port: 35357 |
| 30 | user: octavia |
| 31 | password: ${_param:keystone_octavia_password} |
| 32 | tenant: service |
| 33 | endpoint_type: ${_param:keystone_octavia_endpoint_type} |
| 34 | message_queue: |
| 35 | engine: rabbitmq |
| 36 | host: ${_param:cluster_vip_address} |
| 37 | port: 5672 |
| 38 | user: openstack |
| 39 | password: ${_param:rabbitmq_openstack_password} |
| 40 | virtual_host: '/openstack' |