Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'nokia.srlinux' Ansible collection to configure SR Linux #1291

Merged
merged 12 commits into from
Aug 25, 2024
Merged

Conversation

ipspace
Copy link
Owner

@ipspace ipspace commented Aug 24, 2024

Based on the work done by @jbemmel in #840, this PR changes the Ansible collection used to configure SR Linux to 'nokia.srlinux', which changes the transport mechanism from gNMI to JSON-RPC.

The only changes made in the configuration templates were the absolute configuration paths (the 'path' parameter has to start with '/') and the renaming of arguments ('val' ==> 'value')

/cc @hellt

Copy link

cloudflare-workers-and-pages bot commented Aug 24, 2024

Deploying netlab-release with  Cloudflare Pages  Cloudflare Pages

Latest commit: 77404e8
Status: ✅  Deploy successful!
Preview URL: https://e960515c.netlab-release.pages.dev
Branch Preview URL: https://srlinux-json.netlab-release.pages.dev

View logs

prefix: test-plugin
ansible.builtin.assert:
that:
- nokia_srlinux_version is version('0.2.0', '>=')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chances are slim that someone is rocking an old version of the collection, but anyways it makes sense to use the latest stable one, which is 0.5.0

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix. Thank you!

@ipspace ipspace merged commit 8770962 into dev Aug 25, 2024
11 checks passed
@ipspace ipspace deleted the srlinux-json branch August 25, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants