You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
I am not sure if this is a good idea but changing from vim.ClusterComputeResource to vim.ComputeResource would cause "clusters" with a single ESX Host to be found. The script would automatically create a cluster with the name of the Host. The Host is added to the cluster and the cluster to the already created cluster group.
Although single hosts rarely have many VMs the main advantage in my opinion would be that the VMs are added to the right cluster and can also be filtered by cluster group or cluster.
Advantages:
The already created cluster group would be used
The VMs are separated between the different locations/clusters
VMs can be filtered by the cluster / cluster group
Disadvantages would be:
single hosts aren't a real cluster
more clusters
clusters with a single host and few VMs
??
Describe the solution you'd like
Change the vc_obj_views from "clusters": vim.ClusterComputeResource,
to "clusters": vim.ComputeResource,
Describe alternatives you've considered
Keep the current System with the Standalone ESXi Host Cluster
Additional context
I'm interested in getting feedback on this. Maybe I'm missing some other disadvantages or problems.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am not sure if this is a good idea but changing from vim.ClusterComputeResource to vim.ComputeResource would cause "clusters" with a single ESX Host to be found. The script would automatically create a cluster with the name of the Host. The Host is added to the cluster and the cluster to the already created cluster group.
Although single hosts rarely have many VMs the main advantage in my opinion would be that the VMs are added to the right cluster and can also be filtered by cluster group or cluster.
Advantages:
Disadvantages would be:
Describe the solution you'd like
Change the vc_obj_views from
"clusters": vim.ClusterComputeResource,
to
"clusters": vim.ComputeResource,
Describe alternatives you've considered
Keep the current System with the Standalone ESXi Host Cluster
Additional context
I'm interested in getting feedback on this. Maybe I'm missing some other disadvantages or problems.
The text was updated successfully, but these errors were encountered: