Fix failing VM when nested resource pool is used#2492
Open
horecoli wants to merge 4 commits into
Open
Conversation
added 2 commits
September 30, 2025 17:22
This change implements possibility to specify
cluster and nested resource pool during VM
creation from ova file.
When this solution is applied then resource pool
can be specified in several ways:
- just name of resource pool. For example: child-resource-pool.
It will work, but there is a limitation if you have same RP
names on same cluster in different parent resource pools.
In that case it will put it to first occurrence
- path to resource pool from cluster level For example:
/cl01/parent-resource-pool/child-resource-pool
- path to resource pool from first parent level. For example:
/parent-resource-pool/child-resource-pool
Closes-Bug: ansible-collections#2491
|
Build failed. ❌ ansible-tox-linters FAILURE in 4m 54s |
|
Build failed. ❌ ansible-tox-linters FAILURE in 5m 15s |
|
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 09s |
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.
SUMMARY
This change implements possibility to specify cluster and nested resource pool during VM creation from ova file.
When this solution is applied then resource pool can be specified in several ways:
Closes-Bug: #2491
ISSUE TYPE
COMPONENT NAME
community.vmware.vmware_deploy_ovf
ADDITIONAL INFORMATION