Jeff Kala

Results 101 issues of Jeff Kala

### Environment * Nautobot version: 1.5+ * nautobot-plugin-device-lifecycle-mgmt version: future ### Proposed Functionality Certain vendor platforms/os support SMUs where you have a base image, then patch updates over time via...

### Environment * Nautobot version: 1.2+ * nautobot-plugin-device-lifecycle-mgmt version: 1.0.0 ### Proposed Functionality SoftwareImage should also include a `upload` field. This should upload the file locally to nautobot for use...

status: internal review

Seems like some interop with using platform_slug_map from golden config and overloading a platform from that map in the dispatcher. GC user has platform map of: ```python "platform_slug_map": {"junos": "juniper_junos"},...

https://github.com/nautobot/nornir-nautobot/blob/4d6a4da7388461b70a0115c00fd3cef1f768712f/nornir_nautobot/plugins/tasks/dispatcher/default.py#L256 Some ios device have slightly diffrent outputs and cause this to not get caught and handled. Example ``` ^ % Invalid input detected at '^' marker. ```

## Feature / Enhancement proposed _What capability would you like to add? Is it something you currently you cannot do? Is this related to an issue/problem?_ Support tickets have been...

ip_network has additional method calls that support additional kwargs to be passed in. This adds that support. For clarity, ip_address and ip_interface don't have these, so the extension is only...

https://github.com/networktocode/netutils/blob/11f5e88963873e929c292d929a9c3fc3e142a0ce/netutils/lib_mapper.py#L260 - [ ] Need to fix `cisco_xe` to map to `cisco_ios` for ntc-templates. - [ ] Need to fix `cisco_wlc` to map to `cisco_wlc_ssh` for ntc-templates.