Elena Ezhova | 93e46f4 | 2017-07-06 19:01:45 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - service.neutron.client |
| 3 | parameters: |
| 4 | neutron: |
| 5 | client: |
| 6 | server: |
| 7 | octavia_identity: |
| 8 | endpoint_type: internalURL |
| 9 | network: |
| 10 | lb-mgmt-net: |
| 11 | tenant: service |
| 12 | admin_state_up: True |
| 13 | subnet: |
| 14 | lb-mgmt-subnet: |
Ann Kamyshnikova | 917e676 | 2018-11-07 15:27:26 +0400 | [diff] [blame^] | 15 | cidr: ${_param:octavia_lb_mgmt_cidr} |
Elena Ezhova | 93e46f4 | 2017-07-06 19:01:45 +0400 | [diff] [blame] | 16 | allocation_pools: |
Ann Kamyshnikova | 917e676 | 2018-11-07 15:27:26 +0400 | [diff] [blame^] | 17 | - start: ${_param:octavia_lb_mgmt_allocation_pool_start} |
| 18 | end: ${_param:octavia_lb_mgmt_allocation_pool_end} |
Elena Ezhova | 329eced | 2017-07-10 14:55:45 +0400 | [diff] [blame] | 19 | port: |
| 20 | octavia-health-manager-listen-port: |
| 21 | fixed_ips: |
Elena Ezhova | 01fd53f | 2017-07-21 12:28:49 +0400 | [diff] [blame] | 22 | - ip_address: ${_param:octavia_hm_bind_ip} |
Elena Ezhova | 329eced | 2017-07-10 14:55:45 +0400 | [diff] [blame] | 23 | device_owner: Octavia:health-mgr |
| 24 | binding_host_id: ${_param:openstack_gateway_node01_hostname} |
| 25 | security_groups: |
| 26 | - lb-health-mgr-sec-grp |
Elena Ezhova | 3af9415 | 2017-07-07 16:34:27 +0400 | [diff] [blame] | 27 | security_group: |
| 28 | lb-mgmt-sec-grp: |
| 29 | tenant: service |
| 30 | rules: |
| 31 | - 'direction': 'ingress' |
| 32 | 'ethertype': 'IPv4' |
| 33 | 'protocol': 'icmp' |
| 34 | - 'direction': 'ingress' |
| 35 | 'ethertype': 'IPv4' |
| 36 | 'protocol': 'TCP' |
| 37 | 'port_range_min': 22 |
| 38 | 'port_range_max': 22 |
| 39 | - 'direction': 'ingress' |
| 40 | 'ethertype': 'IPv4' |
| 41 | 'protocol': 'TCP' |
| 42 | 'port_range_min': 9443 |
| 43 | 'port_range_max': 9443 |
| 44 | - 'direction': 'ingress' |
| 45 | 'ethertype': 'IPv6' |
| 46 | 'protocol': 'icmpv6' |
| 47 | 'remote_ip_prefix': '::/0' |
| 48 | - 'direction': 'ingress' |
| 49 | 'ethertype': 'IPv6' |
| 50 | 'protocol': 'TCP' |
| 51 | 'port_range_min': 22 |
| 52 | 'port_range_max': 22 |
| 53 | 'remote_ip_prefix': '::/0' |
| 54 | - 'direction': 'ingress' |
| 55 | 'ethertype': 'IPv6' |
| 56 | 'protocol': 'TCP' |
| 57 | 'port_range_min': 9443 |
| 58 | 'port_range_max': 9443 |
| 59 | 'remote_ip_prefix': '::/0' |
| 60 | lb-health-mgr-sec-grp: |
| 61 | tenant: service |
| 62 | rules: |
| 63 | - 'direction': 'ingress' |
| 64 | 'ethertype': 'IPv4' |
| 65 | 'protocol': 'UDP' |
| 66 | 'port_range_min': 5555 |
| 67 | 'port_range_max': 5555 |
| 68 | - 'direction': 'ingress' |
| 69 | 'ethertype': 'IPv6' |
| 70 | 'protocol': 'UDP' |
| 71 | 'port_range_min': 5555 |
| 72 | 'port_range_max': 5555 |
| 73 | 'remote_ip_prefix': '::/0' |
Elena Ezhova | e8537b2 | 2017-07-10 20:00:22 +0400 | [diff] [blame] | 74 | |
| 75 | salt: |
| 76 | minion: |
| 77 | mine: |
| 78 | module: |
| 79 | list_octavia_networks: |
| 80 | mine_function: neutronng.list_networks |
| 81 | name: 'lb-mgmt-net' |
| 82 | profile: 'octavia_identity' |
| 83 | list_octavia_mgmt_security_groups: |
| 84 | mine_function: neutronng.list_security_groups |
| 85 | name: 'lb-mgmt-sec-grp' |
| 86 | profile: 'octavia_identity' |
| 87 | list_octavia_hm_ports: |
| 88 | mine_function: neutronng.list_ports |
| 89 | name: 'octavia-health-manager-listen-port' |
| 90 | profile: 'octavia_identity' |