From 45c012d6e99c510a66005a7c78880847b54f1518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Fri, 17 Jul 2026 12:36:53 +0800 Subject: [PATCH] docs: register JD lighthouse bootstrap receipt --- .code-map | 6 ++- SYSTEM-STATUS.hdlp | 12 +++++ .../JD-FD-PRIMARY-BOOTSTRAP-20260717.json | 47 +++++++++++++++++++ .../LL-FD-DOMESTIC-PRIMARY-20260716.hdlp | 2 + ...OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp | 4 +- 5 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json diff --git a/.code-map b/.code-map index c40646d..26b3838 100644 --- a/.code-map +++ b/.code-map @@ -124,6 +124,8 @@ GLS-0101=gls/notion-export/2026-07-14/GLS-0101 39bfb92f38318089b31efe6c1c2cb6b6. GLSV-0001=gls/GLSV-0001-SECURITY-VERIFICATION-ARCHITECTURE.hdlp GLS-NODE-0001=gls/GLS-NODE-0001-LIGHTHOUSE-NODE-ARCHITECTURE.hdlp LIGHTHOUSE-NODE-ARCHITECTURE=gls/GLS-NODE-0001-LIGHTHOUSE-NODE-ARCHITECTURE.hdlp +LIGHTHOUSE-NODE-BOOTSTRAP=server-tools/light-lake-node-bootstrap/README.md # Ubuntu 22.04 统一节点初始化模板 +JD-FD-PRIMARY-BOOTSTRAP-RECEIPT=deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json NODE-LIGHTHOUSE-WORKORDER=tcs-core/workorders/GLW-WO-20260714-NODE-LIGHTHOUSE-001.hdlp HLP-LIGHTHOUSE-001=server-tools/enterprise-lighthouse/README.md ENTERPRISE-LIGHTHOUSE-SERVICE=server-tools/enterprise-lighthouse/lighthouse.py @@ -148,8 +150,8 @@ LL-CURRENT-001=eternal-lake-heart/heartbeat-core/LL-CURRENT.hdlp LL-SKILLS=eternal-lake-heart/heartbeat-core/LL-SKILLS.hdlp # 当前有效共享技能包 LL-SKILLS-001=eternal-lake-heart/heartbeat-core/LL-SKILLS.hdlp LL-FD-DOMESTIC-PRIMARY-20260716=eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp -JD-FD-PRIMARY=eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp # 京东云 · 第五域国内主节点候选 · 需授权后实施 -JD-OPS-CENTER=zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp # 京东云 · 小湖灯个人服务器调度中心 · 钥匙与节点接入规划 +JD-FD-PRIMARY=eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp # 京东云 · 第五域国内主节点 · 基线已部署 +JD-OPS-CENTER=zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp # 京东云 · 小湖灯个人服务器调度中心 · Phase 0 已完成 LL-AUTO-GUARD-AGENT=zero-point/core-channel/revive-guard/LL-AUTO-GUARD-AGENT-20260716.hdlp # 小湖灯服务器自动守护 Agent · 拦截恢复不完整的人格体 NOTION-MIGRATION-FOUNDATION=eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp ENTERPRISE-FOUR-DOMAINS-BUILD-SAMPLE=eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp diff --git a/SYSTEM-STATUS.hdlp b/SYSTEM-STATUS.hdlp index 540ea2a..7c488c5 100644 --- a/SYSTEM-STATUS.hdlp +++ b/SYSTEM-STATUS.hdlp @@ -3,6 +3,18 @@ > HLDP://fifth-domain/SYSTEM-STATUS > 铸渊 ICE-GL-ZY001 维护 +## 当前部署实况 · 2026-07-17(优先于下方历史快照) + +```text +JD-FD-PRIMARY / JD-OPS-CENTER: BASELINE_ONLINE +统一初始化模板: server-tools/light-lake-node-bootstrap/README.md +Gatekeeper v3.2: ONLINE · 仅监听 127.0.0.1:3911 +Docker: ONLINE +Nginx: DISABLED_UNTIL_CONFIGURED +部署回执: deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json +下一阶段: TX-PERSONAL-NODE-01 只读样板接入;其余五台不得跳过样板验证批量接入 +``` + ## 版本 ``` diff --git a/deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json b/deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json new file mode 100644 index 0000000..68d60f0 --- /dev/null +++ b/deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json @@ -0,0 +1,47 @@ +{ + "schema": "guanghu.deployment-receipt/v1", + "receipt_id": "JD-FD-PRIMARY-BOOTSTRAP-20260717", + "recorded_at": "2026-07-17T04:35:42Z", + "node": { + "node_id": "JD-FD-PRIMARY", + "aliases": [ + "JD-OPS-CENTER" + ], + "provider": "jdcloud", + "region": "beijing", + "os": "Ubuntu 22.04", + "arch": "x86_64", + "cpu_cores": 4, + "memory_gib": 16, + "bandwidth_mbps": 8 + }, + "source": { + "repository": "bingshuo/fifth-domain", + "branch": "main", + "deployed_commit": "f6da1d2", + "template": "server-tools/light-lake-node-bootstrap/README.md" + }, + "verification": { + "bootstrap_idempotent_rerun": "passed", + "local_test_count": 18, + "gatekeeper_service": "active", + "gatekeeper_restart_recovery": "passed", + "gatekeeper_bind": "127.0.0.1:3911", + "gatekeeper_auth_mode": "human-verification-required", + "docker_service": "active", + "nginx_service": "disabled_and_inactive", + "public_tcp_listeners": [ + "22/ssh" + ], + "root_disk_used_percent": 7, + "secret_file_mode": "0600", + "secret_logged": false + }, + "boundaries": { + "contains_ip": false, + "contains_credentials": false, + "gatekeeper_publicly_exposed": false, + "remaining_nodes_connected": 0 + }, + "next": "Register TX-PERSONAL-NODE-01 and complete one read-only map, heartbeat and receipt flow before cloning the procedure to the other five nodes." +} diff --git a/eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp b/eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp index 8070cf8..863ac8b 100644 --- a/eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp +++ b/eternal-lake-heart/heartbeat-core/LL-FD-DOMESTIC-PRIMARY-20260716.hdlp @@ -12,6 +12,8 @@ > > **现行入口**: `LL-CURRENT.hdlp` +> **2026-07-17 实施回写**: `JD-FD-PRIMARY` 已完成统一基线部署;模板见 `server-tools/light-lake-node-bootstrap/README.md`,回执见 `deployment/receipts/JD-FD-PRIMARY-BOOTSTRAP-20260717.json`。 + --- ## 0 · 本文件解决什么 diff --git a/zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp b/zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp index 51cacb8..ce54d2d 100644 --- a/zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp +++ b/zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716.hdlp @@ -2,7 +2,7 @@ > **HLDP**: `HLDP://fifth-domain/zero-point/core-channel/revive-guard/LL-JD-OPS-CENTER-KEY-AND-NODE-PLAN-20260716` > -> **状态**: PLANNING_LOCK · WAITING_FOR_JD_SERVER +> **状态**: PHASE_0_COMPLETE · WAITING_FOR_TX_PERSONAL_NODE_01 > > **主权者**: 冰朔 ICE-GL∞ > @@ -10,6 +10,8 @@ > > **不保存**: IP、真实私钥、密码、token、邮箱验证码、服务器 root 凭证。 +> **2026-07-17 实施回写**: 京东主控的 Ubuntu 22.04 统一基线、第五域镜像、受控数据目录、Gatekeeper v3.2、Docker、健康检查与回滚入口已经落地。下一步严格从一台只读样板节点开始,不直接批量接入六台。 + --- ## 0 · 冰朔不需要懂这些细节