cloudstack/tools/apidoc
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
..
images removing unsused logos 2013-06-13 14:04:42 -04:00
includes cloudstack: make code more inclusive 2021-06-08 15:47:20 +05:30
XmlToHtmlConverter.java CLOUDSTACK-8562: Deprecate commands.properties 2016-05-11 09:45:19 +05:30
build-apidoc.sh Support GNU sed apidoc for MacOS build (#7888) 2023-08-22 14:31:20 +05:30
gen_toc.py New Feature: Import VMware VMs into KVM (#7881) 2023-12-07 12:59:56 +05:30
generatecommand.xsl pre-commit: apply `end-of-file-fixer` to all files (#7551) 2023-08-02 13:47:21 +02:00
generatecommands.xsl Use lowercase HTTP header field names so we are compatible with HTTP/2 (#7006) 2023-01-23 11:17:54 +01:00
generatecustomcommand.xsl pre-commit: apply `end-of-file-fixer` to all files (#7551) 2023-08-02 13:47:21 +02:00
generategenericcommand.xsl pre-commit: apply `end-of-file-fixer` to all files (#7551) 2023-08-02 13:47:21 +02:00
generatetoc.xsl pre-commit: apply `end-of-file-fixer` to all files (#7551) 2023-08-02 13:47:21 +02:00
generatetoc_footer.xsl cloudstack: make code more inclusive 2021-06-08 15:47:20 +05:30
generatetoc_header.xsl Use lowercase HTTP header field names so we are compatible with HTTP/2 (#7006) 2023-01-23 11:17:54 +01:00
pom.xml Updating pom.xml version numbers for release 4.19.0.0-SNAPSHOT 2023-03-15 19:46:01 +01:00