Nicolas Leiva
Nicolas Leiva
##### SUMMARY A common configuration that looks to be missing is Network Address Translation (NAT). It's syntax is not too verbose, so it might be a good candidate to include...
##### SUMMARY cisco.ios.ios_system only supports present and absent states today. Would it be possible to add the remaining network resource module state options to it? ##### ISSUE TYPE - Feature...
##### SUMMARY cisco.ios.ios_vrf only supports present and absent states today. Would it be possible to add the remaining network resource module state options to it? ##### ISSUE TYPE - Feature...
##### SUMMARY `cisco.asa.asa_ogs` fails to parse a Cisco ASA config if an interface has a description. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME cisco.asa.asa_ogs ##### ANSIBLE VERSION ```bash...
Now that the vendor folder is gone and we are using Go modules, we can import XR YANG proto files from any repo we want to. Still thinking how we...
Hi, any chance we can make the pod init-image configurable? Maybe readable from an env variable? Today is hard-coded to `ghcr.io/srl-labs/init-wait:latest`, but `ghcr.io` might not be accessible in highly controlled...
Fixes a bug where using `skip_obsolete` or `skip_deprecated` flags causes a nil pointer dereference during code generation for YANG lists with obsolete keys (https://github.com/openconfig/ygot/pull/1037). ``` ERROR Generating GoStruct Code: template:...
Would it be possible to make `AllocateLoadBalancerNodePorts` configurable? While disabling it is beneficial for large topologies, enabling it can simplify deployment for small to medium-sized topologies by removing the need...
Hi, I'm attempting to deploy `deploy/kne/external-multinode.yaml` on an existing Kubernetes cluster. I modified the Docker network name from `multinode` to `docker0` to avoid manually creating a new network (`network: docker0`)....