nodes/doc.lon1.grafana: introduce node
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
626355178a
commit
f334b93756
2 changed files with 46 additions and 2 deletions
40
nodes/doc/lon1/grafana.py
Normal file
40
nodes/doc/lon1/grafana.py
Normal 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),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue