-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Inventory path fallback for GetVM
Originally, we'd try to find a VM via its MoID, with a fallback to the Inventory by path. Since then, we've added the Instance and Bios UUIDs as preferred ways to find a VM. VMs are now created with a known Instance ID - that of the k8s VM UID - that we can use for lookup. This removes lookup depending on k8s objects to determine if the VM exists that have a separate lifecycle than the VM.
- Loading branch information
Bryan Venteicher
committed
Dec 10, 2024
1 parent
c5fecaf
commit 65fe835
Showing
3 changed files
with
6 additions
and
165 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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