nodes/*: add cpu and ram info to nodefiles
This commit is contained in:
parent
b24253a64b
commit
664832313d
5 changed files with 23 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
nodes['doc.lon1.icinga2'] = {
|
||||
'bundles': {
|
||||
'postgresql',
|
||||
'zfs',
|
||||
},
|
||||
'groups': {
|
||||
|
@ -31,6 +32,10 @@ nodes['doc.lon1.icinga2'] = {
|
|||
'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