Commit Graph

3 Commits

Author SHA1 Message Date
Henrik Jess Nielsen
5195d32568 fix: use versioned image tag via var.image_tag, align Traefik tags with DevOpsMCP pattern
All checks were successful
Build and Deploy DevOpsDash / build-image (push) Successful in 30s
- Add service_name and image_tag variables to nomad job
- Use ${var.image_tag} in image ref instead of hardcoded 'latest'
- CI now passes git SHA as -var='image_tag=<sha>' to nomad job run
- Align Traefik tags with DevOpsMCP pattern (service_name var, rate limiting)
- Add canary update strategy and reschedule block
- Move service block to group level (nomad best practice)
2026-05-09 18:06:18 +02:00
Henrik Jess Nielsen
ab26eb1a91 Fix CI workflow: match DevOpsMCP runner pattern
Some checks failed
Build and Deploy DevOpsDash / build-image (push) Failing after 34s
- Use 'debian-host' runner (not ubuntu-latest)
- Use docker login with robot$gitserver + HARBOR_ROBOT_TOKEN secret
- Plain docker build/push (no docker/build-push-action)
- Add Nomad deploy step (nomad job run devops-dash.nomad)
- Add deployment status check + logs
2026-05-09 16:38:43 +02:00
Henrik Jess Nielsen
ac85040e4d Initial DevOpsDash — FastAPI + Alpine.js dashboard for DevOpsMCP
Some checks failed
Build and push DevOpsDash / build (push) Has been cancelled
- Taskz kanban board (create/edit tasks, findings, status/priority)
- Worklog timeline + standup summary (proxied from DevOpsMCP MCP API)
- Knowledge browser (ADRs, memories, knowledge catalog files)
- FastAPI backend reading same Redis as DevOpsMCP
- Read-only bind-mount for DevOpsMCP data directory (/data)
- Nomad job spec (dash.i80.dk, Traefik TLS, host volume read-only)
- Gitea Actions CI → registry.i80.dk/gitea/devops-dash:latest
2026-05-09 16:36:18 +02:00