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

[FEATURE REQUEST]: Add support for specifying hBDatastoreCandidatePolicy and heartbeatDatastore to saltext.vmware.modules.cluster_ha #267

Open
ggiesen opened this issue May 17, 2022 · 0 comments

Comments

@ggiesen
Copy link
Contributor

ggiesen commented May 17, 2022

The saltext.vmware.modules.cluster_ha execution module does not currently permit any way to specify hBDatastoreCandidatePolicy (Heartbeat datastore selection policy) and heartbeatDatastore (Heartbeat datstores). Using the module currently uses the default of allFeasibleDs (Automatically select datastores accessible to the hosts) and selects the first two usable datastores, even if they are suboptimal from a diversity/redundancy standpoint.

The cluster_ha module should add two more kwargs to allow the user to specify these options:

Example:

salt '*' vmware_cluster_ha.configure cluster1 dc1 enable=True heartbeat_datastore_candidate_policy=userSelectedD heartbeat_datastores='["ds_ha1", "ds_ha2"]'

Bonus points for a proper state module.

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

No branches or pull requests

1 participant