|
18 | 18 | "zones": [ |
19 | 19 | { |
20 | 20 | "name": "zim1", |
21 | | - "guestcidraddress": "10.1.1.0/24", |
22 | | - "dns1": "10.147.28.6", |
| 21 | + "guestcidraddress": "10.100.1.0/24", |
| 22 | + "dns1": "10.147.100.6", |
23 | 23 | "physical_networks": [ |
24 | 24 | { |
25 | 25 | "broadcastdomainrange": "Zone", |
26 | | - "vlan": "100-200", |
| 26 | + "vlan": "1100-1200", |
27 | 27 | "name": "z1-pnet", |
28 | 28 | "traffictypes": [ |
29 | 29 | { |
|
63 | 63 | }, |
64 | 64 | "ipranges": [ |
65 | 65 | { |
66 | | - "startip": "192.168.2.2", |
67 | | - "endip": "192.168.2.200", |
| 66 | + "startip": "192.168.100.2", |
| 67 | + "endip": "192.168.100.200", |
68 | 68 | "netmask": "255.255.255.0", |
69 | 69 | "vlan": "50", |
70 | | - "gateway": "192.168.2.1" |
| 70 | + "gateway": "192.168.100.1" |
71 | 71 | } |
72 | 72 | ], |
73 | 73 | "networktype": "Advanced", |
74 | 74 | "pods": [ |
75 | 75 | { |
76 | | - "endip": "172.16.15.200", |
| 76 | + "endip": "172.16.100.200", |
77 | 77 | "name": "Z1P1", |
78 | | - "startip": "172.16.15.2", |
| 78 | + "startip": "172.16.100.2", |
79 | 79 | "netmask": "255.255.255.0", |
80 | 80 | "clusters": [ |
81 | 81 | { |
|
96 | 96 | "clustertype": "CloudManaged", |
97 | 97 | "primaryStorages": [ |
98 | 98 | { |
99 | | - "url": "nfs://10.147.28.6:/export/home/sandbox/z1p1", |
| 99 | + "url": "nfs://10.147.100.6:/export/home/sandbox/z1p1", |
100 | 100 | "name": "Z1PS1" |
101 | 101 | }, |
102 | 102 | { |
103 | | - "url": "nfs://10.147.28.6:/export/home/sandbox/z1p2", |
| 103 | + "url": "nfs://10.147.100.6:/export/home/sandbox/z1p2", |
104 | 104 | "name": "Z1PS2" |
105 | 105 | } |
106 | 106 | ] |
|
123 | 123 | "clustertype": "CloudManaged", |
124 | 124 | "primaryStorages": [ |
125 | 125 | { |
126 | | - "url": "nfs://10.147.28.6:/export/home/sandbox/z1p3", |
| 126 | + "url": "nfs://10.147.100.6:/export/home/sandbox/z1p3", |
127 | 127 | "name": "Z1PS3" |
128 | 128 | }, |
129 | 129 | { |
130 | | - "url": "nfs://10.147.28.6:/export/home/sandbox/z1p4", |
| 130 | + "url": "nfs://10.147.100.6:/export/home/sandbox/z1p4", |
131 | 131 | "name": "Z1PS4" |
132 | 132 | } |
133 | 133 | ] |
134 | 134 | } |
135 | 135 | ], |
136 | | - "gateway": "172.16.15.1" |
| 136 | + "gateway": "172.16.100.1" |
137 | 137 | } |
138 | 138 | ], |
139 | | - "internaldns1": "10.147.28.6", |
| 139 | + "internaldns1": "10.147.100.6", |
140 | 140 | "secondaryStorages": [ |
141 | 141 | { |
142 | | - "url": "nfs://10.147.28.6:/export/home/sandbox/z1secondary", |
| 142 | + "url": "nfs://10.147.100.6:/export/home/sandbox/z1secondary", |
143 | 143 | "provider" : "NFS" |
144 | 144 | } |
145 | 145 | ] |
146 | 146 | }, |
147 | 147 | { |
148 | 148 | "name": "zim2", |
149 | | - "guestcidraddress": "10.1.2.0/24", |
150 | | - "dns1": "10.147.29.6", |
| 149 | + "guestcidraddress": "10.200.1.0/24", |
| 150 | + "dns1": "10.147.200.6", |
151 | 151 | "physical_networks": [ |
152 | 152 | { |
153 | 153 | "broadcastdomainrange": "Zone", |
154 | | - "vlan": "300-400", |
| 154 | + "vlan": "2100-2200", |
155 | 155 | "name": "z2-pnet", |
156 | 156 | "traffictypes": [ |
157 | 157 | { |
|
191 | 191 | }, |
192 | 192 | "ipranges": [ |
193 | 193 | { |
194 | | - "startip": "192.168.3.2", |
195 | | - "endip": "192.168.3.200", |
| 194 | + "startip": "192.168.200.2", |
| 195 | + "endip": "192.168.200.200", |
196 | 196 | "netmask": "255.255.255.0", |
197 | | - "vlan": "51", |
198 | | - "gateway": "192.168.3.1" |
| 197 | + "vlan": "50", |
| 198 | + "gateway": "192.168.200.1" |
199 | 199 | } |
200 | 200 | ], |
201 | 201 | "networktype": "Advanced", |
202 | 202 | "pods": [ |
203 | 203 | { |
204 | | - "endip": "172.16.16.200", |
| 204 | + "endip": "172.16.200.200", |
205 | 205 | "name": "Z2P1", |
206 | | - "startip": "172.16.16.2", |
| 206 | + "startip": "172.16.200.2", |
207 | 207 | "netmask": "255.255.255.0", |
208 | 208 | "clusters": [ |
209 | 209 | { |
|
224 | 224 | "clustertype": "CloudManaged", |
225 | 225 | "primaryStorages": [ |
226 | 226 | { |
227 | | - "url": "nfs://10.147.29.6:/export/home/sandbox/z2p1", |
| 227 | + "url": "nfs://10.147.200.6:/export/home/sandbox/z2p1", |
228 | 228 | "name": "Z2PS1" |
229 | 229 | }, |
230 | 230 | { |
231 | | - "url": "nfs://10.147.29.6:/export/home/sandbox/z2p2", |
| 231 | + "url": "nfs://10.147.200.6:/export/home/sandbox/z2p2", |
232 | 232 | "name": "Z2PS2" |
233 | 233 | } |
234 | 234 | ] |
|
251 | 251 | "clustertype": "CloudManaged", |
252 | 252 | "primaryStorages": [ |
253 | 253 | { |
254 | | - "url": "nfs://10.147.29.6:/export/home/sandbox/z2p3", |
| 254 | + "url": "nfs://10.147.200.6:/export/home/sandbox/z2p3", |
255 | 255 | "name": "Z2PS3" |
256 | 256 | }, |
257 | 257 | { |
258 | | - "url": "nfs://10.147.29.6:/export/home/sandbox/z2p4", |
| 258 | + "url": "nfs://10.147.200.6:/export/home/sandbox/z2p4", |
259 | 259 | "name": "Z2PS4" |
260 | 260 | } |
261 | 261 | ] |
262 | 262 | } |
263 | 263 | ], |
264 | | - "gateway": "172.16.16.1" |
| 264 | + "gateway": "172.16.200.1" |
265 | 265 | } |
266 | 266 | ], |
267 | | - "internaldns1": "10.147.29.6", |
| 267 | + "internaldns1": "10.147.200.6", |
268 | 268 | "secondaryStorages": [ |
269 | 269 | { |
270 | 270 | "url": "nfs://10.147.200.6:/export/home/sandbox/z2secondary", |
|
0 commit comments