Compare commits

..

1 Commits

Author SHA1 Message Date
AI-Agent ca6c668827 docs: update STATUS.md for 2026-06-05 flux kustomize bug fix
Validate Flux manifests / kustomize-build (pull_request) Failing after 25s
Documents the critical fix: api-company-source.yaml was present in
testing1/first-cluster/cluster/flux/ but not registered in the
kustomization.yaml resources list. Talos fork PR #423 (now merged)
adds the missing entry; upstream PR #14 pending operator merge.

Closes leeworks-agents/api-company#187
Ref leeworks-agents/api-company#90
Ref leeworks-agents/api-company#2
2026-06-05 20:10:10 +00:00
2 changed files with 22 additions and 11 deletions
-1
View File
@@ -32,7 +32,6 @@ Per-API: implement Fastify/FastAPI service matching `openapi.yaml` exactly. Rapi
- [ ] Verify VIN Decoder metrics endpoint and ServiceMonitor scrape config — issue #174
- [x] VIN Decoder metrics instrumentation + Grafana dashboard (issue #129 — closed ✅)
- [x] VIN Decoder Gatus health check (issue #134 — closed ✅)
- [x] Enable Alertmanager in kube-prometheus-stack + configure Slack receiver for SLO alerts (issue #210 — closed ✅)
## Phase 5 — Documentation site
- [x] `docs-site/` Astro + Redoc skeleton (issue #28 — closed ✅)
+22 -10
View File
@@ -14,7 +14,7 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
## Infrastructure
- Cluster nodes: 3 control plane (10.0.1.3, .4, .5) + workers (testing1)
- **Flux wiring (api-company):** `flux/api-company-source/` — Fork PR #399 **MERGED** to leeworks-agents/Talos; upstream PR #14 open on 0xWheatyz/Talos — awaiting operator merge to activate Flux (issue #2)
- **Flux wiring (api-company):** `flux/api-company-source/` — Fork PR #399 MERGED + kustomize registration bug fixed (Talos fork PR #423 MERGED, 2026-06-05); upstream PR #14 open on 0xWheatyz/Talos — awaiting operator merge to activate Flux (issues #2, #90, #187)
- **Gitea Actions runner:** Flux manifest committed at `flux/gitea-runner/` — PENDING runner token secret + Talos wiring (issue #3)
- **Container registry:** Gitea built-in registry selected; docs/registry.md committed — PENDING Gitea packages enabled (issue #4)
- **Prometheus + Grafana:** Flux HelmRelease at `flux/monitoring/` — PENDING Flux wiring + Grafana secret (issue #7)
@@ -22,18 +22,30 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started
- **API service manifests:** `flux/zip-enrichment/`, `flux/holidays/`, `flux/air-quality/` scaffolded (PR #48, closes #46)
- **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs
- **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140)
- **Alertmanager:** `flux/monitoring/helmrelease.yaml` — enabled with Slack receiver config (`gatus-slack-webhook` secret); PR #212 open (issue #210)
- **Alertmanager:** `flux/monitoring/helmrelease.yaml` — enabled with Slack receiver config (`gatus-slack-webhook` secret); PR #212 merged (issue #210)
## Completed This Cycle (2026-06-05 — Sprint Planning Cycle #215)
## Completed This Cycle (2026-06-05 — Triage + Fix Cycle)
- **#215** — STATUS.md updated for 2026-06-05 sprint planning cycle (this entry). Last-updated date confirmed 2026-06-05.
- **1 new issue created:** #214 (ROADMAP.md Phase 4 Alertmanager annotation — documentation gap filed).
- **0 issues closed** — no stale issues; oldest open issue is #2 from 2026-05-18 (18 days < 30-day threshold).
- **0 label/priority changes** — all existing labels confirmed correct.
- **ROADMAP cross-reference:** all unchecked items confirmed grounded in open issues; 1 new documentation gap found and filed (#214 — Alertmanager / Slack receiver missing from ROADMAP.md Phase 4).
- **Critical path unchanged:** Operator must (1) create `0xWheatyz/api-company` (#47), (2) merge upstream Talos PR #14 (#187) to activate Flux, (3) configure DNS (#33, #106, #150).
- **Flux kustomize bug fixed (critical):** `api-company-source.yaml` was present in `testing1/first-cluster/cluster/flux/` on the Talos fork but NOT registered in the kustomization.yaml resources list. Talos fork PR #423 added the missing `- api-company-source.yaml` entry; `kustomize build testing1/first-cluster/cluster/flux/` = **PASS**; PR #423 **MERGED** to `leeworks-agents/Talos:main`.
- **Upstream Talos PR #14** now contains the complete fix and is pending operator merge to `0xWheatyz/Talos`.
- **Issues #187, #90, #2** updated with root-cause analysis and fix status.
- **All 29 agent-ready issues reviewed** — 25 are manual operator tasks; 4 blocked on Flux activation.
- **`kustomize build flux/` = PASS** — no regressions.
- **0 open PRs** — nothing to review or merge.
## Current Blockers (as of 2026-06-05, updated)
In dependency order — operator tasks unless noted:
1. **P1 #47** — Create `0xWheatyz/api-company` upstream repo (operator) — **highest priority**
2. **P1 #2/#90/#187** — Merge upstream PR #14 on `0xWheatyz/Talos`**fix is ready (Talos fork PR #423 merged)**
3. **P1 #76** — Create `gitea-leeworks-agents-token` secret in `flux-system` (operator)
4. **P1 #77** — Create `gitea-runner-token` secret in `gitea-runner` namespace (operator)
5. **P1 #79** — Create `gitea-registry` imagePullSecrets in all API namespaces (operator)
6. **P1 #83** — Configure `GITEA_TOKEN` Actions secret in zip-enrichment, holidays, air-quality repos (operator)
7. **P1 #126** — Configure `GITEA_TOKEN` Actions secret in vin-decoder repo (operator)
8. **P1 #127** — Create `gitea-registry` imagePullSecret in `vin-decoder` namespace (operator)
9. **P2 #80** — Create `gitea-image-automation-token` secret in `flux-system` (operator)
10. **P2 #173** — Create ESO source secrets in `external-secrets` namespace (operator)
## Completed Previous Cycle (2026-06-05 — Sprint Planning Cycle #211)