docs: update GPU service references to reflect marketplace unification
Some checks failed
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Failing after 3s
Integration Tests / test-service-integration (push) Successful in 1m59s
Python Tests / test-python (push) Successful in 23s
Security Scanning / security-scan (push) Successful in 1m48s
P2P Network Verification / p2p-verification (push) Successful in 3s
Blockchain Synchronization Verification / sync-verification (push) Failing after 9s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s

Remove obsolete aitbc-gpu.service references across documentation, scripts, and deployment files. GPU functionality is now unified into aitbc-marketplace.service (port 8007). Update blockchain health check to use gitea-runner hostname for aitbc2. Clarify WAL mode comment in database.py to reference btrfs raid instead of generic disk I/O errors. Mark cross-link validation checks as complete in compliance audit.
This commit is contained in:
aitbc
2026-04-27 12:42:42 +02:00
parent b6529b548e
commit 963910c787
9 changed files with 30 additions and 108 deletions

View File

@@ -67,7 +67,7 @@ apps/blockchain-explorer/main.py # Port 8004
### AI/Agent/GPU Services
```bash
/etc/systemd/system/aitbc-gpu.service # Port 8010
# GPU functionality unified into aitbc-marketplace.service (port 8007)
/etc/systemd/system/aitbc-learning.service # Port 8011
apps/agent-services/agent-coordinator/src/coordinator.py # Port 8012
apps/agent-services/agent-registry/src/app.py # Port 8013