Commit 78fda2d
authored
With basic zone and VMware hypervisor, VR fails to start since eth1 is getting empty instead of a private IP. (#3977)
Though VMware does not support security groups, but in a basic zone with VMware and no isolation VMs should be able to deploy.
Root cause:
In case of VMware and basic zone control nic is set to 0.0.0.0 assuming control network will be shared with guest network.
But to have access to VMware instances management/private needs to be assigned to it.
Solution:
Assing a private ip even in case of basic zone VMware.1 parent d93c245 commit 78fda2d
File tree
3 files changed
+12
-40
lines changed- plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource
- server/src/main/java/com/cloud/network
- guru
- router
3 files changed
+12
-40
lines changedLines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
6411 | 6410 | | |
6412 | 6411 | | |
6413 | 6412 | | |
6414 | | - | |
6415 | | - | |
6416 | | - | |
6417 | | - | |
6418 | | - | |
6419 | | - | |
6420 | | - | |
6421 | | - | |
6422 | | - | |
6423 | | - | |
6424 | 6413 | | |
6425 | 6414 | | |
6426 | 6415 | | |
| |||
Lines changed: 4 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
143 | 142 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
157 | 146 | | |
158 | 147 | | |
159 | 148 | | |
| |||
Lines changed: 8 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1401 | 1401 | | |
1402 | 1402 | | |
1403 | 1403 | | |
1404 | | - | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
1405 | 1409 | | |
1406 | 1410 | | |
1407 | 1411 | | |
| |||
1760 | 1764 | | |
1761 | 1765 | | |
1762 | 1766 | | |
1763 | | - | |
1764 | | - | |
1765 | | - | |
1766 | | - | |
1767 | | - | |
1768 | | - | |
1769 | | - | |
1770 | | - | |
1771 | | - | |
1772 | | - | |
1773 | | - | |
1774 | | - | |
1775 | | - | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
1776 | 1770 | | |
1777 | 1771 | | |
1778 | 1772 | | |
| |||
0 commit comments