Skip to content

Commit

Permalink
Rename main name in v2v jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Xie <[email protected]>
  • Loading branch information
mxie91 committed Jan 29, 2024
1 parent ba39c8f commit e4f14c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions v2v/tests/cfg/convert_vm_to_libvirt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@
vir_mode = "hvm"
variants:
- vm:
# main_vm = ${hypervisor}-${vir_mode}-${os_version}-${vm_arch}
main_vm = "XEN_VM_NAME_V2V_EXAMPLE"
main_vm = ${hypervisor}-${vir_mode}-${os_version}-${vm_arch}
- esx:
only source_esx
vpx_pwd = ${vpx_password}
Expand All @@ -190,5 +189,4 @@
hostname = ${esx_hostname}
variants:
- vm:
# main_vm = ${esx_version}-${os_version}-${vm_arch}${vm_boot}
main_vm = "ESX_VM_NAME_V2V_EXAMPLE"
main_vm = ${esx_version}-${os_version}-${vm_arch}${vm_boot}
6 changes: 2 additions & 4 deletions v2v/tests/cfg/convert_vm_to_ovirt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@
vir_mode = "hvm"
variants:
- vm:
# main_vm = ${hypervisor}-${vir_mode}-${os_version}-${vm_arch}
main_vm = "XEN_VM_NAME_V2V_EXAMPLE"
main_vm = ${hypervisor}-${vir_mode}-${os_version}-${vm_arch}
- esx:
only source_esx
vpx_pwd = ${vpx_password}
Expand All @@ -222,5 +221,4 @@
hostname = ${vpx_hostname}
variants:
- vm:
# main_vm = ${esx_version}-${os_version}-${vm_arch}${vm_boot}
main_vm = "ESX_VM_NAME_V2V_EXAMPLE"
main_vm = ${esx_version}-${os_version}-${vm_arch}${vm_boot}
2 changes: 1 addition & 1 deletion v2v/tests/cfg/function_test_xen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Guest info
os_type = 'linux'
main_vm = 'XEN_VM_NAME_V2V_EXAMPLE'
main_vm = ${hypervisor}-${vir_mode}-${os_version}-${vm_arch}
username = 'root'
password = GENERAL_GUEST_PASSWORD
os_version = 'XEN_VM_OS_VERSION_V2V_EXAMPLE'
Expand Down

0 comments on commit e4f14c5

Please sign in to comment.