Move to startup-config and move the binds fields to the fdio_vpp kind
This commit is contained in:
@ -5,20 +5,17 @@ topology:
|
|||||||
kinds:
|
kinds:
|
||||||
fdio_vpp:
|
fdio_vpp:
|
||||||
image: git.ipng.ch/ipng/vpp-containerlab:latest
|
image: git.ipng.ch/ipng/vpp-containerlab:latest
|
||||||
|
startup-config: config/__clabNodeName__/vppcfg.yaml
|
||||||
|
binds:
|
||||||
|
- config/__clabNodeName__/bird-local.conf:/etc/bird/bird-local.conf:ro
|
||||||
linux:
|
linux:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|
||||||
nodes:
|
nodes:
|
||||||
vpp1:
|
vpp1:
|
||||||
kind: fdio_vpp
|
kind: fdio_vpp
|
||||||
binds:
|
|
||||||
- config/vpp1/vppcfg.yaml:/etc/vpp/vppcfg.yaml:ro
|
|
||||||
- config/vpp1/bird-local.conf:/etc/bird/bird-local.conf:ro
|
|
||||||
vpp2:
|
vpp2:
|
||||||
kind: fdio_vpp
|
kind: fdio_vpp
|
||||||
binds:
|
|
||||||
- config/vpp2/vppcfg.yaml:/etc/vpp/vppcfg.yaml:ro
|
|
||||||
- config/vpp2/bird-local.conf:/etc/bird/bird-local.conf:ro
|
|
||||||
client1:
|
client1:
|
||||||
kind: linux
|
kind: linux
|
||||||
exec:
|
exec:
|
||||||
|
Reference in New Issue
Block a user