home.rechenmonster: upgrade to real node
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
14fed8bc6e
commit
266fd5aaa8
1 changed files with 70 additions and 4 deletions
|
@ -1,17 +1,83 @@
|
||||||
nodes['home.rechenmonster'] = {
|
nodes['home.rechenmonster'] = {
|
||||||
'dummy': True,
|
'bundles': {
|
||||||
|
'nfs-server',
|
||||||
|
'smartd',
|
||||||
|
'systemd',
|
||||||
|
'systemd-networkd',
|
||||||
|
'systemd-timers',
|
||||||
|
'zfs',
|
||||||
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'default': {
|
'br0': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.98',
|
'172.19.138.98',
|
||||||
},
|
},
|
||||||
'dhcp': True,
|
'ipv6_accept_ra': True,
|
||||||
'mac': '7e:b4:8b:ef:e8:cb',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
'exclude_from_monitoring': True,
|
'exclude_from_monitoring': True,
|
||||||
},
|
},
|
||||||
|
'systemd-networkd': {
|
||||||
|
'bonds': {
|
||||||
|
'bond0': {
|
||||||
|
'match': {
|
||||||
|
'enp5*',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'bridges': {
|
||||||
|
'br0': {
|
||||||
|
'match': {
|
||||||
|
'bond0',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'nfs-server': {
|
||||||
|
'shares': {
|
||||||
|
'/video': {
|
||||||
|
'172.19.138.0/24': 'ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'smartd': {
|
||||||
|
'disks': {
|
||||||
|
'/dev/disk/by-id/wwn-0x50025385a01e0795',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'zfs': {
|
||||||
|
'module_options': {
|
||||||
|
'zfs_arc_max_gb': 16,
|
||||||
|
},
|
||||||
|
'pools': {
|
||||||
|
'storage': {
|
||||||
|
'when_creating': {
|
||||||
|
'config': [
|
||||||
|
{
|
||||||
|
'type': 'raidz2',
|
||||||
|
'devices': {
|
||||||
|
'/dev/disk/by-id/scsi-35000c50057a2d787', # a
|
||||||
|
'/dev/disk/by-id/scsi-35000c500579053bf', # b
|
||||||
|
'/dev/disk/by-id/scsi-35000c5005796c697', # c
|
||||||
|
'/dev/disk/by-id/scsi-35000c50057a1c55b', # d
|
||||||
|
'/dev/disk/by-id/scsi-35000c5005781a2e7', #e
|
||||||
|
'/dev/disk/by-id/scsi-35000c5005795ce2b', #f
|
||||||
|
'/dev/disk/by-id/scsi-35000c50057a12fa3', #g
|
||||||
|
'/dev/disk/by-id/scsi-35000c50057a19aa3', #h
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'ashift': 12,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'datasets': {
|
||||||
|
'storage/video': {
|
||||||
|
'mountpoint': '/video',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue