initial checkin - a start of the generator, and some config files and overlays
This commit is contained in:
22
config/hvn0.lab.ipng.ch.yaml
Normal file
22
config/hvn0.lab.ipng.ch.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
lab:
|
||||
id: 0
|
||||
mgmt:
|
||||
ipv4: 192.168.1.80/24
|
||||
ipv6: 2001:678:d78:101::80/64
|
||||
gw4: 192.168.1.252
|
||||
gw6: 2001:678:d78:101::1
|
||||
ipv4: 192.168.10.0/24
|
||||
ipv6: 2001:678:d78:200::/60
|
||||
hypervisor: hvn0.lab.ipng.ch
|
||||
nodes: 4
|
||||
|
||||
## for i in lab.nodes; do
|
||||
# node:
|
||||
# hostname: "vpp" + lab.id + "-" + i
|
||||
# id: i
|
||||
# mgmt:
|
||||
# ipv4: lab.mgmt.ipv4 + node.id
|
||||
# ipv6: lab.mgmt.ipv6 + node.id
|
||||
# loopback:
|
||||
# ipv4: lab.ipv4 + node.id + "/32"
|
||||
# ipv6: lab.ipv6 + node.id + "/128"
|
Reference in New Issue
Block a user