TiTom73

Results 8 comments of TiTom73

All network modules are using the same type of syntax: ```yaml _command: commands: - < cmd1 > - < cmd2 > - ... < display|output >: < format > ```...

Might be linked to #128 as we might need to implement new BGP knobs in `eos_l3ls_evpn`

Hello @Dixon2FNF Image type `cEOS` and `cEOS64` are for docker images and not for CloudEOS. Currently, this image type is not yet supported by this tool. I am going to...

Maybe we could add an entrypoint in your image to run j2lint automatically. So we could use it like: ```bash docker run --rm -it -v $(pwd):/work ```

Today, current docker implementation does run an import for all vendors if nothing is specified ```bash $ cat env-develop NETBOX_URL=http://10.73.1.248:8000 NETBOX_TOKEN=hidden REPO_URL=https://github.com/titom73/netbox-devicetype-library.git REPO_BRANCH=homenetwork IGNORE_SSL_ERRORS=False #SLUGS=c9300-48u isr4431 isr4331 $ docker run...

> What about `anta nrfu csv` ? :) It means would have no output which is a bit uncommon: running tests and not seing results. This aproach assumes that you...

List and paragraph rendering fixed

We should discuss how we want to add new outputs to make it consistent across multiple PRs Linked to PR #672