forked from prashanthr2/vmware-to-cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.run.multi-vm.multi-disk.multi-nic.yaml
More file actions
78 lines (75 loc) · 2.58 KB
/
spec.run.multi-vm.multi-disk.multi-nic.yaml
File metadata and controls
78 lines (75 loc) · 2.58 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Example: multiple VMs, each with multiple disks and multiple NICs.
vms:
- vm:
name: DB01
migration:
delta_interval: 300
finalize_delta_interval: 30
finalize_window: 600
readers: 4
parallel_disks: 3
run_virt_v2v: false
snapshot_quiesce: auto
target:
cloudstack:
zoneid: 4cbe6127-d225-4312-9465-81198791221b
clusterid: 51e9e14a-0d06-4db5-a73a-2431eb0643e0
storageid: 68f38850-a051-3ff1-9865-6a24a2ba2864
serviceofferingid: 57d22cc3-81f6-43b9-b028-cef988238dc7
diskofferingid: 93e1314f-3d5f-44f0-9e63-315553e50ec6
nic_mappings:
"4000":
source_label: "Network adapter 1"
source_network: "DB-Client"
source_mac: "00:50:56:db:01:10"
source_device_key: 4000
source_index: 0
networkid: 3da6b73b-b55b-4d0d-9dcf-2c40fe8bb6aa
"4001":
source_label: "Network adapter 2"
source_network: "DB-Replication"
source_mac: "00:50:56:db:01:11"
source_device_key: 4001
source_index: 1
networkid: 9f9b73b1-b55b-4d0d-9dcf-2c40fe8bb6ab
disks:
"1":
storageid: 68f38850-a051-3ff1-9865-6a24a2ba2864
diskofferingid: 93e1314f-3d5f-44f0-9e63-315553e50ec6
"2":
storageid: 817b4c0b-1a95-3166-ac89-065f18f8b2ab
diskofferingid: c3e1314f-3d5f-44f0-9e63-315553e50ed0
- vm:
name: App01
migration:
delta_interval: 300
readers: 4
parallel_disks: 2
run_virt_v2v: true
snapshot_quiesce: auto
target:
cloudstack:
zoneid: 4cbe6127-d225-4312-9465-81198791221b
clusterid: 51e9e14a-0d06-4db5-a73a-2431eb0643e0
storageid: 68f38850-a051-3ff1-9865-6a24a2ba2864
serviceofferingid: 4c636c18-3cd6-4b24-b0ef-e0347198b46c
diskofferingid: 93e1314f-3d5f-44f0-9e63-315553e50ec6
nic_mappings:
"4000":
source_label: "Network adapter 1"
source_network: "App-Front"
source_mac: "00:50:56:app:01:10"
source_device_key: 4000
source_index: 0
networkid: 3da6b73b-b55b-4d0d-9dcf-2c40fe8bb6aa
"4001":
source_label: "Network adapter 2"
source_network: "App-Back"
source_mac: "00:50:56:app:01:11"
source_device_key: 4001
source_index: 1
networkid: a1ab73b2-b55b-4d0d-9dcf-2c40fe8bb6ac
disks:
"1":
storageid: 817b4c0b-1a95-3166-ac89-065f18f8b2ab
diskofferingid: 93e1314f-3d5f-44f0-9e63-315553e50ec6