Uh oh!
There was an error while loading. Please reload this page.
VMware: match nic mac for ip address fetch - #10641
Conversation
f8296f2 to
d3939f0Compare
weizhouapache
left a comment
There was a problem hiding this comment.
overall looks good
A related pr for l2 network #10431
weizhouapache
commented
Mar 29, 2025
@blueorangutan package |
blueorangutan
commented
Mar 29, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Uh oh!
There was an error while loading. Please reload this page.
alexandru-bagu
commented
Mar 29, 2025
Interesting. I see your PR has more changes than this PR. Feel free to grab my code for VMware and close this PR. |
blueorangutan
commented
Mar 29, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12924 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## 4.20 #10641 +/- ##
=========================================
Coverage 16.17% 16.17% + Complexity 13296 13295 -1
=========================================
Files 5656 5656 Lines 498219 498253 +34 Branches 60451 60462 +11 =========================================
+ Hits 80579 80585 +6 - Misses 408672 408697 +25 - Partials 8968 8971 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
weizhouapache
commented
Apr 17, 2025
@blueorangutan package |
blueorangutan
commented
Apr 17, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Apr 17, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13098 |
weizhouapache
commented
Apr 25, 2025
@alexandru-bagu |
d3939f0 to
2726acaCompareblueorangutan
commented
Oct 1, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Uh oh!
There was an error while loading. Please reload this page.
weizhouapache
commented
Oct 1, 2025
@blueorangutan package |
blueorangutan
commented
Oct 1, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Oct 1, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15255 |
weizhouapache
commented
Oct 1, 2025
@blueorangutan test |
blueorangutan
commented
Oct 1, 2025
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Oct 1, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15256 |
weizhouapache
commented
Oct 1, 2025
@blueorangutan test ol8 vmware-80u3 |
blueorangutan
commented
Oct 1, 2025
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + vmware-80u3) has been kicked to run smoke tests |
blueorangutan
commented
Oct 2, 2025
[SF] Trillian test result (tid-14505)
|
weizhouapache
commented
Oct 2, 2025
blueorangutan
commented
Oct 2, 2025
[SF] Trillian test result (tid-14506)
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Vishesh <8760112+vishesh92@users.noreply.github.com>
…vmware/resource/VmwareResource.java Co-authored-by: Vishesh <8760112+vishesh92@users.noreply.github.com>
weizhouapache
commented
Oct 3, 2025
@blueorangutan package |
blueorangutan
commented
Oct 3, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Oct 3, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15272 |
weizhouapache
commented
Oct 3, 2025
@blueorangutan test ol8 vmware-80u3 |
blueorangutan
commented
Oct 3, 2025
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + vmware-80u3) has been kicked to run smoke tests |
blueorangutan
commented
Oct 4, 2025
[SF] Trillian test result (tid-14514)
|
Uh oh!
There was an error while loading. Please reload this page.





Description
This PR fixes#10640
The main solution for the issue here would be to make sure that we are getting the IP for the correct NIC which we can do based on the MAC of the NIC. Additionally, a null IP is also a valid response because a NIC can have no IP assigned.
It's up for discussion whether we should pull any IP even if it does not match the network subnet because the user can in fact use the NIC with another subnet as well, but that is not necessarily relevant to this issue.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
I am in the process of testing on my dev environment then going to push in prod once I am happy with the results.
How did you try to break this feature and the system with this change?