added update_configuration

This commit is contained in:
Christian Goll
2022-04-11 15:58:00 +02:00
parent 75e075ab52
commit 4641b947db
5 changed files with 482 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
nodeprofiles:
default:
comment: This profile is automatically included for each node
runtime overlay:
- generic
discoverable: "false"
leap:
comment: openSUSE leap
kernel:
override: 5.14.21
ipmi:
netmask: 255.255.255.0
discoverable: "false"
keys:
foo: baar
network devices:
lan1:
gateway: 1.1.1.1
nodes:
node01:
system overlay:
- nodeover
discoverable: "true"
network devices:
eth0:
ipaddr: 1.2.3.4
default: "true"