diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 15:07:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 15:07:11 +0300 |
| commit | a62eaeebe384ecf230e35897c1722c3b5726daff (patch) | |
| tree | d93be43eab631073c3b3213edf18b5ff49f31572 | |
| parent | 7f2175d28dab2f1a9b3adb9ac44a0343c936f560 (diff) | |
a0: record PI Phase 0.1 baseline
| -rw-r--r-- | f3s/docs/pi-phase-0-1.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/f3s/docs/pi-phase-0-1.md b/f3s/docs/pi-phase-0-1.md new file mode 100644 index 0000000..70d4a99 --- /dev/null +++ b/f3s/docs/pi-phase-0-1.md @@ -0,0 +1,31 @@ +# PI Phase 0.1 Baseline + +Task 0.1 for the Raspberry Pi cluster was completed on: + +- `pi0.lan.buetow.org` +- `pi1.lan.buetow.org` +- `pi2.lan.buetow.org` +- `pi3.lan.buetow.org` + +Completed actions: + +- `dnf update -y` +- `dnf upgrade -y` +- `epel-release` installed +- `crb` enabled +- `htop`, `vim`, `curl`, `rsync`, `net-tools`, `firewalld`, and `policycoreutils-python-utils` installed +- `firewalld` enabled and running + +Verification: + +- `hostnamectl --static` matched each target hostname +- `free -h` reported about 909 MiB total RAM on each Pi +- `rpm -q` confirmed the requested packages were installed +- `dnf repolist enabled` showed `crb` and `epel` +- `firewall-cmd --state` reported `running` +- `dnf -q check-update` reported no pending updates + +Firewall note: + +- No firewall rule changes were made in this phase. +- `firewall-cmd` was only checked after confirming `firewalld` was running. |
