Skip to content

Commit

Permalink
add nokia_srl to the mappers (#593)
Browse files Browse the repository at this point in the history
* add nokia_srl to the mappers
  • Loading branch information
jeffkala authored Nov 5, 2024
1 parent 3c1f8de commit b35bad3
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 2 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/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
3 changes: 2 additions & 1 deletion docs/user/lib_mapper/scrapli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
| cisco_iosxe || cisco_ios |
| cisco_iosxr || cisco_xr |
| cisco_nxos || cisco_nxos |
| juniper_junos || juniper_junos |
| juniper_junos || juniper_junos |
| nokia_srlinux || nokia_srl |
3 changes: 2 additions & 1 deletion docs/user/lib_mapper/scrapli_reverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
| cisco_nxos || cisco_nxos |
| cisco_xe || cisco_iosxe |
| cisco_xr || cisco_iosxr |
| juniper_junos || juniper_junos |
| juniper_junos || juniper_junos |
| nokia_srl || nokia_srlinux |
7 changes: 7 additions & 0 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,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 Expand Up @@ -293,6 +294,7 @@
"nxos_ssh": "cisco_nxos", # no reverse
"panos": "paloalto_panos",
"ros": "mikrotik_routeros",
"srl": "nokia_srl",
"sros": "nokia_sros",
"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 @@ -366,6 +369,7 @@
"cisco_iosxr": "cisco_xr",
"cisco_nxos": "cisco_nxos",
"juniper_junos": "juniper_junos",
"nokia_srlinux": "nokia_srl",
}

# HIERCONFIG | Normalized
Expand Down Expand Up @@ -451,6 +455,7 @@
"huawei": "huawei_vrp",
"juniper_junos": "junos",
"mikrotik_routeros": "ros",
"nokia_srl": "srl",
"nokia_sros": "sros",
"paloalto_panos": "panos",
"vyos": "vyos",
Expand Down Expand Up @@ -496,6 +501,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 Expand Up @@ -528,6 +534,7 @@
"cisco_xe": "cisco_iosxe",
"cisco_xr": "cisco_iosxr",
"juniper_junos": "juniper_junos",
"nokia_srl": "nokia_srlinux",
}

# Normalized | HIERCONFIG
Expand Down

0 comments on commit b35bad3

Please sign in to comment.