Initial commit

This commit is contained in:
2025-11-07 05:29:32 +01:00
commit 6cb1c7d48b
22 changed files with 335 additions and 0 deletions

9
nodes/_defaults.yaml Normal file
View File

@@ -0,0 +1,9 @@
schematicID: !schematic "_schematic.yaml"
arch: amd64
talosVersion: v1.11.3
kernelArgs: talos.platform=metal console=tty0 init_on_alloc=1 slab_nomerge pti=on consoleblank=0 nvme_core.io_timeout=4294967295 printk.devkmsg=on selinux=1 lockdown=confidentiality
dns0: 1.1.1.1
dns1: 8.8.8.8
ntp: nl.pool.ntp.org
install: false
upgradeIPXE: false

5
nodes/_schematic.yaml Normal file
View File

@@ -0,0 +1,5 @@
customization:
systemExtensions:
officialExtensions:
- siderolabs/iscsi-tools
- siderolabs/util-linux-tools

View File

@@ -0,0 +1,3 @@
netmask: 255.255.252.0
gateway: 10.0.0.1
install: true

View File

@@ -0,0 +1,3 @@
serial: 5CZ7NX2
interface: enp2s0
ip: 10.0.0.202

View File

@@ -0,0 +1,3 @@
serial: F3PKRH2
interface: enp3s0
ip: 10.0.0.201

View File

@@ -0,0 +1,3 @@
serial: J33CHY2
interface: enp2s0
ip: 10.0.0.203

3
nodes/vm/_defaults.yaml Normal file
View File

@@ -0,0 +1,3 @@
netmask: 255.255.255.0
gateway: 192.168.1.1
upgradeIPXE: ipxe.pxe

4
nodes/vm/vm.yaml Normal file
View File

@@ -0,0 +1,4 @@
serial: vm
interface: enp1s0
ip: 192.168.1.2
install: true