nodes/*: add cpu and ram info to nodefiles

This commit is contained in:
Franzi 2020-08-30 10:32:54 +02:00
parent b24253a64b
commit 664832313d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 23 additions and 1 deletions

View file

@ -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),

View file

@ -5,7 +5,12 @@ nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {},
'metadata': {
'vm': {
'cpu': 1,
'ram': 1,
},
},
'os': 'debian',
'os_version': (10, 5),
}

View file

@ -24,6 +24,10 @@ nodes['htz-cloud.pirmasens'] = {
'delete': True,
},
},
'vm': {
'cpu': 1,
'ram': 2,
},
},
'os': 'debian',
'os_version': (10, 5),

View file

@ -16,6 +16,10 @@ nodes['htz-cloud.sewfile'] = {
},
},
},
'vm': {
'cpu': 1,
'ram': 2,
}
},
'os': 'debian',
'os_version': (10, 5),

View file

@ -232,6 +232,10 @@ nodes['htz.ex42-1048908'] = {
],
},
},
'vm': {
'cpu': 8,
'ram': 64,
},
},
'os': 'debian',
'os_version': (10, 5),