-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspec.run.example.yaml
More file actions
51 lines (46 loc) · 1.71 KB
/
spec.run.example.yaml
File metadata and controls
51 lines (46 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
vm:
name: Centos7
migration:
# Delta loop interval in seconds.
delta_interval: 300
# Source VM shutdown behavior before final sync: auto | force | manual
shutdown_mode: auto
# Optional, used when finalize_at is near.
finalize_delta_interval: 30
finalize_window: 600
# Optional, RFC3339 or "YYYY-MM-DDTHH:MM:SS"
# finalize_at: "2026-03-16T00:30:00"
# Engine options
readers: 4
# Number of disks to process in parallel for this VM.
parallel_disks: 4
run_virt_v2v: false
# Optional override for snapshot mode: true|false|auto
snapshot_quiesce: auto
# Optional: start the imported VM in CloudStack after post-import settings and disk/NIC attach.
start_vm_after_import: false
target:
cloudstack:
zoneid: 4cbe6127-d225-4312-9465-81198791221b
clusterid: 51e9e14a-0d06-4db5-a73a-2431eb0643e0
storageid: 68f38850-a051-3ff1-9865-6a24a2ba2864
networkid: 3da6b73b-b55b-4d0d-9dcf-2c40fe8bb6aa
serviceofferingid: 4c636c18-3cd6-4b24-b0ef-e0347198b46c
# Optional post-import VM settings in CloudStack.
# ostypeid: 123
# boottype: UEFI
# bootmode: Secure
# rootdiskcontroller: virtio-scsi
# nicadapter: virtio
# Optional default for data disks (used when a disk entry omits diskofferingid).
diskofferingid: 93e1314f-3d5f-44f0-9e63-315553e50ec6
disks:
"1":
storageid: 68f38850-a051-3ff1-9865-6a24a2ba2864
diskofferingid: 93e1314f-3d5f-44f0-9e63-315553e50ec6
# Multi-VM format is also supported (Python-style):
# vms:
# - vm: { name: VM1 }
# migration: { delta_interval: 300, readers: 4, parallel_disks: 4 }
# target: { cloudstack: { zoneid: "...", clusterid: "...", storageid: "...", networkid: "...", serviceofferingid: "..." } }
# - vm: { name: VM2 }