This repository has been archived by the owner on May 18, 2021. It is now read-only.
v1.1.0
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
orpre_export_host_scripts
. Default is 22.