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:
@@ -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`
|
||||
Reference in New Issue
Block a user