Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To make new VM templates available in the platform, add them to your Catalogue.

In private cloud datacenters you can upload VM templates from a local filesystem in different formats:

...

Info

This section describes how to upload an OVA file from a local file system to create a VM template

...

Panel

Privileges: Upload virtual machine template

Tip

The enterprise where you upload the in the catalogue.
If your file is very large, you may prefer to save it directly to the VM repository or use the AM API, see Appliance manager template API upload and download

The enterprise you are working in when you upload and save the VM template will be the owner of the VM template.

...

Panel

Privileges: Upload virtual machine template

Before you begin, check these requirements:

  1. The platform Abiquo reads OVA files such as those created with VMware and from the VM marketplace. See also Export an OVA from ESXi vSphere 7 with OVF tool

  2. The file name must have the .ova extension You can upload a multi-disk template for and it must contain an OVF file

  3. The OVA must have a single VM (virtual system)

  4. The OVA file must contain an OVF description file for the template

  5. The platform Abiquo uses the Name tag in the VirtualSystem as the template name. If the Name is not set, the platform falls back to uses the ID. See OVF reference.

...

  1. The template name will be the default name for VMs that users create from this template

  2. To deploy a VM from an OVA with parameters, the template must have guest tools. See Deploy a VM from an OVA with parameters

Note
  • If you do not have any hypervisors, the platform will convert the template into ALL possible hypervisor formats. So

...

  • add

...

  • your

...

  • hypervisors first, to reduce use of the NFS repository space.

...

To add a new template from an OVA file

  1. Go to Catalogue

  2. In the Private cloud section, select the datacenter

  3. On the Virtual machine templates tab, at the bottom of the templates panel, click the + add button

  4. Select Create from OVA file

     Create a template from an OVA fileImage Removed Create a template from an OVA fileImage Added
  5. Click Select file and browse for the file.

    Image RemovedBrowse for an OVA file on your local filesystemImage Added

    Abiquo will display the File name.

  6. Click Save. Abiquo will upload the file and upload create the filetemplate. When Abiquo has created the template has been created, Abiquo it will open the Edit template dialog. Check the template details. For full details of how to edit a template, see Modify a VM template

...

Basic steps to configure a VM template

Here is a brief description of some initial steps to edit a VM template:

  1. On the Disks tab, you can add an extra empty hard disk for your application data.

  2. To add OVA parameters to all VMs, add them as on the Variables tab. See Deploy a VM from an OVA with parameters.

  3. On the Advanced tab, if your VM template requires UEFI boot, select the checkbox. If you are not sure, check with your system administrator because a UEFI VM will not boot without this configuration

  4. For the User,enter the default user for the template

  5. For the Password,enter the default password of the user on the VM template

  6. Check and select the Operating system and if required, the OS version. For more details see Set the guest operating system for VMware

  7. Click Save

Tip
  • To modify a VM template, you must log into or switch to the owner enterprise (where the template was created).

  • To share a VM template with other enterprises, go to Scopes and select access lists

...

Advanced VM template configuration

To use advanced VM configuration with cloud_init or guest tools:

  1. Install cloud_init (or cloudbase_init) or VMware guest tools on your VM template

  2. Follow the steps on the page for your tool:

For a diagram and comparison of these features, see Guest setup

...

Related links