We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See JIRA: https://jira.eng.vmware.com/browse/VRAE-33288
The text was updated successfully, but these errors were encountered:
Proxy minion implementation requires the following implemented, see https://github.com/saltstack/salt/blob/master/salt/states/esxi.py#L570-L571
states/esxi.py: def vmotion_configured(name, enabled, device="vmk0")
modules/vsphere.py: def get_vmotion_enabled(host, username, password, protocol=None, port=None, host_names=None, verify_ssl=True,) def vmotion_disable(host, username, password, protocol=None, port=None, host_names=None, verify_ssl=True) def vmotion_enable(host, username, password, protocol=None, port=None, host_names=None, device="vmk0", verify_ssl=True,)
Sorry, something went wrong.
closing since implemented as part of PR #392
dmurphy18
No branches or pull requests
See JIRA:
https://jira.eng.vmware.com/browse/VRAE-33288
The text was updated successfully, but these errors were encountered: