Skip to content

Commit

Permalink
add nokia_srl to the mappers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Nov 1, 2024
1 parent 3c1f8de commit e3f6789
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/lib_mapper/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
| f5networks.f5_bigip.bigip || bigip_f5 |
| fortinet.fortios.fortios || fortinet |
| junipernetworks.junos.junos || juniper_junos |
| nokia.srl || nokia_srl |
| paloaltonetworks.panos.panos || paloalto_panos |
| vyos.vyos.vyos || vyos |
1 change: 1 addition & 0 deletions docs/user/lib_mapper/ansible_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
| lenovo_cnos || community.network.cnos |
| lenovo_enos || community.network.enos |
| mikrotik_routeros || community.network.routeros |
| nokia_srl || nokia.srl |
| nokia_sros || community.network.sros |
| paloalto_panos || paloaltonetworks.panos.panos |
| pluribus || community.network.netvisor |
Expand Down
1 change: 1 addition & 0 deletions docs/user/lib_mapper/napalm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
| nxos_ssh || cisco_nxos |
| panos || paloalto_panos |
| ros || mikrotik_routeros |
| srl || nokia_srl |
| sros || nokia_sros |
| vyos || vyos |
1 change: 1 addition & 0 deletions docs/user/lib_mapper/napalm_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| huawei || huawei_vrp |
| juniper_junos || junos |
| mikrotik_routeros || ros |
| nokia_srl || srl |
| nokia_sros || sros |
| paloalto_panos || panos |
| vyos || vyos |
1 change: 1 addition & 0 deletions docs/user/lib_mapper/netmiko.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
| netapp_cdot || netapp_cdot |
| netgear_prosafe || netgear_prosafe |
| netscaler || netscaler |
| nokia_srl || nokia_srl |
| nokia_sros || nokia_sros |
| oneaccess_oneos || oneaccess_oneos |
| ovs_linux || ovs_linux |
Expand Down
1 change: 1 addition & 0 deletions docs/user/lib_mapper/netmiko_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
| netapp_cdot || netapp_cdot |
| netgear_prosafe || netgear_prosafe |
| netscaler || netscaler |
| nokia_srl || nokia_srl |
| nokia_sros || nokia_sros |
| oneaccess_oneos || oneaccess_oneos |
| ovs_linux || ovs_linux |
Expand Down
1 change: 1 addition & 0 deletions docs/user/lib_mapper/netutilsparser.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| mikrotik_routeros || mikrotik_routeros |
| mrv_optiswitch || mrv_optiswitch |
| netscaler || netscaler |
| nokia_srl || nokia_srl |
| nokia_sros || nokia_sros |
| paloalto_panos || paloalto_panos |
| ruckus_fastiron || ruckus_fastiron |
Expand Down
1 change: 1 addition & 0 deletions docs/user/lib_mapper/netutilsparser_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| mikrotik_routeros || mikrotik_routeros |
| mrv_optiswitch || mrv_optiswitch |
| netscaler || netscaler |
| nokia_srl || nokia_srl |
| nokia_sros || nokia_sros |
| paloalto_panos || paloalto_panos |
| ruckus_fastiron || ruckus_fastiron |
Expand Down
1 change: 1 addition & 0 deletions docs/user/lib_mapper/ntctemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
| netapp_cdot || netapp_cdot |
| netgear_prosafe || netgear_prosafe |
| netscaler || netscaler |
| nokia_srl || nokia_srl |
| nokia_sros || nokia_sros |
| oneaccess_oneos || oneaccess_oneos |
| ovs_linux || ovs_linux |
Expand Down
1 change: 1 addition & 0 deletions docs/user/lib_mapper/ntctemplates_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
| netapp_cdot || netapp_cdot |
| netgear_prosafe || netgear_prosafe |
| netscaler || netscaler |
| nokia_srl || nokia_srl |
| nokia_sros || nokia_sros |
| oneaccess_oneos || oneaccess_oneos |
| ovs_linux || ovs_linux |
Expand Down
7 changes: 7 additions & 0 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"netgear_prosafe": "netgear_prosafe",
"netscaler": "netscaler",
"nokia_sros": "nokia_sros",
"nokia_srl": "nokia_srl",
"oneaccess_oneos": "oneaccess_oneos",
"ovs_linux": "ovs_linux",
"paloalto_panos": "paloalto_panos",
Expand Down Expand Up @@ -294,6 +295,7 @@
"panos": "paloalto_panos",
"ros": "mikrotik_routeros",
"sros": "nokia_sros",
"srl": "nokia_srl",
"vyos": "vyos",
}

Expand Down Expand Up @@ -339,6 +341,7 @@
"f5networks.f5_bigip.bigip": "bigip_f5",
"fortinet.fortios.fortios": "fortinet",
"junipernetworks.junos.junos": "juniper_junos",
"nokia.srl": "nokia_srl",
"paloaltonetworks.panos.panos": "paloalto_panos",
"vyos.vyos.vyos": "vyos",
}
Expand Down Expand Up @@ -400,6 +403,7 @@
"mrv_optiswitch": "mrv_optiswitch",
"netscaler": "netscaler",
"nokia_sros": "nokia_sros",
"nokia_srl": "nokia_srl",
"paloalto_panos": "paloalto_panos",
"ruckus_fastiron": "ruckus_fastiron",
"ubiquiti_airos": "ubiquiti_airos",
Expand Down Expand Up @@ -452,6 +456,7 @@
"juniper_junos": "junos",
"mikrotik_routeros": "ros",
"nokia_sros": "sros",
"nokia_srl": "srl",
"paloalto_panos": "panos",
"vyos": "vyos",
}
Expand Down Expand Up @@ -497,6 +502,7 @@
"lenovo_enos": "community.network.enos",
"mikrotik_routeros": "community.network.routeros",
"nokia_sros": "community.network.sros",
"nokia_srl": "nokia.srl",
"paloalto_panos": "paloaltonetworks.panos.panos",
"pluribus": "community.network.netvisor",
"ruckus_icx": "community.network.icx",
Expand Down Expand Up @@ -563,6 +569,7 @@
"mrv_optiswitch": "mrv_optiswitch",
"netscaler": "netscaler",
"nokia_sros": "nokia_sros",
"nokia_srl": "nokia_srl",
"paloalto_panos": "paloalto_panos",
"ruckus_fastiron": "ruckus_fastiron",
"ubiquiti_airos": "ubiquiti_airos",
Expand Down

0 comments on commit e3f6789

Please sign in to comment.