vcf_vim_vm_tools

Execution module for VMware Tools control.

saltext.vcf.modules.vcf_vim_vm_tools.get_tools_status(vm, profile=None)[source]

Return VMware Tools status snapshot.

CLI Example:

salt '*' vcf_vim_vm_tools.get_tools_status <vm>
saltext.vcf.modules.vcf_vim_vm_tools.upgrade_tools(vm, installer_options='', profile=None)[source]

Upgrade VMware Tools in vm’s guest. Returns task moId.

CLI Example:

salt '*' vcf_vim_vm_tools.upgrade_tools <vm>
saltext.vcf.modules.vcf_vim_vm_tools.mount_tools_installer(vm, profile=None)[source]

Attach the VMware Tools installer CD-ROM.

CLI Example:

salt '*' vcf_vim_vm_tools.mount_tools_installer <vm>
saltext.vcf.modules.vcf_vim_vm_tools.unmount_tools_installer(vm, profile=None)[source]

Detach the VMware Tools installer CD-ROM.

CLI Example:

salt '*' vcf_vim_vm_tools.unmount_tools_installer <vm>