Skip to content

Commit

Permalink
added plugin routing
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Apr 24, 2023
1 parent a2df7ab commit 0b0ef87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plugin_routing:
modules:
srl_config:
redirect: nokia.srlinux.config
srl_get:
redirect: nokia.srlinux.get
3 changes: 2 additions & 1 deletion tests/playbooks/set-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
gather_facts: false
tasks:
- name: Test check mode
nokia.srlinux.config:
# srl_config module name tests the redirection to nokia.srlinux.config
nokia.srlinux.srl_config:
update:
- path: /system/information
value:
Expand Down

0 comments on commit 0b0ef87

Please sign in to comment.