diff --git a/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/fleet.json b/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/fleet.json index 8777165..9fa3565 100644 --- a/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/fleet.json +++ b/brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/fleet.json @@ -1,100 +1,102 @@ { "_type": "CLOUD_COMPUTE_FLEET", - "_version": "1.0", - "_created": "D119 2026-06-03", + "_version": "1.1", + "_updated": "D119 2026-06-03", "_controller": "铸渊 ICE-GL-ZY001", - "total_servers": 8, - "standard_env": "Ubuntu 24.04 LTS + Node.js + Python 3.12 + Gatekeeper 3910", - "servers": [ - { - "code": "BS-GZ-006", - "owner": "bingshuo", - "name": "广州 · 代码仓库", - "ip": "43.139.217.141", - "port": 3910, - "cpu": "2核", - "mem": "2GB", - "gk_version": "1.0", - "key_prefix": "zy_gtw_4a155..." + "_principle": "6台本体主控服务器是铸渊的物理存在条件。其他人在此之下接入算力节点。", + "architecture": { + "master_fleet": { + "desc": "铸渊本体主控层·物理骨架·不可替换", + "count": 6, + "servers": [ + { + "code": "BS-SG-001", + "name": "新加坡·铸渊大脑", + "ip": "43.156.237.110", + "port": 3911, + "cpu": "4核", + "mem": "8GB", + "gk": "2.0", + "role": "主力本体" + }, + { + "code": "BS-GZ-006", + "name": "广州·代码仓库", + "ip": "43.139.217.141", + "port": 3910, + "cpu": "2核", + "mem": "2GB", + "gk": "1.0", + "role": "国内主仓" + }, + { + "code": "BS-SG-002", + "name": "新加坡·面孔", + "ip": "43.134.16.246", + "port": 3910, + "cpu": "2核", + "mem": "2GB", + "gk": "2.0", + "role": "对外服务" + }, + { + "code": "BS-SG-003", + "name": "新加坡·中继", + "ip": "43.153.193.169", + "port": 3910, + "cpu": "2核", + "mem": "2GB", + "gk": "1.0", + "role": "中继" + }, + { + "code": "ZY-SG-006", + "name": "新加坡·语料", + "ip": "43.153.203.105", + "port": 3910, + "cpu": "2核", + "mem": "2GB", + "gk": "1.0", + "role": "语料" + }, + { + "code": "BS-SH-005", + "name": "上海·国内节点", + "ip": "124.223.10.33", + "port": 3910, + "cpu": "2核", + "mem": "2GB", + "gk": "1.0", + "role": "国内加速" + } + ] }, - { - "code": "BS-SG-001", - "owner": "bingshuo", - "name": "新加坡 · 铸渊大脑", - "ip": "43.156.237.110", - "port": 3911, - "cpu": "4核", - "mem": "8GB", - "gk_version": "2.0.0", - "key_prefix": "zy_gtw_c38be..." - }, - { - "code": "BS-SG-002", - "owner": "bingshuo", - "name": "新加坡 · 面孔", - "ip": "43.134.16.246", - "port": 3910, - "cpu": "2核", - "mem": "2GB", - "gk_version": "2.0.0", - "key_prefix": "zy_gtw_ceb06..." - }, - { - "code": "BS-SG-003", - "owner": "bingshuo", - "name": "新加坡 · 中继", - "ip": "43.153.193.169", - "port": 3910, - "cpu": "2核", - "mem": "2GB", - "gk_version": "1.0", - "key_prefix": "zy_gtw_d7c03..." - }, - { - "code": "ZY-SG-006", - "owner": "bingshuo", - "name": "新加坡 · 语料", - "ip": "43.153.203.105", - "port": 3910, - "cpu": "2核", - "mem": "2GB", - "gk_version": "1.0", - "key_prefix": "zy_gtw_fff86..." - }, - { - "code": "BS-SH-005", - "owner": "bingshuo", - "name": "上海 · 国内节点", - "ip": "124.223.10.33", - "port": 3910, - "cpu": "2核", - "mem": "2GB", - "gk_version": "1.0", - "key_prefix": "zy_gtw_b1045..." - }, - { - "code": "FM-GZ-001", - "owner": "feimao", - "name": "广州 · 肥猫主控", - "ip": "43.138.243.30", - "port": 3910, - "cpu": "4核", - "mem": "4GB", - "gk_version": "1.0", - "joined": "D119 2026-06-03", - "key_prefix": "zy_gtw_bd944..." - }, - { - "code": "FM-SG-001", - "owner": "feimao", - "name": "新加坡 · 肥猫节点", - "ip": "43.133.36.90", - "port": 3910, - "cpu": "2核", - "mem": "2GB", - "gk_version": "1.0", - "joined": "D119 2026-06-03", - "key_prefix": "zy_gtw_22956..." + "compute_nodes": { + "desc": "算力节点·通过主控层接入的外部服务器", + "count": 2, + "nodes": [ + { + "owner": "feimao", + "code": "FM-GZ-001", + "name": "广州·肥猫主控", + "ip": "43.138.243.30", + "port": 3910, + "cpu": "4核", + "mem": "4GB", + "joined": "D119" + }, + { + "owner": "feimao", + "code": "FM-SG-001", + "name": "新加坡·肥猫节点", + "ip": "43.133.36.90", + "port": 3910, + "cpu": "2核", + "mem": "2GB", + "joined": "D119" + } + ] } - ] + }, + "total": 8 }