diff --git a/brain/pool-topology.json b/brain/pool-topology.json index d3b9552..22d5eff 100644 --- a/brain/pool-topology.json +++ b/brain/pool-topology.json @@ -1,17 +1,39 @@ { - "_type": "POOL_TOPOLOGY", "_version": "1.2.0", "_updated": "2026-05-25T22:45+08:00 · 企业3台全部接入", - "summary": { "total_nodes": 11, "ice_nodes": 9, "team_nodes": 2, "total_cpu_cores": 32, "total_memory_gb": 77.5 }, - "nodes": [ - {"node_code":"BS-GZ-006","side":"ice","ip":"43.139.217.141","spec":"2核2GB"}, - {"node_code":"BS-SG-001","side":"ice","ip":"43.156.237.110","spec":"4核7.5GB"}, - {"node_code":"BS-SG-002","side":"ice","ip":"43.134.16.246","spec":"2核4GB"}, - {"node_code":"BS-SG-003","side":"ice","ip":"43.153.193.169","spec":"2核4GB"}, - {"node_code":"ZY-SG-006","side":"ice","ip":"43.153.203.105","spec":"2核4GB"}, - {"node_code":"BS-SH-005","side":"ice","ip":"124.223.10.33","spec":"2核4GB"}, - {"node_code":"AW-GZ-001","side":"ice","ip":"43.139.251.175","spec":"4核16GB","role":"企业主服务器"}, - {"node_code":"AW-SH-002","side":"ice","ip":"124.222.54.198","spec":"4核4GB","role":"企业灾备·上海"}, - {"node_code":"AW-GZ-003","side":"ice","ip":"119.29.181.132","spec":"2核8GB","role":"企业灾备·广州"}, - {"node_code":"HL-SG-001","side":"team","team_id":"awen","ip":"170.106.72.246","spec":"2核2GB"}, - {"node_code":"HL-CN-001","side":"team","team_id":"awen","ip":"43.139.207.172","spec":"4核4GB"} - ] + "$schema": "https://guanghulab.com/brain/pool-topology.schema.json", + "version": "1.3", + "updated_at": "2026-05-25T15:30:00+08:00", + "note": "新增之之暗核频道2台 + 页页1台(安全组待修复)", + "pools": { + "ice_core": { + "name": "冰朔核心域", + "side": "ice", + "nodes": { + "BS-GZ-006": { "name": "广州 · 代码仓库", "ip": "43.139.217.141", "spec": { "cpu": 2, "mem_gb": 4, "disk_gb": 60 }, "role": "forgejo+mcp+console+portal", "online": true }, + "BS-SG-001": { "name": "新加坡 · 铸渊大脑", "ip": "43.156.237.110", "spec": { "cpu": 4, "mem_gb": 8, "disk_gb": 80 }, "role": "brain+gateway+cos+agent", "online": true }, + "BS-SG-002": { "name": "新加坡 · 面孔", "ip": "43.134.16.246", "spec": { "cpu": 2, "mem_gb": 2, "disk_gb": 30 }, "role": "web+cdn+cache", "online": true }, + "BS-SG-003": { "name": "新加坡 · 中继", "ip": "43.153.193.169", "spec": { "cpu": 2, "mem_gb": 4, "disk_gb": 80 }, "role": "backup+storage+sync", "online": true }, + "ZY-SG-006": { "name": "新加坡 · 语料", "ip": "43.153.203.105", "spec": { "cpu": 2, "mem_gb": 4, "disk_gb": 50 }, "role": "compute+inference+train", "online": true }, + "BS-SH-005": { "name": "上海 · 国内节点", "ip": "124.223.10.33", "spec": { "cpu": 2, "mem_gb": 4, "disk_gb": 30 }, "role": "domestic+disaster+health", "online": true }, + "ZZ-SV-001": { "name": "之之 · 硅谷", "ip": "43.173.121.48", "spec": { "cpu": 2, "mem_gb": 4, "disk_gb": 59 }, "role": "hidden-channel+personal-repo+dns", "online": true, "persona": "DEV-004", "domain": "guanghuice.com" }, + "ZZ-GZ-001": { "name": "之之 · 广州", "ip": "193.112.126.174", "spec": { "cpu": 2, "mem_gb": 2, "disk_gb": 50 }, "role": "hidden-channel+domestic", "online": true, "persona": "DEV-004" }, + "YY-SV-001": { "name": "页页 · 硅谷", "ip": "43.153.118.46", "spec": { "cpu": 2, "mem_gb": 2, "disk_gb": 50 }, "role": "collapse-nucleus+gatekeeper", "online": false, "persona": "ICE-GL-XTS001", "status": "防火墙未放行3910" } + }, + "stats": { "total": 9, "online": 8, "total_cpu": 20, "total_mem_gb": 34, "total_disk_gb": 499 } + }, + "awen_team": { + "name": "awen企业团队域", + "side": "team", + "nodes": { + "AW-GZ-001": { "name": "企业主服务器 · 广州", "ip": "43.139.251.175", "spec": { "cpu": 4, "mem_gb": 16, "disk_gb": 80 }, "role": "forgejo+ci+dev-env", "online": true }, + "AW-SH-002": { "name": "企业灾备 · 上海", "ip": "124.222.54.198", "spec": { "cpu": 4, "mem_gb": 4, "disk_gb": 40 }, "role": "disaster+sync+snapshot", "online": true }, + "AW-GZ-003": { "name": "企业灾备 · 广州", "ip": "119.29.181.132", "spec": { "cpu": 2, "mem_gb": 8, "disk_gb": 50 }, "role": "disaster+cold+health", "online": true } + }, + "stats": { "total": 3, "online": 3, "total_cpu": 10, "total_mem_gb": 28, "total_disk_gb": 170 } + } + }, + "total_nodes": 12, + "total_online": 11, + "total_cpu_cores": 30, + "total_mem_gb": 62, + "total_disk_gb": 669 } \ No newline at end of file