# Functions

No description provided by the author
No description provided by the author
GenerateKubeVirtCRD's will generate kubevirt CRDs.
InstallCRD will install the core harvester CRD's copied from harvester/harvester/pkg/data/crd.go.
SetupOpenstack will try and setup a vmware migration based on GOVC environment variables It will check the following environment variables to build migration and importjob CRD's OS_AUTH_URL: Identify keystone endpoint OS_PROJECT_NAME: Project name where test instance is located OS_USERNAME: Username for migration secret OS_PASSWORD: Password for migration secret OS_USER_DOMAIN_NAME: domain name for user auth OS_VM_NAME: name of VM to be exported OS_REGION_NAME: OpenstackSource instance region to be used for testing SVC_ADDRESS: Exposes the local host as SVC url when creating VirtualDiskImage endpoints to download images from.
SetupVMware will try and setup a vmware migration based on GOVC environment variables It will check the following environment variables to build migration and importjob CRD's GOVC_URL: Identify vsphere endpoint GOVC_DATACENTER: Identify vsphere datacenter GOVC_USERNAME: Username for migration secret GOVC_PASSWORD: Password for migration secret SVC_ADDRESS: local machine address, used to generate the URL that Harvester downloads the exported images from VM_NAME: name of VM to be exported VM_FOLDER: folder where VM pointed to by VM_NAME is located.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author