initial checkin - a start of the generator, and some config files and overlays

This commit is contained in:
Pim van Pelt
2022-10-13 20:41:34 +02:00
commit 27d4ec6194
50 changed files with 1008 additions and 0 deletions

View 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"