From 3988fec211a318095ae17280950fc032dfa5514a Mon Sep 17 00:00:00 2001 From: sjat Date: Sat, 30 May 2026 18:23:19 +0200 Subject: [PATCH] Track discussion backlog (docs/todo.md) Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/todo.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/todo.md diff --git a/docs/todo.md b/docs/todo.md new file mode 100644 index 0000000..446f774 --- /dev/null +++ b/docs/todo.md @@ -0,0 +1,40 @@ +# ToDo + +- [ ] Main readme only says ansible, not terraform. Should properbly be included. +- [ ] Main readme does not include a description of the name boma, nor the scope (i.e. infrastructure - not laptops) + +- [ ] Method to review repo to ensure + - We dont carry around code, comments, notes, etc. that is no longer needed but was perhaps added to fix an issue that has been resolved. + - That all code, structure, comments, notes etc. follow our design decisions. + - That clear intent is documented throughout - and that there are not any overlaps, contradictions etc. + +- [ ] Forgejo CI + +- [ ] Testing + - Code testing tools (molecule etc.) + - AI interpretation of molecule etc, but also actual testing via API-calls, CURL pulls of web products, log reviews and perhaps even headless browsing + +- [ ] Building stuff + - How to manage logs + - How to manage APIs + - How to import/integrate from baobabAnsibleV4? + - What to install on nodes? + - firewalls? + - apps? + +- [ ] Split horizon FQDN - with or without nyumbani + +- [ ] Control node + - Setup and testing while waiting for hardware? + - Bootstrapping - perhaps dedicated recipe and playbook? + - Role of mamba? - Access/availability vs compute power and ease? + - rbw on control node + +- [ ] Updating + - Pinning vs latest. + - services and containers vs packages and builds/github pulls/flatpacks + - scheduling of updates and reboots - incl. testing afterwards. + +- [ ] shell setup +- What does it matter in relations to the AIs work on the control node? +- What should we set up on the hosts, if i'll rarely go there?