Ann Kamyshnikova | 119d3ec | 2018-11-28 14:32:29 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - system.neutron.client.service.octavia |
| 3 | |
| 4 | parameters: |
| 5 | neutron: |
| 6 | client: |
| 7 | server: |
| 8 | octavia_identity: |
| 9 | endpoint_type: internalURL |
| 10 | network: |
| 11 | lb-mgmt-net: |
| 12 | port: |
| 13 | octavia-health-manager-listen-port-gtw01: |
| 14 | fixed_ips: |
| 15 | - ip_address: ${_param:octavia_health_manager_node01_address} |
| 16 | device_owner: Octavia:health-mgr |
| 17 | binding_host_id: ${_param:openstack_gateway_node01_hostname} |
| 18 | security_groups: |
| 19 | - lb-health-mgr-sec-grp |
| 20 | octavia-health-manager-listen-port-gtw02: |
| 21 | fixed_ips: |
| 22 | - ip_address: ${_param:octavia_health_manager_node02_address} |
| 23 | device_owner: Octavia:health-mgr |
| 24 | binding_host_id: ${_param:openstack_gateway_node02_hostname} |
| 25 | security_groups: |
| 26 | - lb-health-mgr-sec-grp |
| 27 | octavia-health-manager-listen-port-gtw03: |
| 28 | fixed_ips: |
| 29 | - ip_address: ${_param:octavia_health_manager_node03_address} |
| 30 | device_owner: Octavia:health-mgr |
| 31 | binding_host_id: ${_param:openstack_gateway_node03_hostname} |
| 32 | security_groups: |
| 33 | - lb-health-mgr-sec-grp |