...
The Capacity is the hard disk space to deploy this disk. Check your cloud provider's minimum capacity requirements for your operating system
When you import a VM template from Azure, the Capacity will be set to 0 and this means the platform will use the default size of the template in the provider
To set the storage service level of the template disk, select a Datastore tier. You can modify this value in a VM before you deploy it
...
...
Edit VM template variables
...
To make a template private to the owner enterprise, unselect all scopes.
...
Add a bootstrap script to a VM template in public cloud
Add a bootstrap script to a VM template and the platform will add it to all VMs created from the template to use with the Cloud-init (or similar) option, for Guest setup, which you can configure on the Advanced tab. You can also use scripts that are saved as Script templates.
Before you begin:
Prepare a template that is compatible with cloud-init (version 0.7.9 or above), or cloudbase-init, or a similar system
To add a VM bootstrap configuration or script:
In the Catalogue, edit a VM template
Go to Bootstrap
If you have the
Add a script template to a VM template
privilege, select Use own script or Use script templateFor Use own script, paste your configuration or script in the Bootstrap script text box
For Use script template, click Search, and double-click a script template, or select a script template and click Accept
Continue to configure the VM template or click Save to finish
Note: when you save VM disks to an instance template, Abiquo copies the VM bootstrap script to the instance template.
Related links
...
Edit template on advanced tab in public cloud
...