blob: 57b7b655d9fd0a945d0e3a8e8f79f6e10b6f5b09 [file] [log] [blame]
Elena Ezhova93e46f42017-07-06 19:01:45 +04001parameters:
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 Kamyshnikova917e6762018-11-07 15:27:26 +040013 cidr: ${_param:octavia_lb_mgmt_cidr}
Elena Ezhova93e46f42017-07-06 19:01:45 +040014 allocation_pools:
Ann Kamyshnikova917e6762018-11-07 15:27:26 +040015 - start: ${_param:octavia_lb_mgmt_allocation_pool_start}
16 end: ${_param:octavia_lb_mgmt_allocation_pool_end}
Elena Ezhova3af94152017-07-07 16:34:27 +040017 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 Ezhovae8537b22017-07-10 20:00:22 +040064
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 Kamyshnikova119d3ec2018-11-28 14:32:29 +040079 device_owner: 'Octavia:health-mgr'
Elena Ezhovae8537b22017-07-10 20:00:22 +040080 profile: 'octavia_identity'