Initial import of Dell OpenManage Cockpit for ATC.

Interactive OME fleet UI with topology, KPI popups, in-browser SSH, chat, tickets, and full inventory landscape.
This commit is contained in:
mo
2026-07-17 04:00:38 +02:00
commit b73ff9465c
20 changed files with 7477 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Dell OpenManage Cockpit (ATC)
Interactive fleet operations UI for Dell OpenManage Enterprise.
## Features
- Live topology (Orbit / Galaxy / Clusters / Lanes / Helix)
- KPI context popups, triage, ops desk tickets
- In-browser SSH terminal (own username/password)
- Cockpit chat against vLLM / OpenManage AI models
- Full inventory + application/firmware landscape from OME
## Run
```bash
cp .env.example .env # fill OME + vLLM settings
docker compose up -d --build
```
UI: `http://<host>:3090`
## Layout
- `api/main.py` — FastAPI (OME poll, chat, SSH bridge, tickets)
- `ui/` — static frontend
- `docker-compose.yml` / `Dockerfile`