blob: a46bf64a2ba5baf12c1baf85e702d9817c1a5241 [file] [log] [blame]
Elena Ezhova93e46f42017-07-06 19:01:45 +04001classes:
2- service.neutron.client
3parameters:
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:
15 cidr: 192.168.0.0/24
16 allocation_pools:
17 - start: 192.168.0.2
18 end: 192.168.0.200
Elena Ezhova329eced2017-07-10 14:55:45 +040019 port:
20 octavia-health-manager-listen-port:
21 fixed_ips:
22 - ip_address: '192.168.0.12'
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 Ezhova3af94152017-07-07 16:34:27 +040027 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'