Improved how the cluster is defined

This commit is contained in:
2025-11-09 03:22:29 +01:00
parent 244c982b17
commit 498b0ba480
6 changed files with 15 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
netmask: 255.255.252.0
gateway: 10.0.0.1
clusterName: hellas
controlPlaneIp: 10.0.2.1
installDisk: /dev/sda
cluster:
name: hellas
controlPlaneIp: 10.0.2.1

View File

@@ -1,5 +1,6 @@
netmask: 255.255.255.0
gateway: 192.168.1.1
clusterName: testing
controlPlaneIp: 192.168.1.100
installDisk: /dev/vda
cluster:
name: testing
controlPlaneIp: 192.168.1.100