cloudstack/ui/src/components/widgets
Nicolas Vazquez 371ad9f55b
New Feature: Import VMware VMs into KVM (#7881)
This PR adds the capability in CloudStack to convert VMware Instances disk(s) to KVM using virt-v2v and import them as CloudStack instances. It enables CloudStack operators to import VMware instances from vSphere into a KVM cluster managed by CloudStack. vSphere/VMware setup might be managed by CloudStack or be a standalone setup.

    CloudStack will let the administrator select a VM from an existing VMware vCenter in the CloudStack environment or external vCenter requesting vCenter IP, Datacenter name and credentials.
    The migrated VM will be imported as a KVM instance
    The migration is done through virt-v2v: https://access.redhat.com/articles/1351473, https://www.ovirt.org/develop/release-management/features/virt/virt-v2v-integration.html
    The migration process timeout can be set by the setting convert.instance.process.timeout
    Before attempting the virt-v2v migration, CloudStack will create a clone of the source VM on VMware. The clone VM will be removed after the registration process finishes.
    CloudStack will delegate the migration action to a KVM host and the host will attempt to migrate the VM invoking virt-v2v. In case the guest OS is not supported then CloudStack will handle the error operation as a failure
    The migration process using virt-v2v may not be a fast process
    CloudStack will not perform any check about the guest OS compatibility for the virt-v2v library as indicated on: https://access.redhat.com/articles/1351473.
2023-12-07 12:59:56 +05:30
..
Breadcrumb.vue Guest os mappings improvements (#6979) 2023-06-27 13:49:20 +05:30
ChartCard.vue UI: Admin, account and project dashboard improvements (#7956) 2023-10-06 13:40:22 +05:30
Console.vue New feature: VNF templates and appliances integration (#8022) 2023-10-27 10:23:00 +02:00
CopyLabel.vue ui: assorted improvements (#7833) 2023-08-11 14:00:04 +05:30
Drawer.vue UI: Admin, account and project dashboard improvements (#7956) 2023-10-06 13:40:22 +05:30
OsLogo.vue UI: Admin, account and project dashboard improvements (#7956) 2023-10-06 13:40:22 +05:30
ResourceLabel.vue schema,server,api: events improvement (#5997) 2022-04-25 09:05:17 -03:00
Status.vue ui: AntD3 upgrade (#7306) 2023-04-11 14:05:21 +05:30
TooltipButton.vue UI: Fix detail settings (#6335) 2022-04-28 23:37:28 -03:00
TooltipLabel.vue New Feature: Import VMware VMs into KVM (#7881) 2023-12-07 12:59:56 +05:30