You can import virtual machines from vSphere into your VMware Integrated OpenStack deployment and manage them like OpenStack instances.
Imported virtual machines become OpenStack instances but remain distinct.
- If a virtual machine has multiple disks, the disks are imported as Cinder volumes.
- Existing networks are imported as provider networks of type portgroup with access restricted to the given tenant.
- After a virtual machine with a specific network backing is imported, the same network cannot be imported to a different project.
- Neutron subnets are automatically created with DHCP disabled.
- Neutron ports are automatically created based on the IP and MAC address of the network interface card on the virtual machine.
Note: If the DHCP server cannot maintain the same IP address during lease renewal, the instance information in OpenStack will show the incorrect IP address. To avoid this problem, use static DHCP bindings on existing DHCP servers and do not run new OpenStack instances on imported networks.
You import VMs using the Data Center Command-Line Interface (DCLI) on the OpenStack Management Server.
Prerequisites
- Deploy VMware Integrated OpenStack with NSX Data Center for vSphere or VDS networking. Importing virtual machines is not supported for NSX-T Data Center deployments.
- Verify that the virtual machines that you want to import are in the same vCenter Server instance.