feat: RPI worker node testing
This commit is contained in:
@@ -4,6 +4,7 @@ controlPlaneIp: 192.168.1.100
|
|||||||
secretsFile: testing/secrets.yaml
|
secretsFile: testing/secrets.yaml
|
||||||
nodes:
|
nodes:
|
||||||
- testing/talos-vm
|
- testing/talos-vm
|
||||||
|
- testing/phobos
|
||||||
|
|
||||||
default:
|
default:
|
||||||
network:
|
network:
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# yaml-language-server: $schema=https://git.huizinga.dev/infra/crete/raw/branch/main/schemas/node.json
|
||||||
|
type: worker
|
||||||
|
network:
|
||||||
|
ip: 192.168.178.77
|
||||||
|
netmask: 255.255.255.0
|
||||||
|
gateway: 192.168.178.1
|
||||||
|
install:
|
||||||
|
disk: /dev/sda
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
overlay:
|
||||||
|
name: rpi_generic
|
||||||
|
image: siderolabs/sbc-raspberrypi
|
||||||
|
customization:
|
||||||
|
systemExtensions:
|
||||||
|
officialExtensions:
|
||||||
|
- siderolabs/iscsi-tools
|
||||||
|
- siderolabs/util-linux-tools
|
||||||
|
- siderolabs/tailscale
|
||||||
Reference in New Issue
Block a user