Add Command Center v2: DQ/RAG integration, S3 browser, Jupyter, GPU matrix.
Mirror mo/atc-GPU layout with config/, docs/, scripts/ for Gitea deploy.
This commit is contained in:
@@ -8,7 +8,7 @@ Autonomous agent hub for the Dell ATC lab — Ops Floor UI, FastAPI backend, 5 o
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
Open: **http://atc-mcp.dell-atc.lan/** (or `http://10.0.21.33/`)
|
||||
Open: **http://10.0.21.33/**
|
||||
|
||||
## Stack
|
||||
|
||||
@@ -19,10 +19,60 @@ Open: **http://atc-mcp.dell-atc.lan/** (or `http://10.0.21.33/`)
|
||||
|
||||
## VM 304 (MCP)
|
||||
|
||||
- Host: `atc-mcp.dell-atc.lan` → DHCP on VLAN 20 (`br_20`)
|
||||
- IP: `10.0.21.33` (DHCP on VLAN 20 / `br_20`)
|
||||
- Proxmox VMID **304** on **atc-gpu**
|
||||
- SSH: `root` / `Dell2026!`
|
||||
|
||||
## Gitea
|
||||
|
||||
`http://atc-mgt01.dell-atc.lan:3001/mo/atc-agents`
|
||||
# ATC Command Center — Gitea layout
|
||||
|
||||
This repo follows the same pattern as **`mo/atc-GPU`** and **`mo/Lakehouse`**.
|
||||
|
||||
## Related repos (Gitea @ atc-mgt01:3001)
|
||||
|
||||
| Repo | Path on VM304 | Purpose |
|
||||
|------|---------------|---------|
|
||||
| **mo/atc-agents** | `/opt/atc-agents` | Command Center UI + API + docker-compose |
|
||||
| **mo/atc-data-quality** | `/opt/atc-data-quality` | DQ API + RAG API |
|
||||
| **mo/atc-GPU** | GPU lab VM303 | vLLM, model-manager |
|
||||
| **mo/Lakehouse** | lake01 / docker hosts | Kafka, Spark, Trino, ObjectScale config |
|
||||
|
||||
## This repo structure
|
||||
|
||||
```
|
||||
atc-agents/
|
||||
├── api/ FastAPI backend
|
||||
├── ui/ React dashboard
|
||||
├── caddy/ Reverse proxy routes
|
||||
├── config/ Deploy reference (mirrors production)
|
||||
│ ├── command-center/ docker-compose, Caddyfile, .env.example
|
||||
│ ├── data-quality/ Link to mo/atc-data-quality
|
||||
│ └── jupyter/ JupyterLab service snippet
|
||||
├── docs/ Runbooks
|
||||
├── scripts/ deploy.sh
|
||||
└── docker-compose.yml Production stack (clone with atc-data-quality sibling)
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
```bash
|
||||
git clone http://atc-mgt01.dell-atc.lan:3001/mo/atc-agents.git /opt/atc-agents
|
||||
git clone http://atc-mgt01.dell-atc.lan:3001/mo/atc-data-quality.git /opt/atc-data-quality
|
||||
cp config/command-center/.env.example /opt/atc-agents/.env # edit secrets
|
||||
./scripts/deploy.sh
|
||||
```
|
||||
|
||||
Open: **http://10.0.21.33/**
|
||||
|
||||
## Services (port 80 via Caddy)
|
||||
|
||||
| Route | Service |
|
||||
|-------|---------|
|
||||
| `/` | React UI |
|
||||
| `/api/*` | Agents API |
|
||||
| `/dq/*` | Data Quality API |
|
||||
| `/rag/*` | Knowledge Chat / RAG |
|
||||
| `/jupyter/*` | JupyterLab (S3 env preconfigured) |
|
||||
| `:5001` | Docling UI (direct) |
|
||||
|
||||
Reference in New Issue
Block a user