populate NetworkAdapters in VM list, add syncInterfaces with dirty-tr…#171
Open
ckeskar23 wants to merge 2 commits into
Open
populate NetworkAdapters in VM list, add syncInterfaces with dirty-tr…#171ckeskar23 wants to merge 2 commits into
ckeskar23 wants to merge 2 commits into
Conversation
267c302 to
d4e3c95
Compare
Contributor
|
we should test this PR with respect to network sync |
…acking and correct network resolution
d4e3c95 to
1f8f7bd
Compare
Contributor
Author
panigrap
reviewed
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Synced SCVMM VMs showed no network interface details in Morpheus. NICs were never added, updated, or removed during cloud sync; only a single inferred interface existed. IP addresses were unreliable and the primary NIC was not tracked.
listVirtualMachines did not include NIC data in the PowerShell output. VirtualMachineSync had no syncInterfaces equivalent — there was no add/update/remove reconciliation for ComputeServerInterface records, and no logic to resolve adapter MAC addresses to the correct cloud network.
morpheus-ui PRs: #2675 (feature), #2887 (dirty-tracking refactor + uniqueId fix)
Source Jiras: PCCP-5787, MORPH-6326, MORPH-4746
UI commits: 9305380, 0a709af