forked from open-estuary/estuary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestuarycfg.json
49 lines (43 loc) · 1.82 KB
/
estuarycfg.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
{
"system":[
{"platform":"D03","install":"yes"},
{"platform":"D05","install":"yes"},
{"platform":"HiKey","install":"no"},
{"platform":"QEMU","install":"no"}
],
"distros":[
{"name":"Ubuntu","install":"yes","capacity":"50G"},
{"name":"Debian","install":"yes","capacity":"50G"},
{"name":"Fedora","install":"no","capacity":"50G"},
{"name":"OpenSuse","install":"no","capacity":"50G"},
{"name":"CentOS","install":"yes","capacity":"50G"},
{"name":"Rancher","install":"no","capacity":"50G"},
{"name":"OpenEmbedded","install":"yes","capacity":"50G"}
],
"boards":[
{"mac":"01-00-18-82-05-00-7f"},
{"mac":"01-00-18-82-05-00-68"}
],
"packages":{
"cmd": "install",
"cmd_comment": "it has three options:none, build_tar, build_rpm, build_deb, build_all, integrate, install",
"cmd_none_comment" : "do nothing",
"cmd_build_comment" : "build packages such as RPM/Deb or tar files, but donnot integrate them into <distro>_ARM64.tar.gz",
"cmd_integrate_comment" : "build packages and integrate them into <distro>_ARM64.tar.gz, but donot install them automatically",
"cmd_install_comment" : "build packages, integrate them into <distro>_ARM64.tar.gz, and install them automatically",
"elems": [
{"name":"armor", "requires":"", "enabled":"yes" },
{"name":"docker", "requires":"", "enabled":"yes" },
{"name":"odp", "requires":"", "enabled":"yes" },
{"name":"openjdk", "requires":"", "enabled":"yes" },
{"name":"openstack", "requires":"","enabled": "no"},
{"name":"docker_apps", "requires":"","enabled": "no"},
{"name":"hhvm", "requires":"boost,jemalloc,oniguruma,libevent,glog,libmcrypt", "enabled": "yes"}
]
},
"setup":[
{"type":"iso","install":"yes"},
{"type":"usb","device":"/dev/sdx","install":"no"},
{"type":"pxe","install":"no"}
]
}