Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cluster in non-default folder #1821

Closed
lotaris-xx opened this issue Aug 11, 2023 · 1 comment · May be fixed by #1823
Closed

Create cluster in non-default folder #1821

lotaris-xx opened this issue Aug 11, 2023 · 1 comment · May be fixed by #1823
Labels
wontfix This will not be worked on

Comments

@lotaris-xx
Copy link

SUMMARY

During cluster creation, use a specific already existing folder, not the datastore default

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

plugins/modules/vmware_cluster.py

ADDITIONAL INFORMATION

Currently clusters are created in a default location, but in many large environments there are lots of folders that have clusters inside of them.

- name: Create Cluster
  community.vmware.vmware_cluster:
    hostname: '{{ vcenter_hostname }}'
    username: '{{ vcenter_username }}'
    password: '{{ vcenter_password }}'
    datacenter_name: datacenter
    folder: '{{ folder_path }}"
    cluster_name: cluster
  delegate_to: localhost
@mariolenz
Copy link
Collaborator

This module is deprecated in this collection because it has been moved to vmware.vmware. So we won't implement any new features.

@mariolenz mariolenz added the wontfix This will not be worked on label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants