Importing templates into the catalogue
Â
This page describes how to import templates into the Abiquo catalogue using a manual upload. To use easier methods, such as OVA upload in the UI, see Add VM templates to the catalogue. For API download, see  Appliance manager template API upload and download.
Â
Manually upload VM template files
In a manual upload, you copy the template files directly to the NFS repository. You can unzip an OVA file to obtain the template files, which are virtual disk file(s) and an OVF definition. See https://abiquo.atlassian.net/wiki/spaces/ABI61/pages/652342876.
Manual upload requires access to the NFS file system.
Abiquo reads the OVF to obtain the template details, such as operating system, disk capacity, and the name and description (from the product section of the OVF). See OVF reference and Guest operating system definition for VMware.
To upload VM templates to the Abiquo Platform, do these steps.
Copy the file(s) to the Abiquo NFS repository
Go the
/opt/vm_repository
folder. Here there should be folders for each enterprise in AbiquoOpen the folder for your enterprise ID. See How to find the enterprise that owns a template
Create a separate directory for each OVF Package.
Copy the disk files (e.g.Â
.vmdk
,Â.vdi
 ...) and the OVF descriptor document (.ovf
). We recommend that you use the same base name for the system disk and the OVF file. For example:/opt/vm_repository/{ID_ENTERPRISE}/{MY_FOLDER}/myVMTemplate.vmdk /opt/vm_repository/{ID_ENTERPRISE}/{MY_FOLDER}/myVMTemplate_HardDisk.vhd /opt/vm_repository/{ID_ENTERPRISE}/{MY_FOLDER}/myVMTemplate.ovf
Â
In Abiquo, go to the Catalogue view for Private cloud, and click the round-arrow refresh button next to your datacenter name.
Refresh the catalogue
When you refresh the Catalogue, Abiquo will detect the disk files in the NFS repository folders and match them with the OVF description.
Abiquo will convert valid disks to compatible formats for all the installed hypervisors. If there are no hypervisors, the platform will convert the disks to all formats.
The templates will appear in the Catalogue view and as soon the conversion files are ready, they will be ready to deploy.
Manual upload example
In this example we will upload images to the default enterprise repository for Abiquo.
Copy the files to the NFS repository
Go to
/opt/vm_repository
The
Abiquo
enterprise ID is1
, so we will open the folder1
, which is/opt/vm_repository/1
.Create a separate directory for the template, which in this case is
ubuntu_server
$ mkdir ubuntu-server $ cd ubuntu-server
Copy the system disk file, an extra disk, and the OVF descriptor
$ scp username@10.10.10.10:/home/username/ubuntu_vxxx.vmdk /opt/vm_repository/1/ubuntu-server/ $ scp username@10.10.10.10:/home/username/ubuntu_vxxx_extra_disk.vmdk /opt/vm_repository/1/ubuntu-server/ scp username@10.10.10.10:/home/username/ubuntu_vxxx.ovf /opt/vm_repository/1/ubuntu-server/
Log in to Abiquo and refresh the Catalogue for your datacenter.
Your VM template should now be available in the Catalogue.
Manually upload an extra disk to an existing template
You can manually upload a new disk to add to an existing template, but you must also add the disk to the OVF file for that template. When the appliance manager checks the file system, it will detect the new disk, but it will only add the disk to the Abiquo template if the disk is defined in the OVF file.
Create an OVF descriptor if necessary
Abiquo recommends that you always use an automatically generated OVF descriptor, and it is easy to export one from vCenter, for example. See https://abiquo.atlassian.net/wiki/spaces/ABI61/pages/652342876
However, if you are feeling lucky, you can create one following these instructions.
Copy a sample Abiquo OVF file, such as the Example OVF Descriptor in OVF referenceor copy one from a valid template. Save the OVF file with the image file name and
.ovf
extension.Edit the OVF file according to the guidelines in the OVF for Abiquo section of OVF reference.
Remember that you must enter the disk size. See Determine the size of a VM disk file
Related links
For details of how to use the Appliance manager to download a template from your filesystem to the Abiquo catalogue, see Appliance manager template API upload and download.
For details of how to replace a template disk, see Modify VM template disks | Replace a template disk,
Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved