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