-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-sample.json
More file actions
49 lines (37 loc) · 1.23 KB
/
config-sample.json
File metadata and controls
49 lines (37 loc) · 1.23 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
{
"server-class-1": {
"mode": "snapshot",
"num_of_cpu": 4,
"ram_size": 8192,
"qcow": "/home/test/debian_new.qcow2",
"block_dev": "vda1",
"username": "root",
"password": "root",
"bridges": ["virbr0","virbr1"],
"kernel_code": "/home/test/linux/",
"modules": ["/home/test/abc/"],
"scsi_images": ["/home/test/disk1.qcow2"]
},
"storage-class-1": {
"mode": "persistent",
"num_of_cpu": 4,
"ram_size": 8192,
"qcow": "/home/test/debian_new.qcow2",
"block_dev": "vda1",
"username": "root",
"password": "root",
"bridges": ["virbr0","virbr1"],
"kernel_code": "/home/test/linux/",
"modules": ["/home/test/abc/"],
"scsi_images": ["/home/test/disk2.qcow2"]
},
"server": {
"vm_class": "server-class-1",
"num_of_vm": 2
},
"storage": {
"vm_class": "storage-class-1",
"num_of_vm": 1
},
"log_level": "INFO"
}