-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdefault-network-isolation.yaml
91 lines (91 loc) · 2.13 KB
/
default-network-isolation.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
- name: Storage
name_lower: storage
vip: true
mtu: 1500
subnets:
storage_subnet:
ip_subnet: 172.16.1.0/24
allocation_pools:
- start: 172.16.1.4
end: 172.16.1.250
storage_subnet1:
ip_subnet: 172.17.1.0/24
allocation_pools:
- start: 172.17.1.4
end: 172.17.1.250
storage_subnet2:
ip_subnet: 172.18.1.0/24
allocation_pools:
- start: 172.18.1.4
end: 172.18.1.250
- name: StorageMgmt
name_lower: storage_mgmt
vip: true
mtu: 1500
subnets:
storage_mgmt_subnet:
ip_subnet: 172.16.3.0/24
allocation_pools:
- start: 172.16.3.4
end: 172.16.3.250
storage_mgmt_subnet1:
ip_subnet: 172.17.3.0/24
allocation_pools:
- start: 172.17.3.4
end: 172.17.3.250
storage_mgmt_subnet2:
ip_subnet: 172.18.3.0/24
allocation_pools:
- start: 172.18.3.4
end: 172.18.3.250
- name: InternalApi
name_lower: internal_api
vip: true
mtu: 1500
subnets:
internal_api_subnet:
ip_subnet: 172.16.2.0/24
allocation_pools:
- start: 172.16.2.4
end: 172.16.2.250
internal_api_subnet1:
ip_subnet: 172.17.2.0/24
allocation_pools:
- start: 172.17.2.4
end: 172.17.2.250
internal_api_subnet2:
ip_subnet: 172.18.2.0/24
allocation_pools:
- start: 172.18.2.4
end: 172.18.2.250
- name: Tenant
vip: false # Tenant network does not use VIPs
mtu: 1500
name_lower: tenant
subnets:
tenant_subnet:
ip_subnet: 172.16.0.0/24
allocation_pools:
- start: 172.16.0.4
end: 172.16.0.250
tenant_subnet1:
ip_subnet: 172.17.0.0/24
allocation_pools:
- start: 172.17.0.4
end: 172.17.0.250
tenant_subnet2:
ip_subnet: 172.18.0.0/24
allocation_pools:
- start: 172.18.0.4
end: 172.18.0.250
- name: External
name_lower: external
vip: true
mtu: 1500
subnets:
external_subnet:
ip_subnet: 10.0.0.0/24
allocation_pools:
- start: 10.0.0.10
end: 10.0.0.250
gateway_ip: 10.0.0.5