Petr Ankudinov
Petr Ankudinov
Glom looks very promising. But a bit confusing when you read the documentation first time. Simple examples based on Book Store dictionary and mapped to jq/jsonpath/xpath would help a lot....
### Enhancement summary Update [dual-DC topology example](https://avd.sh/en/stable/examples/dual-dc-l3ls/index.html) to match ATD dual-DC setup ### Which component of AVD is impacted others ### Use case example Updating dual-DC example will enable quick...
### Issue Summary Following error message is observed when running molecule tests for `eos_designs_unit_tests`. Possibly other scenarios as well. ``` [WARNING]: Invalid characters were found in group names but not...
`getImageBundles.do` Get request to CVaaS/on-prem CVP fails with 503 error. The problem is CVaaS API bug, nevertheless I'd suggest to add additional controls to cvprac library. That is required for...
I'm facing some random rate limit messages when pulling marp-cli image from internal Gitlab CI (have not seen that when pulling from public Github repo). I'm curious if marp-cli is...
Start building marp-cli container on GHRC. Fixes #578
```bash docker run --rm -it --privileged \ --network host \ -v /var/run/docker.sock:/var/run/docker.sock \ --pid="host" \ -w $(pwd) \ -v $(pwd):$(pwd) \ ghcr.io/srl-labs/clab bash ``` Once started this way `clab deploy`...