Replies: 3 comments 1 reply
-
I have no problems with downgrading Ansible. After all, so far we're using only baseline functionality that's been around for ages. |
Beta Was this translation helpful? Give feedback.
-
@jbemmel Any chance of getting a fixed plugin or shall I close this discussion? |
Beta Was this translation helpful? Give feedback.
-
When it's impossible to persuade the prophet to come to the mountain, the mountain is moved ;) Ansible 9.5.1 includes a fix that makes it work with the ancient Nokia GRPC collection. |
Beta Was this translation helpful? Give feedback.
-
All,
There are some breaking changes in the plugin framework for Ansible, which cause issues with the grpc plugin used for SR Linux and SR OS.
I have a fix available for quite some time: https://github.com/jbemmel/ansible-networking-collections/blob/master/grpc/plugins/connection/gnmi.py#L268
Unfortunately, I have not been able to get the upstream plugin updated with this small 1-line change.
It would be possible to modify the grpc install script to do:
ansible-galaxy collection install 'git+https://github.com/jbemmel/ansible-networking-collections.git#/grpc/'
I think that may be a better solution than downgrading Ansible - although I'm not too keen on taking responsibility for maintaining that plugin.
Just wanted to put this out there, up to the team to decide what we prefer
Beta Was this translation helpful? Give feedback.
All reactions