saltstack / salt-ext-modules-vmware

Salt Extension Modules for VMware
Apache License 2.0
20 stars 36 forks source link

esxi/state vmotion_configured #350

Closed dmurphy18 closed 10 months ago

dmurphy18 commented 1 year ago

See JIRA: https://jira.eng.vmware.com/browse/VRAE-33288

dmurphy18 commented 1 year 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,)

dmurphy18 commented 10 months ago

closing since implemented as part of PR https://github.com/saltstack/salt-ext-modules-vmware/pull/392