Tip |
---|
This page describes the feature to deploy OVAs in the original release version. For full documentation, see Deploy a VM from an OVA with parameters and the related page Upload OVA templates from the local filesystem |
In Abiquo 5.2.1+, you can deploy VMs from templates created from OVAs with parameters.
...
In Abiquo, first create a VM template from the OVA as usual by uploading the OVA. See Add VM templates to the catalogue.
Go to the Apps library Catalogue for your datacenter and to add the new VM template, upload the OVA file.
You can then edit the template and create variables to match your OVF parameters, using the prefix "ovfenv.
"
When you create a VM from the template, the platform will add these variables to the VM. You can then edit the VM and update, change, or add variables as required.
...
When you deploy the VM, the platform will make the ovfenv variables available as the OVF environment parameters.
...
Code Block |
---|
vmtoolsd --cmd "info-get guestinfo.ovfenv" |
...