Excerpt | ||
---|---|---|
| ||
Create and deploy a VM from anywhere in the Abiquo multicloud platform software |
To make the multicloud platform even easier to work with, users can now create and deploy a VM just by clicking the new Add VM button on any screen.
...
After you click the Add VM button, you will usually only need to choose a VDC and a VApp, and then select a template. If your user account has privileges to create VDCs and/or VApps, then you also do this as you go along.
Note: If you are using AWS, you will need to wait for Amazon to create the default VPC firewall because you cannot create a VM without a firewall
...
After you select Create VM for a template, you may need to select a hypervisor, and then you will also need to select or create a VDC and a VApp.
...
In Abiquo 5.1, to enable this feature you need to add the property "client.tmp.button.createvm.enabled": true
to the file client-config-custom.json
, the user must log out and log in again for the button to display (but the administrator does not need to restart any services).
In Abiquo 5.2, this feature is now enabled by default, with the property "client.createvmpopup.button.enabled"
set to true in the client-config-default.json file. To disable the feature, set this property to false
in the file client-config-custom.json
file, and the platform will remove the button when the users log out and log in again and the administrator does not need to restart any services.