blob: 97efe93cbadccac9fca3deb06a9575fdfd72006f [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 Ezhova3af94152017-07-07 16:34:27 +040019
20 security_group:
21 lb-mgmt-sec-grp:
22 tenant: service
23 rules:
24 - 'direction': 'ingress'
25 'ethertype': 'IPv4'
26 'protocol': 'icmp'
27 - 'direction': 'ingress'
28 'ethertype': 'IPv4'
29 'protocol': 'TCP'
30 'port_range_min': 22
31 'port_range_max': 22
32 - 'direction': 'ingress'
33 'ethertype': 'IPv4'
34 'protocol': 'TCP'
35 'port_range_min': 9443
36 'port_range_max': 9443
37 - 'direction': 'ingress'
38 'ethertype': 'IPv6'
39 'protocol': 'icmpv6'
40 'remote_ip_prefix': '::/0'
41 - 'direction': 'ingress'
42 'ethertype': 'IPv6'
43 'protocol': 'TCP'
44 'port_range_min': 22
45 'port_range_max': 22
46 'remote_ip_prefix': '::/0'
47 - 'direction': 'ingress'
48 'ethertype': 'IPv6'
49 'protocol': 'TCP'
50 'port_range_min': 9443
51 'port_range_max': 9443
52 'remote_ip_prefix': '::/0'
53 lb-health-mgr-sec-grp:
54 tenant: service
55 rules:
56 - 'direction': 'ingress'
57 'ethertype': 'IPv4'
58 'protocol': 'UDP'
59 'port_range_min': 5555
60 'port_range_max': 5555
61 - 'direction': 'ingress'
62 'ethertype': 'IPv6'
63 'protocol': 'UDP'
64 'port_range_min': 5555
65 'port_range_max': 5555
66 'remote_ip_prefix': '::/0'