Skip to content

Fix failing VM when nested resource pool is used#2492

Open
horecoli wants to merge 4 commits into
ansible-collections:mainfrom
horecoli:fix_resource-pool-issue
Open

Fix failing VM when nested resource pool is used#2492
horecoli wants to merge 4 commits into
ansible-collections:mainfrom
horecoli:fix_resource-pool-issue

Conversation

@horecoli

Copy link
Copy Markdown
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:

  • 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: #2491

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

community.vmware.vmware_deploy_ovf

ADDITIONAL INFORMATION

ohorecny 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
@softwarefactory-project-zuul

Copy link
Copy Markdown

@softwarefactory-project-zuul

Copy link
Copy Markdown

@softwarefactory-project-zuul

Copy link
Copy Markdown

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/7557013dd88e481e83c20dfc3bc81e29

✔️ ansible-tox-linters SUCCESS in 5m 09s
✔️ ansible-galaxy-importer SUCCESS in 5m 58s (non-voting)
✔️ build-ansible-collection SUCCESS in 6m 39s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant