Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
containerlab / etc / containerlab / lab-examples / cvx02 / topo.clab.yml
Size: Mime:
name: cvx02

topology:
  nodes:
    sw1:
      kind: cumulus_cvx
      image: networkop/cx:4.3.0
      runtime: docker
      binds:
        - /lib/modules:/lib/modules:ro # for kernel modules like ebtables
        - sw1/interfaces:/etc/network/interfaces
    h1:
      kind: linux
      image: networkop/host:ifreload
      binds:
        - h1/interfaces:/etc/network/interfaces
      cmd: "2" # wait for 2 interfaces to be connected: eth0 + eth1

  links:
    - endpoints: ["sw1:swp12", "h1:eth1"]