From 19b28911024ae739b371b03d0f2742d082e4f021 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Sat, 5 Sep 2026 05:30:37 -0500 Subject: [PATCH] [#705] record founding decisions as ADR 0001 Questions-file answers retired into docs/adr per the Redmine-first model. https://projects.knownelement.com/issues/705 --- .crush/active-cr | 1 + .crush/active-ticket | 1 + docs/adr/0001-glpi-change-logging-from-cli.md | 20 +++++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 .crush/active-cr create mode 100644 .crush/active-ticket create mode 100644 docs/adr/0001-glpi-change-logging-from-cli.md diff --git a/.crush/active-cr b/.crush/active-cr new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/.crush/active-cr @@ -0,0 +1 @@ +12 diff --git a/.crush/active-ticket b/.crush/active-ticket new file mode 100644 index 0000000..4ce90c0 --- /dev/null +++ b/.crush/active-ticket @@ -0,0 +1 @@ +#705 diff --git a/docs/adr/0001-glpi-change-logging-from-cli.md b/docs/adr/0001-glpi-change-logging-from-cli.md new file mode 100644 index 0000000..72740ab --- /dev/null +++ b/docs/adr/0001-glpi-change-logging-from-cli.md @@ -0,0 +1,20 @@ +# ADR 0001: GLPI change logging from CLI, starting now + +Status: accepted (2026-09-04, founder ruling OQ7). Discourse index: +https://community.turnsys.com/t/297 — repo topic: https://community.turnsys.com/t/319 +Ticket: https://projects.knownelement.com/issues/705 + +## Context +Prod work needs approved Change Requests in GLPI (the CMDB), but waiting +for the full GLPI/Redmine integration polish would leave prod changes +untracked in the meantime. + +## Decision +Start logging production changes to GLPI NOW via `scripts/glpi-change.sh` +(CLI over the GLPI REST API). Note: the newer `mglpi` connector had a +change-create regression (#797) — glpi-change.sh remains the working path. + +## Consequences +Every prod-target op can carry a CR id (enforced by repo CHANGE GATEs like +PFVCluster's `.crush/active-cr`). CMDB rulings C1-C3 (itemtype, agent write +access, refresh cadence) are ticketed as #801.