Initial commit
This commit is contained in:
9
nodes/_defaults.yaml
Normal file
9
nodes/_defaults.yaml
Normal 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
5
nodes/_schematic.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
customization:
|
||||
systemExtensions:
|
||||
officialExtensions:
|
||||
- siderolabs/iscsi-tools
|
||||
- siderolabs/util-linux-tools
|
||||
3
nodes/production/_defaults.yaml
Normal file
3
nodes/production/_defaults.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
netmask: 255.255.252.0
|
||||
gateway: 10.0.0.1
|
||||
install: true
|
||||
3
nodes/production/helios.yaml
Normal file
3
nodes/production/helios.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
serial: 5CZ7NX2
|
||||
interface: enp2s0
|
||||
ip: 10.0.0.202
|
||||
3
nodes/production/hyperion.yaml
Normal file
3
nodes/production/hyperion.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
serial: F3PKRH2
|
||||
interface: enp3s0
|
||||
ip: 10.0.0.201
|
||||
3
nodes/production/selene.yaml
Normal file
3
nodes/production/selene.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
serial: J33CHY2
|
||||
interface: enp2s0
|
||||
ip: 10.0.0.203
|
||||
3
nodes/vm/_defaults.yaml
Normal file
3
nodes/vm/_defaults.yaml
Normal 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
4
nodes/vm/vm.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
serial: vm
|
||||
interface: enp1s0
|
||||
ip: 192.168.1.2
|
||||
install: true
|
||||
Reference in New Issue
Block a user