Roman Dodin

Results 132 issues of Roman Dodin

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...

documentation
hackathon

**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...

documentation
enhancement
hackathon

cleanup topology element's name to use dashes in composite names, such as `ipv4-gw` and not `ipv4_gw`

hackathon

Remove extra cfssl dependency by reworking the code to use standard crypto lib Check gnmic code base for implementation reference https://github.com/karimra/gnmic/blob/main/utils/tls.go

hackathon

To be able to provide options for network driver that is in use.

enhancement

to add support for most popular network oses

config engine

Some node config parameters are worth including in the `clab-magic` variables. For example, mgmt_ipv4/6 addresses are worth including, since these information can be used in configuration templating

config engine

To allow for clab nodes to be reachable from outside of the containerlab host a multiple techniques can be used. Some of them are documented in [clab docs](https://containerlab.srlinux.dev/manual/multi-node/). One of...

enhancement

ref: https://docs.docker.com/config/containers/container-networking/#dns-services something like this ```yaml node: dns: addr: - 1.1.1.1 - 8.8.8.8 opts: - bla search: - foo.com ```

enhancement

In #338 the certificate management for srl kind has been reworked as explained here https://containerlab.srlinux.dev/manual/kinds/srl/#tls Although it is now possible to specify an existing root-ca file that will be used...

enhancement