nodes/home.{sw01,usv01}: add to monitoring
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
d2be654206
commit
4d853c974c
2 changed files with 24 additions and 0 deletions
12
nodes/home/sw01.py
Normal file
12
nodes/home/sw01.py
Normal 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
12
nodes/home/usv01.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
nodes['home.usv01'] = {
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.3',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue