~andreserl/maas/maas_ipmi_lan2_stabilization

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
network:
 name: odev-net
 bridge: virbr1
 ip_pre: 192.168.123
 ip: 1
 netmask: 255.255.255.0
 dhcp:
  range:
   start: 2
   end: 254
 template: libvirt-network.tmpl

systems:
 zimmer:
  ip: 2 # ip address must be in dhcp range
  mac: 00:16:3e:3e:a9:1a
  template: libvirt-domain.tmpl
  mem: 512

nodes:
 prefix: odev-node
 mac_pre: 00:16:3e:3e:aa
 mem: 512
 template: libvirt-domain.tmpl