networkop / k8s-topo

Topology builder for network simulations inside K8S
BSD 3-Clause "New" or "Revised" License
72 stars 18 forks source link

Topology Examples are not working #4

Closed tahir24434 closed 4 years ago

tahir24434 commented 5 years ago

I tried 2node-vmx.yml and 3node-ceos. Both of these examples are not working. The root cause of 2node-vmx topology failure is that vrnetlab docker repository does not have this image any more.

Creating our own docker registry and hosting the images there might be a solution to this issue.

tahir24434 commented 5 years ago

If someone can point me to some VMX image, I can create the docker registry and can fix the code/README.

networkop commented 5 years ago

the problem is that those images are often licensed and copyrighted so only vendors themselves can distribute them.

tahir24434 commented 4 years ago

Makes sense. Closing the issue.

mirceaulinic commented 4 years ago

FWIW, Juniper has a Docker image published for vQFX under the antidote labs project: https://hub.docker.com/r/antidotelabs/vqfx. Otherwise, if you really need vMX, it's quite easy to build the image yourself, see https://github.com/plajjan/vrnetlab/tree/master/vmx. (If I'm not mistaken, the antidote/vqfx image is built using vrnetlab as well).