-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_input.json
91 lines (83 loc) · 3.01 KB
/
user_input.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"Tenant":
[
{
"id": "10.5.5.5",
"routes":[
{
"vpcs_subnet":[{"subnet_start":"192.168.1.1","subnet_end":"192.168.1.255","name":"subnet_t1_v1_s1"},{"subnet_start":"192.168.2.1","subnet_end":"192.168.2.255","name":"subnet_t1_v1_s2"}],
"vpcs_vm":[{
"vmName":"T1_v1_VM1",
"ram":"2",
"cpus":"4",
"mem":"12G",
"external":{"supported":"False","persistent":"yes","backup":"yes","storage":"10G"},
"numOfNet":"2",
"netName":"subnet_t1_v1_s2,subnet_t1_v1_s1",
"pci":"0x09,0x10",
"packages":"wireshark-gnome,iperf3",
"pwd":"root"
},
{
"vmName":"T1_v1_VM2",
"ram":"2",
"cpus":"4",
"mem":"12G",
"external":{"supported":"False","persistent":"yes","backup":"yes","storage":"10G"},
"numOfNet":"2",
"netName":"subnet_t1_v1_s2,subnet_t1_v1_s1",
"pci":"0x09,0x10",
"packages":"wireshark-gnome,iperf3",
"pwd":"root"
}
]},
{"vpcs_subnet":[{"subnet_start":"192.168.2.1","subnet_end":"192.168.2.255","name":"subnet_t1_v2_s1"},{"subnet_start":"192.168.1.1","subnet_end":"192.168.1.255","name":"subnet_t1_v2_s2"}],
"vpcs_vm":[{
"vmName":"T1_v2_VM1",
"ram":"2",
"cpus":"4",
"mem":"12G",
"external":{"supported":"False","persistent":"yes","backup":"yes","storage":"10G"},
"numOfNet":"2",
"netName":"subnet_t1_v2_s2,subnet_t1_v2_s1",
"pci":"0x09,0x10",
"packages":"wireshark-gnome,iperf3",
"pwd":"root"
}
]
}
]
},
{
"id":"",
"routes":[{
"vpcs_subnet":[{"subnet_start":"192.168.1.1","subnet_end":"192.168.1.255","name":"subnet_t2_v1_s1"},{"subnet_start":"192.168.2.1","subnet_end":"192.168.2.255","name":"subnet_t2_v1_s2"}],
"vpcs_vm":[{
"vmName":"T2_v1_VM2",
"ram":"2",
"cpus":"4",
"mem":"12G",
"external":{"supported":"False","persistent":"yes","backup":"yes","storage":"10G"},
"numOfNet":"2",
"netName":"subnet_t2_v1_s1,subnet_t2_v1_s2",
"pci":"0x09,0x10",
"packages":"wireshark-gnome,iperf3",
"pwd":"root"
},
{
"vmName":"T2_v1_VM1",
"ram":"2",
"cpus":"4",
"mem":"12G",
"external":{"supported":"False","persistent":"yes","backup":"yes","storage":"10G"},
"numOfNet":"2",
"netName":"subnet_t2_v1_s1,subnet_t2_v1_s2",
"pci":"0x09,0x10",
"packages":"wireshark-gnome,iperf3",
"pwd":"root"
}]
}
]
}
]
}