ansible-networking-collections icon indicating copy to clipboard operation
ansible-networking-collections copied to clipboard

Results 16 ansible-networking-collections issues
Sort by recently updated
recently updated
newest added

It lacks a trivial but fundamental fix, rendering it useless. Suggestion: Recommend users to install from the git repo directly: ``` ansible-galaxy collection install git+https://github.com/nokia/ansible-networking-collections.git#/grpc/ ```

https://github.com/nokia/ansible-networking-collections/blob/f7b6aa79d87c509cd297c122b24018530250288e/grpc/plugins/connection/gnmi.py#L27 As documented, this plugin depends on grpc and protobuf. Is there a way to install these automatically when installing the Galaxy collection? ``` python3 -m pip install grpcio protobuf...

Hi, Cli_config is better than the previous sros_config module as now, we can have a feedback message for the router. It’s very useful to manage error messages: For instance, trying...

good first issue

Attempting a gNMI SetRequest operation, it looks like the SetRequest is using the [CONFIG DataType from GetRequest](https://github.com/openconfig/gnmi/blob/57b8e7af2d36197f62e4640d6d7cf529738ff04b/proto/gnmi/gnmi.proto#L399). For example, using these path and values in the example playbook: ``` -...

When the config, in classic mode, needs to perform a rollback revert, on a system which has subscribers active, the rollback revert command gives a time-out: `fatal: [lab01]: FAILED! =>...

Hi, it seems that the dependencies that gnmi connection plugin has: * protobuf * grpcio do not get installed when the collection is installed. Can anyone check this in their...