Closed dmurphy18 closed 10 months ago
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,)
closing since implemented as part of PR https://github.com/saltstack/salt-ext-modules-vmware/pull/392
See JIRA: https://jira.eng.vmware.com/browse/VRAE-33288