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

esxi/state vmotion_configured #350

Closed
dmurphy18 opened this issue Jan 18, 2023 · 2 comments
Closed

esxi/state vmotion_configured #350

dmurphy18 opened this issue Jan 18, 2023 · 2 comments
Assignees

Comments

@dmurphy18
Copy link
Contributor

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

@dmurphy18 dmurphy18 self-assigned this Jan 18, 2023
@dmurphy18
Copy link
Contributor Author

Proxy minion implementation requires the following implemented, see https://github.com/saltstack/salt/blob/master/salt/states/esxi.py#L570-L571

  • get_vmotion_enabled # modules/vsphere.py
  • "VMotion Enabled" # utilizing host.get("VMotion Enabled"
  • vmotion_enable # modules/vsphere.py
  • vmotion_disable # modules/vsphere.py

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
Copy link
Contributor Author

closing since implemented as part of PR #392

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