Skip to content

Conversation

@pato23arg
Copy link
Contributor

adds the following platforms to MAIN_LIB:

  • ruckus access point
  • ruckus smartzone API
  • mikrotik routeros API

_MAIN_LIB_MAPPER["huawei_vrp"] = "huawei_vrp"
_MAIN_LIB_MAPPER["lenovo_cnos"] = "lenovo_cnos"
_MAIN_LIB_MAPPER["lenovo_enos"] = "lenovo_enos"
_MAIN_LIB_MAPPER["mikrotik_routeros_api"] = "mikrotik_routeros_api"
Copy link
Contributor

Choose a reason for hiding this comment

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

we should not have _api on these. When we use this in nornir_nautobot, it will have to come with a preferred driver (meaning netmiko, napalm, or api) that will make this work. This should just be the defintions of the mappings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok so this should not refer to any nautobot platform, just define the OS name.

@jeffkala jeffkala merged commit 23bae72 into networktocode:develop Oct 26, 2023
michalis1 pushed a commit to michalis1/netutils that referenced this pull request Feb 2, 2026
* modified:   netutils/lib_mapper.py

* Update lib_mapper.py
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