With basic zone and VMware hypervisor, VR fails to start#3977
Conversation
8450757 to
9b22133
Compare
|
@blueorangutan package |
|
@harikrishna-patnala a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1073 |
95a33c5 to
9811af1
Compare
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos7 ✖debian. JID-1091 |
…s getting empty instead of a private IP. 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.
9811af1 to
22e8fd3
Compare
|
@blueorangutan package |
|
@harikrishna-patnala a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔debian. JID-1093 |
DaanHoogland
left a comment
There was a problem hiding this comment.
code lgtm, i'll setup up a vmware basic zone to verify
|
@blueorangutan test matrix |
|
@DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1318)
|
|
Trillian test result (tid-1320)
|
|
@blueorangutan test |
|
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
I started a vmware basic zone with this and started an instance 👍 |
|
Once tests are fine, we are OK to merge. |
|
Trillian test result (tid-1328)
|
|
2 x approvals, manual testing done OK, automated/regression tests all passing (failed ones are known test issues). Merging based on ^^^ |
Description
Boot Args for VM[DomainRouter|r-4-VM]: template=domP name=r-4-VM eth0ip=10.3.0.89 eth0mask=255.255.224.0 gateway=10.3.31.254 domain=cs1cloud.internal cidrsize=19 dhcprange=10.3.0.1 eth1ip=0.0.0.0 eth1mask=0.0.0.0 mgmtcidr=10.2.0.0/16 localgw=10.2.254.254 sshonguest=true type=dhcpsrvr disable_rp_filter=true extra_pubnics=2 dns1=8.8.8.8
Fixes: #3031
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?