...
You can onboard virtual resources from public cloud into the platform. If the cloud provider supports virtual datacenter (VDC) entities, such as AWS VPCs or Azure virtual networks, you can onboard them as VDCs and synchronize them. If the cloud provider does not support VDCs, then you can onboard the resources from the public cloud regions, such as Google Cloud Platform regions.
Panel |
---|
Privileges: Manage virtual datacenters |
...
Excerpt | ||
---|---|---|
| ||
To onboard resources from public cloud:
For more details see Set a virtual datacenter role to limit user access The platform will onboard the selected resources for you to manage.
|
...
Onboard from public cloud using the API
Tip |
---|
Abiquo API Feature This feature is available in the Abiquo API. See VirtualDatacentersResource for synchronization and AllowedLocationsResource for retrieval of virtual datacenters and VMs. |
...
Onboard from public cloud regions without virtual datacenters
...
The platform onboards and synchronizes virtual resources in public cloud regions
...
Control onboard of VMs to VApps
...
for providers that do not use virtual datacenters or similar entities, for example, Google Cloud Platform. You can only synchronize these providers at the public cloud region level. You cannot synchronize a VDC or an individual resource, for example, a load balancer.
If your public cloud provider does not support virtual datacenter entities, to onboard virtual resources do the following steps:
Go to Virtual datacenters
At the bottom of the V. Datacenters list, click the + add button
Select Synchronize public cloud
Select a public cloud region
The platform will place all VMs and network resources that are not related to existing virtual resources into a generic virtual datacenter. The platform names this virtual datacenter with the same name as the public cloud region, but the user can rename it. The platform will use this virtual datacenter for future synchronizations, adding or removing resources to match the cloud provider.
If there are already virtual resources in the platform for this provider, then these entities will already be part of a virtual datacenter. The platform will check if any new entities in the provider are related to the existing ones in the platform and place them in the existing virtual datacenter.
If the integration with the provider supports entities that are not in a virtual datacenter, such as firewalls, load balancers, or floating IPs, the platform may load these as separate entities.
If conflicts occur during synchronization, the platform will cancel the synchronization. This could occur if two VMs already exist in different VDCs but are related by a firewall or load balancer. Or if two firewall policies or load balancers exist in different virtual datacenters but are related by a VM.
Control onboard of VMs to VApps
...
To onboard
...
all VMs into a single virtual appliance, set the singlevapp enterprise property to true. If you wish to configure the name, set the singlevapp name enterprise property:
Code Block |
---|
"sync.singlevapp":"true",
"sync.singlevapp.name":"sync vapp name" |
For instructions on how to set an enterprise property, see Manage enterprises#Entertenantdetailsandmetadata