-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhw1.json
92 lines (92 loc) · 1.94 KB
/
hw1.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
92
{
"id":"7e3ff5ef-70d5-41e1-b274-0c53733280dc",
"network":{
"interfaces":[
{
"dhcp":{
"mac":"b8:59:9f:e0:f6:8c",
"ip":{
"address":"192.168.1.5",
"netmask":"255.255.255.248",
"gateway":"192.168.1.1"
},
"arch":"x86_64",
"uefi":false
},
"netboot":{
"allow_pxe":true,
"allow_workflow":true
}
}
]
},
"metadata":{
"state":"",
"instance": {
"operating_system_version": {
"distro": "ubuntu",
"image_tag": "base",
"os_slug": "ubuntu_18_04",
"slug": "ubuntu",
"version": "18.04"
},
"storage": {
"disks": [
{
"device": "/dev/sda",
"wipeTable": true,
"partitions": [
{
"size": 4096,
"label": "BIOS",
"number": 1
},
{
"size": 3993600,
"label": "SWAP",
"number": 2
},
{
"size": 0,
"label": "ROOT",
"number": 3
}
]
}
],
"filesystems": [
{
"mount": {
"point": "/",
"create": {
"options": [
"-L",
"ROOT"
]
},
"device": "/dev/sda3",
"format": "ext4"
}
},
{
"mount": {
"point": "none",
"create": {
"options": [
"-L",
"SWAP"
]
},
"device": "/dev/sda2",
"format": "swap"
}
}
]
}
},
"facility":{
"plan_slug":"c3.small.x86",
"facility_code":"onprem"
}
}
}