Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.21 KB

Migration source providers

Installation

Provider can be installed on a K8s cluster :

providers/install-provider.sh <provider-name>

when <provider-name> can be either of:

  • openstack
  • ovirt
  • vmware

Openstack

containerised packstack deployment that is tailor for forklift migrations.

  • Environment variables:

    Name Description Required
    NFS_IP_ADDRESS NFS server address used by cinder and volume populator (csi-driver-nfs) yes
    NFS_SHARE NFS export path. yes
    KEYSTONE_USE_SSL deploy Keystone with SSL and self signed certs no

oVirt

fakeovirt and ovirt-imageio deployments :

  • Environment variables:

    Name Description Required
    NFS_IP_ADDRESS NFS server address used by cinder yes
    NFS_SHARE NFS export path. yes

VMware

VMware/vcsim deployment and vsphere-provider with stub vddkInitImage image.