Make sure other than user VMs can have multiple NICs in a network#5896
Conversation
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2297 |
|
@DaanHoogland could you please update the title and description ? |
…ManagerImpl.java Co-authored-by: Wei Zhou <weizhou@apache.org>
|
@blueorangutan test keepEnv |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-2990)
|
|
@DaanHoogland |
yes @weizhouapache . I am pretty sure the HA failure has nothing to do with the code. I have tested locally. |
great. can you make it 'ready for review' ? |
|
@blueorangutan package |
|
@sureshanaparti a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2388 |
|
Verified the fix with the steps mentioned in issue #5890. |
borisstoyanov
left a comment
There was a problem hiding this comment.
LGTM, manually checked
Description
During assignment of an IP from a secondary address range an extra NIC is created on a router. This must be allowed even though the router already has a NIC on the public network. The creation of extra NICs should only be prevented in User VMs on guest networks.
This PR...
Fixes: #5890
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
manual and throught the existing smoke tests.