| 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: | ||||
| 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 | ||||