nodes/home.{sw01,usv01}: add to monitoring
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-12-22 16:54:38 +01:00
parent d2be654206
commit 4d853c974c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 24 additions and 0 deletions

12
nodes/home/sw01.py Normal file
View file

@ -0,0 +1,12 @@
nodes['home.sw01'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.2',
},
},
},
},
}

12
nodes/home/usv01.py Normal file
View file

@ -0,0 +1,12 @@
nodes['home.usv01'] = {
'dummy': True,
'metadata': {
'interfaces': {
'default': {
'ips': {
'172.19.138.3',
},
},
},
},
}