simplify install disk selector and apply kernel args individually

This commit is contained in:
Joseph Hanson 2024-12-21 22:13:51 -06:00
parent 04fb020567
commit c1afb2c8f2

View file

@ -20,12 +20,14 @@ nodes:
ipAddress: 10.1.1.62 ipAddress: 10.1.1.62
controlPlane: true controlPlane: true
installDiskSelector: installDiskSelector:
busPath: /pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/ model: INTEL*
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic: schematic:
customization: customization:
extraKernelArgs:
- net.ifnames=1
systemExtensions: systemExtensions:
officialExtensions: officialExtensions:
- siderolabs/i915 - siderolabs/i915
@ -37,12 +39,14 @@ nodes:
ipAddress: 10.1.1.63 ipAddress: 10.1.1.63
controlPlane: true controlPlane: true
installDiskSelector: installDiskSelector:
busPath: /pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/ model: INTEL*
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic: schematic:
customization: customization:
extraKernelArgs:
- net.ifnames=1
systemExtensions: systemExtensions:
officialExtensions: officialExtensions:
- siderolabs/i915 - siderolabs/i915
@ -54,12 +58,14 @@ nodes:
ipAddress: 10.1.1.64 ipAddress: 10.1.1.64
controlPlane: true controlPlane: true
installDiskSelector: installDiskSelector:
busPath: /pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/ model: INTEL*
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic: schematic:
customization: customization:
extraKernelArgs:
- net.ifnames=1
systemExtensions: systemExtensions:
officialExtensions: officialExtensions:
- siderolabs/i915 - siderolabs/i915
@ -71,12 +77,14 @@ nodes:
ipAddress: 10.1.1.65 ipAddress: 10.1.1.65
controlPlane: false controlPlane: false
installDiskSelector: installDiskSelector:
busPath: /pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/ model: INTEL*
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic: schematic:
customization: customization:
extraKernelArgs:
- net.ifnames=1
systemExtensions: systemExtensions:
officialExtensions: officialExtensions:
- siderolabs/i915 - siderolabs/i915
@ -104,6 +112,8 @@ nodes:
- name: nvidia_modeset - name: nvidia_modeset
schematic: schematic:
customization: customization:
extraKernelArgs:
- net.ifnames=1
systemExtensions: systemExtensions:
officialExtensions: officialExtensions:
- siderolabs/amd-ucode - siderolabs/amd-ucode
@ -115,12 +125,14 @@ nodes:
ipAddress: 10.1.1.67 ipAddress: 10.1.1.67
controlPlane: false controlPlane: false
installDiskSelector: installDiskSelector:
busPath: /pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/ model: INTEL*
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic: schematic:
customization: customization:
extraKernelArgs:
- net.ifnames=1
systemExtensions: systemExtensions:
officialExtensions: officialExtensions:
- siderolabs/i915 - siderolabs/i915
@ -128,10 +140,6 @@ nodes:
- siderolabs/glibc - siderolabs/glibc
worker: worker:
schematic:
customization:
extraKernelArgs:
- net.ifnames=1
patches: patches:
# hugepages # hugepages
- &hugepages |- - &hugepages |-
@ -217,10 +225,6 @@ worker:
nameservers: nameservers:
- 10.1.1.1 - 10.1.1.1
controlPlane: controlPlane:
schematic:
customization:
extraKernelArgs:
- net.ifnames=1
patches: patches:
# hugepages # hugepages
- *hugepages - *hugepages