From 5886236c88a2fcf75f18db2432e3d48e276308f5 Mon Sep 17 00:00:00 2001 From: sbanszky Date: Fri, 5 Dec 2025 16:32:23 +0000 Subject: [PATCH] Update checklists/platform-architecture.md --- checklists/platform-architecture.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/checklists/platform-architecture.md b/checklists/platform-architecture.md index 0c32f84..7603aca 100644 --- a/checklists/platform-architecture.md +++ b/checklists/platform-architecture.md @@ -6,7 +6,7 @@ a work-through checklist, from Metal → Network → Virtualization → Self-se * [ ] **Define platform goals** - * [ ] Write 3–5 bullet points for what the platform must enable (e.g. “fast provisioning”, “reliable GPU workloads”). + * [ ] Write 3-5 bullet points for what the platform must enable (e.g. “fast provisioning”, “reliable GPU workloads”). * [ ] Define initial SLOs for the *platform itself* (e.g. “VM provision succeeds within 15 minutes 99% of the time”). * [ ] **Define platform customers** @@ -41,7 +41,7 @@ a work-through checklist, from Metal → Network → Virtualization → Self-se * [ ] **Design MAAS/Ironic architecture** * [ ] Decide MAAS region(s) and rack controllers per site. - * [ ] Decide where MAAS database/API lives and how it’s backed up. + * [ ] Decide where MAAS database/API lives and how it's backed up. * [ ] Define access rules to MAAS (who can log in, via what SSO/LDAP/etc). * [ ] **Standardize provisioning pipeline** @@ -64,7 +64,7 @@ a work-through checklist, from Metal → Network → Virtualization → Self-se * [ ] **Define image catalogue** * [ ] Choose base OS (e.g. Ubuntu LTS / Debian stable). - * [ ] Define 3–5 golden images (max), e.g.: + * [ ] Define 3-5 golden images (max), e.g.: * [ ] `base-os` (minimal hardened image). * [ ] `infra-node` (for MAAS/OpenStack/Proxmox controllers). @@ -222,7 +222,7 @@ a work-through checklist, from Metal → Network → Virtualization → Self-se * [ ] **Resource & naming policy** * [ ] Define naming for Proxmox clusters and VMs. - * [ ] Decide whether teams get self-service Proxmox or it’s SRE-only. + * [ ] Decide whether teams get self-service Proxmox or it's SRE-only. ### 3.4 Configuration Management @@ -253,7 +253,7 @@ a work-through checklist, from Metal → Network → Virtualization → Self-se * [ ] “Provision compute (VM) for a service.” * [ ] “Request GPU capacity.” * [ ] “Onboard a new service to monitoring.” - * [ ] “See my project’s resource usage.” + * [ ] “See my project's resource usage.” * [ ] **For each flow:**