Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@dongyuzheng dongyuzheng released this 03 Dec 01:08
· 8 commits to master since this release
  • pre_boot_host_scripts (array of strings) - List of scripts to execute on the
    XenServer host prior to booting the VM. The VM's UUID will be passed into each
    script as the first parameter. The script can be of any type: bash, python, ruby, etc.
    Each script must start with a shebang, ie. #!/usr/bin/env bash.
  • pre_export_host_scripts (array of strings) - List of scripts to execute on the
    XenServer host prior to exporting the VM. The VM's UUID will be passed into each
    script as the first parameter. The script can be of any type: bash, python, ruby, etc.
    Each script must start with a shebang, ie. #!/usr/bin/env bash.
  • remote_ssh_port (integer) - SSH port of XenServer host. Only useful when using
    pre_boot_host_scripts or pre_export_host_scripts. Default is 22.