From 853c16b3d45f8a9de701d59393dfd1257bf3b994 Mon Sep 17 00:00:00 2001 From: Chris Stackpole Date: Thu, 18 Apr 2024 20:41:13 +0000 Subject: [PATCH] Readme Initializing the repo with a README for the items discussed in the team meeting today of the types of kickstarts we'd like to seed the project with for testing common use-cases of kickstart installations. --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..dda0564 --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +The intent of this repository is to have common kickstart scenerios for testing team. Each kickstart should be simple in its intent. + +Installation methods: +* URL - from direct mirror +* URL - from mirrorlist +* NAS - or from some other network mount point (eg: NFS) + +Boot methods: +* BIOS +* UEFI +* UEFI + secure Boot + +Installation types: +* Minimal +* Workstation +* Server + +Disk types: +* sda +* nvme +* basic partitioning +* advanced partitioning +* * CIS Benchmark level: / /home /tmp swap /var/tmp/ /var/ /var/log/ /opt +* * /boot/EFI + LVM for all other mounts +* * /boot/EFI + LUKS +* * mdadm RAID0 across two drives on every partition (including /boot/EFI! but also maybe / and swap for simple test; advanced options would be covered by other tests) + +Server types: +* Deploy a functional NFS server +* Deploy a functional Apache server +* Other common server types? \ No newline at end of file