Fix VR creation issue while creating VM on shared network using PVLAN#3653
Conversation
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-331 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-429)
|
|
code LGTM |
|
@blueorangutan test matrix |
|
@nvazquez a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-440)
|
|
@nvazquez |
|
Thanks @ustcweizhou I have updated the code |
|
@nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-338 |
|
@blueorangutan test matrix |
|
@nvazquez a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-449)
|
|
Trillian test result (tid-448)
|
|
Trillian test result (tid-450)
|
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-363 |
|
@blueorangutan test matrix |
|
@nvazquez a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-492)
|
|
@blueorangutan test centos7 vmware-65u2 |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-65u2) has been kicked to run smoke tests |
|
Trillian test result (tid-500)
|
…apache#3653) * Fix VR creation issue while creating VM on shared network using PVLAN * Fix update guest networks
Description
Fix VR creation issue when deploying VM on shared network using PVLAN.
Tested on KVM + Open vSwitch host
Error:
Proposed fix:
domain_routertable before iterating through the VR nics to setup PVLANWorkaround:
router.version.checkTypes of changes
Screenshots (if appropriate):
How Has This Been Tested?
KVM + Open vSwitch bridging
Before this fix: Observe that VR creation fails -> user VM creation fails
After this fix: Successful VM deployment