nodes/doc.lon1.grafana: introduce node
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-30 11:27:15 +02:00
parent 626355178a
commit f334b93756
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 46 additions and 2 deletions

40
nodes/doc/lon1/grafana.py Normal file
View file

@ -0,0 +1,40 @@
nodes['doc.lon1.grafana'] = {
'bundles': {
'zfs',
},
'groups': {
'webserver',
},
'metadata': {
'apt': {
'repos': {
'backports': {
'install_gpg_key': False, # default debian signing key
'items': [
'deb http://deb.debian.org/debian buster-backports main',
],
},
},
},
'nginx': {
'vhosts': {
},
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/disk/by-id/scsi-0DO_Volume_volume-lon1-02-part1',
},
},
'module_options': {
'zfs_arc_max_mb': 0,
},
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
'os': 'debian',
'os_version': (10, 5),
}