-
Notifications
You must be signed in to change notification settings - Fork 39
/
estuarycfg.json
35 lines (32 loc) · 1.55 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
{
"system":[
{"platform":"D03","install":"yes"},
{"platform":"D05","install":"yes"}
],
"distros":[
{"name":"common","install":"yes"},
{"name":"centos","install":"yes"},
{"name":"debian","install":"yes"},
{"name":"fedora","install":"yes"},
{"name":"opensuse","install":"yes"},
{"name":"ubuntu","install":"yes"}
],
"env": [
{"ESTUARY_FTP": "http://repo.estuary.cloud/FolderNotVisibleOnWebsite/EstuaryInternalConfig/"},
{"ESTUARY_REPO": "ftp://repoftp:[email protected]/releases/"},
{"CENTOS_ESTUARY_REPO": "http://192.168.1.107/estuary-repo/kernel-5.30/centos"},
{"CENTOS_MIRROR": "http://repo.estuary.cloud/centos/7/os/aarch64/"},
{"CENTOS_ISO_MIRROR": "http://repo.estuary.cloud/centos/7/isos/aarch64/"},
{"FEDORA_ESTUARY_REPO": "http://repo.estuary.cloud/releases/5.2/fedora"},
{"FEDORA_MIRROR": "http://repo.estuary.cloud/fedora"},
{"FEDORA_ISO_MIRROR": "http://repo.estuary.cloud/FolderNotVisibleOnWebsite/EstuaryInternalConfig/linux/Fedora"},
{"DEBIAN_ESTUARY_REPO": "http://192.168.1.107/estuary-repo/kernel-5.30/debian"},
{"DEBIAN_MIRROR": "http://mirrors.tuna.tsinghua.edu.cn/debian/"},
{"DEBIAN_SECURITY_MIRROR": "http://mirrors.tuna.tsinghua.edu.cn/debian-security/"},
{"OPENSUSE_MIRROR": "http://repo.estuary.cloud/opensuse"},
{"OPENSUSE_ISO_MIRROR": "http://repo.estuary.cloud/FolderNotVisibleOnWebsite/EstuaryInternalConfig/linux/OpenSuse"},
{"UBUNTU_ESTUARY_REPO": "http://repo.estuary.cloud/releases/5.2/ubuntu"},
{"UBUNTU_MIRROR": "http://repo.estuary.cloud/ubuntu-ports/"},
{"UBUNTU_ISO_MIRROR": "http://repo.estuary.cloud/ubuntu/releases/18.04/release/"}
]
}