remove home.octoprint-leapfrog
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8684c2cf82
commit
fd1e2690f8
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
# TODO Fix nodefile once printer is working correctly
|
||||
|
||||
nodes['home.octoprint-leapfrog'] = {
|
||||
'hostname': '172.19.138.22',
|
||||
'bundles': set(),
|
||||
'groups': {
|
||||
'debian-buster',
|
||||
'raspberry',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ips': {
|
||||
'172.19.138.22/24',
|
||||
},
|
||||
'gateway4': '172.19.138.1'
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
'icinga_options': {
|
||||
# Currently offline due to printer maintenance
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 4,
|
||||
'ram': 1,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue