networktocode / netutils

Python library that is a collection of functions and objects for common network automation tasks.
https://netutils.readthedocs.io/
Other
218 stars 50 forks source link

Normalize cisco_iosxr -> cisco_xr #422

Closed CHEDARBOB closed 10 months ago

CHEDARBOB commented 11 months ago

Environment

Expected Behavior

Map cisco_iosxr to (normalized) cisco_xr for NETUTILSPARSER

Observed Behavior

No/Incorrect mapping from cisco_iosxr to (normalized) cisco_xr

Using Nautobot Golden Config Compliance got E3003 "E3003: There is currently no CLI-config parser support for platform network_driver cisco_xr, preemptively failed." Note: If this issue should be handled/created under nautobot/nautobot, I will create one there and this issue can be closed.

Steps to Reproduce

qduk commented 10 months ago

Thanks @CHEDARBOB. It does look like this should be cisco_xr. I'll verify internally and get a PR opened up.