nodes/doc.lon1.icinga2: use zfs for data volume
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
4934eb46fb
commit
68a4359a8c
1 changed files with 16 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
||||||
nodes['doc.lon1.icinga2'] = {
|
nodes['doc.lon1.icinga2'] = {
|
||||||
'bundles': set(),
|
'bundles': {
|
||||||
|
'zfs',
|
||||||
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'webserver',
|
'webserver',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'apt': {
|
'apt': {
|
||||||
'repos': {
|
'repos': {
|
||||||
'buster-backports': {
|
'backports': {
|
||||||
'install_gpg_key': False, # default debian signing key
|
'install_gpg_key': False, # default debian signing key
|
||||||
'items': [
|
'items': [
|
||||||
'deb http://deb.debian.org/debian buster-backports main',
|
'deb http://deb.debian.org/debian buster-backports main',
|
||||||
|
@ -19,7 +21,17 @@ nodes['doc.lon1.icinga2'] = {
|
||||||
'icinga.franzi.business': {},
|
'icinga.franzi.business': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'os': 'debian',
|
'zfs': {
|
||||||
'os_release': 'buster',
|
'pools': {
|
||||||
|
'tank': {
|
||||||
|
'device': '/dev/disk/by-id/scsi-0DO_Volume_volume-lon1-01-part1',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'module_options': {
|
||||||
|
'zfs_arc_max_mb': 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
'os': 'debian',
|
||||||
|
'os_version': (10, 5),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue