summaryrefslogtreecommitdiff
path: root/f3s/docs
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/docs')
-rw-r--r--f3s/docs/pi-phase-0-1.md31
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.