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 / ost-srl / ost-srl.clab.yml
Size: Mime:
name: ost-srl

topology:
  nodes:
    ost:
      kind: linux
      image: ostinato/ostinato:v1.3.0-1
      ports:
        - 5900:5900/tcp
        - 7878:7878/tcp
      binds:
        - .:/root/shared
    srl:
      kind: nokia_srlinux
      image: ghcr.io/nokia/srlinux:24.3.2
      startup-config: srl.cfg
  links:
    - endpoints: ["ost:eth1", "srl:e1-1"]
    - endpoints: ["ost:eth2", "srl:e1-2"]