24 lines
645 B
Markdown
24 lines
645 B
Markdown
|
|
# 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`
|