Add hvn1/hvn2 and remove the comments from hvn0
This commit is contained in:
@ -9,14 +9,3 @@ lab:
|
||||
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"
|
||||
|
11
config/hvn1.lab.ipng.ch.yaml
Normal file
11
config/hvn1.lab.ipng.ch.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
lab:
|
||||
id: 1
|
||||
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.11.0/24
|
||||
ipv6: 2001:678:d78:210::/60
|
||||
hypervisor: hvn1.lab.ipng.ch
|
||||
nodes: 4
|
11
config/hvn2.lab.ipng.ch.yaml
Normal file
11
config/hvn2.lab.ipng.ch.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
lab:
|
||||
id: 2
|
||||
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.12.0/24
|
||||
ipv6: 2001:678:d78:220::/60
|
||||
hypervisor: hvn1.lab.ipng.ch
|
||||
nodes: 4
|
Reference in New Issue
Block a user