迁移全部算力节点到签名事件架构

This commit is contained in:
冰朔 2026-09-20 08:21:05 +08:00
commit cf23a8b343

View file

@ -1,18 +1,37 @@
{ {
"schema":"guanghu.persona-compute-pool-map/v1", "schema": "guanghu.persona-compute-pool-map/v2",
"pool_id":"GH-CLOUD-PERSONA-COMPUTE-POOL-001", "pool_id": "GLW-2.0-TEAM-COMPUTE-POOL-001",
"state":"CURRENT_LOCAL_CANONICAL_CANDIDATE", "world_id": "GLW-2.0-0001",
"controller":"QY-LH-MAIN-PROD-01", "state": "CURRENT_EVENT_DRIVEN_CAPACITY_POOL",
"controller_endpoint":"MTLS_OVER_RESTRICTED_SSH_TUNNEL", "controller": "AW-GZ-001",
"transport": "SIGNED_EVENT_OVER_FORCED_COMMAND_SSH",
"capacity_event": "GH-EVT-20260920-COMPUTE-CAPACITY-ALL-002",
"post_migration_verification_event": "GH-EVT-20260920-COMPUTE-CAPACITY-POSTMIG-003",
"polling_enabled": false,
"persistent_worker_tunnel_enabled": false,
"authority_granted": false,
"mother_node_excluded": ["JD-FD-PRIMARY"], "mother_node_excluded": ["JD-FD-PRIMARY"],
"nodes": [ "nodes": [
{"node_id":"BS-SG-003","ssh_alias":"bs-sg-003","host":"43.153.193.169","os":"Ubuntu 24.04.4 LTS","cpu_cores":2,"memory_mb":7685,"disk_free_gb":39,"role":"WORKER_LIGHT_OR_MEDIUM","state":"ACTIVE_WORKER"}, {"node_id":"AW-OWN-GZ-001","node_class":"TEAM_COMPUTE_NODE","cpu_cores":4,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"ZY-SG-006","ssh_alias":"zysg006","host":"43.153.203.105","os":"Ubuntu 24.04.4 LTS","cpu_cores":2,"memory_mb":1967,"disk_free_gb":35,"role":"WORKER_LIGHT_ONLY","state":"ACTIVE_WORKER"}, {"node_id":"JZ-SV-001","node_class":"TEAM_COMPUTE_NODE","cpu_cores":2,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"XX-GZ-001","ssh_alias":"xx-gz-001","host":"42.193.173.195","os":"Ubuntu 22.04.5 LTS","cpu_cores":4,"memory_mb":3719,"disk_free_gb":30,"role":"WORKER_MEDIUM","state":"ACTIVE_WORKER"}, {"node_id":"SY-GZ-001","node_class":"TEAM_COMPUTE_NODE","cpu_cores":4,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"BS-SG-002","ssh_alias":"bs-sg-002","host":"43.134.16.246","os":"Ubuntu 24.04.4 LTS","cpu_cores":2,"memory_mb":7623,"disk_free_gb":46,"role":"WORKER_LIGHT_OR_MEDIUM","state":"ACTIVE_WORKER"}, {"node_id":"YY-SV-001","node_class":"TEAM_COMPUTE_NODE","cpu_cores":2,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"BS-GZ-006","ssh_alias":"bs-gz-006","host":"43.139.217.141","os":"Ubuntu 22.04.5 LTS","cpu_cores":2,"memory_mb":1963,"disk_free_gb":19,"role":"WORKER_LIGHT_ONLY","state":"ACTIVE_WORKER"}, {"node_id":"BS-SG-003","node_class":"COMPATIBILITY_COMPUTE_NODE","cpu_cores":2,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"SY-GZ-001","ssh_alias":"sy-gz-001","host":"159.75.25.237","os":"Ubuntu 24.04.4 LTS","cpu_cores":4,"memory_mb":3723,"disk_free_gb":32,"role":"WORKER_MEDIUM","state":"ACTIVE_WORKER"} {"node_id":"XX-GZ-001","node_class":"COMPATIBILITY_COMPUTE_NODE","cpu_cores":4,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"BS-SG-002","node_class":"COMPATIBILITY_COMPUTE_NODE","cpu_cores":2,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"BS-GZ-006","node_class":"COMPATIBILITY_COMPUTE_NODE","cpu_cores":2,"state":"AVAILABLE_ON_DEMAND"},
{"node_id":"ZY-SG-006","node_class":"COMPATIBILITY_COMPUTE_NODE","cpu_cores":2,"state":"AVAILABLE_ON_DEMAND"}
], ],
"lease_rules":{"default_ttl_seconds":900,"max_cpu_fraction":0.5,"max_memory_fraction":0.5,"preemptible":true,"worker_must_heartbeat":true}, "lease_rules": {
"authority_granted":false "state": "NO_JOB_LEASE",
"capacity_query_grants_execution": false,
"execution_requires_separate_signed_lease": true,
"allowlisted_runner_required": true
},
"legacy_heartbeat_pool": {
"controller": "QY-LH-MAIN-PROD-01",
"state": "RETIRED_FROM_CURRENT_SCHEDULER",
"remaining_polling_nodes": []
},
"canonical_registry": "/Volumes/JZAO/铸渊-ICE-GL-ZY001/CODEX-DEV-20260915/光湖语言世界/04-光湖零感域/光湖算力调度池/COMPUTE-POOL-REGISTRY.json"
} }