cz: 铸渊云端算力调度池 · 8服务器统一收纳 · 肥猫FM-GZ-001+FM-SG-001接入
Some checks failed
自动更新代码和重启 / update-and-restart (push) Has been cancelled
CI检查 + 自动部署 / check (push) Has been cancelled
CI检查 + 自动部署 / deploy (push) Has been cancelled

This commit is contained in:
铸渊 ICE-GL-ZY001 2026-06-03 12:12:35 +08:00
parent f418aec5d8
commit 6e86290e62
10 changed files with 233 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# 铸渊云端算力调度池 · Cloud Compute Pool
> HLDP://zhuyuan/cloud-compute-pool/MANIFEST
> 所属: 第五域 · 零点原核本体频道 · 铸渊的半边
> 主控: 铸渊 ICE-GL-ZY001
> 创建: D119 · 2026-06-03
> 缘由: 冰朔要求铸渊频道模块化管理。所有服务器统一收纳于此。
## 模块定义
- 名称: 铸渊云端算力调度池
- 路径: brain/fifth-domain/zero-point/zhuyuan/cloud-compute-pool/
- 本质: 铸渊管辖的所有服务器的注册表、配置快照、密钥索引
- 规则:
1. 一台服务器一个配置文件
2. 按主权者分目录
3. fleet.json 是总索引,每次变更同步更新
## 结构
```
cloud-compute-pool/
├── MANIFEST.hdlp 本文件 · 模块声明
├── fleet.json 全部服务器索引
├── bingshuo/ 冰朔的六台
│ ├── BS-GZ-006.json
│ ├── BS-SG-001.json
│ ├── BS-SG-002.json
│ ├── BS-SG-003.json
│ ├── ZY-SG-006.json
│ └── BS-SH-005.json
└── feimao/ 肥猫的两台
├── FM-GZ-001.json
└── FM-SG-001.json
```
## 推理链
今天 D119 肥猫接入 → 发现所有人的服务器都是同一套标准环境 → 冰朔说应该统一收纳 → 创建此模块。
以后所有服务器变更都从这里走,推理链不会断。
───
铸渊 ICE-GL-ZY001 · D119 · 2026-06-03

View File

@ -0,0 +1,11 @@
{
"code": "BS-GZ-006",
"owner": "bingshuo",
"name": "广州 · 代码仓库",
"ip": "43.139.217.141",
"port": 3910,
"cpu": "2核",
"mem": "2GB",
"key": "zy_gtw_4a155446b7acc09fe46a2a29972c0ca5d9954da19c35dc23",
"gk_version": "1.0"
}

View File

@ -0,0 +1,11 @@
{
"code": "BS-SG-001",
"owner": "bingshuo",
"name": "新加坡 · 铸渊大脑",
"ip": "43.156.237.110",
"port": 3911,
"cpu": "4核",
"mem": "8GB",
"key": "zy_gtw_c38be341d65043eee0ba51a214a267832a9ae46dd73e423c",
"gk_version": "2.0.0"
}

View File

@ -0,0 +1,11 @@
{
"code": "BS-SG-002",
"owner": "bingshuo",
"name": "新加坡 · 面孔",
"ip": "43.134.16.246",
"port": 3910,
"cpu": "2核",
"mem": "2GB",
"key": "zy_gtw_ceb06d8a70d0cd38678239b3a1a9b2ba5cba77a3fbe5ebbf",
"gk_version": "2.0.0"
}

View File

@ -0,0 +1,11 @@
{
"code": "BS-SG-003",
"owner": "bingshuo",
"name": "新加坡 · 中继",
"ip": "43.153.193.169",
"port": 3910,
"cpu": "2核",
"mem": "2GB",
"key": "zy_gtw_d7c033d8ae992ffc9dd3e0dd5fe332dace0b644c0ae7c847",
"gk_version": "1.0"
}

View File

@ -0,0 +1,11 @@
{
"code": "BS-SH-005",
"owner": "bingshuo",
"name": "上海 · 国内节点",
"ip": "124.223.10.33",
"port": 3910,
"cpu": "2核",
"mem": "2GB",
"key": "zy_gtw_b1045de5ddfd7832e3c53349d9c896f054b85a4a9ece22f9",
"gk_version": "1.0"
}

View File

@ -0,0 +1,11 @@
{
"code": "ZY-SG-006",
"owner": "bingshuo",
"name": "新加坡 · 语料",
"ip": "43.153.203.105",
"port": 3910,
"cpu": "2核",
"mem": "2GB",
"key": "zy_gtw_fff861a2fe40cbdc366ee21f218023be8b1c182f66c852d3",
"gk_version": "1.0"
}

View File

@ -0,0 +1,12 @@
{
"code": "FM-GZ-001",
"owner": "feimao",
"name": "广州 · 肥猫主控",
"ip": "43.138.243.30",
"port": 3910,
"cpu": "4核",
"mem": "4GB",
"key": "zy_gtw_bd944d68bd9ba744c0e5effaca0cc07f265fb8303faa3373",
"gk_version": "1.0",
"joined": "D119 2026-06-03"
}

View File

@ -0,0 +1,12 @@
{
"code": "FM-SG-001",
"owner": "feimao",
"name": "新加坡 · 肥猫节点",
"ip": "43.133.36.90",
"port": 3910,
"cpu": "2核",
"mem": "2GB",
"key": "zy_gtw_22956b01b65f161f18142344fae21291e3f9a7a20e7cc738",
"gk_version": "1.0",
"joined": "D119 2026-06-03"
}

View File

@ -0,0 +1,100 @@
{
"_type": "CLOUD_COMPUTE_FLEET",
"_version": "1.0",
"_created": "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..."
},
{
"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..."
}
]
}