containerlab
containerlab copied to clipboard
container-based networking labs
From a testing/usability perspective, it would be awesome if all of the VM kinds would support a startup config. Going through the code briefly, here's where it looks like is...
Fixes most of the nodes in #973 I don't have access to all the node images, so I don't want to inadvertently break something without being able to test. This...
The basic idea I have is, every node has its waitgroup .... if it is dependent on other nodes, these dependent nodes will add to the waitgroup, and this incrementation...
Is this possible? as in take some base kind, e.g. linux and define my custom kind over it. I thought this was what `topology.kind` is supposed to do, but looks...
- Only skip template files when the glob pattern matches no files, else fail on the template error. - If no template is found (intentional), log as debug level and...
In clab/config.go we rely on the Kind consts for bridge ovs, host and srl type. These should be changed. The functionality should probably be added to the node implementations itself...
if a defaults/kinds/node section has a `.config.vars` section it makes sense to copy it to the ansible invenotory, so that ansible scripts could use those vars /cc @jrokeach
create a doc entry for containerlab.srlinux.dev explaining how to run containerlab on AWS maybe augmented with terraform/pulumi/ansible integrations. PS/ maybe some work from @nleiva can be used for that, see...
**ADD:** the decision is to document the ways https://github.com/alexei-led/pumba can be used in conjunction with clab, instead of adding a bespoke tc integration a quick test by one of the...