[PR #2031] [CLOSED] #2029 add port and transport napalm fields in platform model #12300

Closed
opened 2025-12-29 22:20:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2031
Author: @ChrisdAutume
Created: 4/16/2018
Status: Closed

Base: developHead: 2029_define_napalm_port_transport_fields


📝 Commits (1)

  • 7e8bad4 #2029 add port and transport napalm fields in platform model

📊 Changes

4 files changed (+54 additions, -2 deletions)

View changed files

📝 netbox/dcim/api/views.py (+13 -1)
📝 netbox/dcim/forms.py (+1 -1)
netbox/dcim/migrations/0056_auto_20180416_1309.py (+25 -0)
📝 netbox/dcim/models.py (+15 -0)

📄 Description

cf #2029, ability to define port and transport parameters for napalm driver.

Fixes:

  • napalm_port and napalm_transport field added to the Platform model & new migration file
  • updated form field meta
  • merging of NAPALM_ARGS and those fields in api view

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/2031 **Author:** [@ChrisdAutume](https://github.com/ChrisdAutume) **Created:** 4/16/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `2029_define_napalm_port_transport_fields` --- ### 📝 Commits (1) - [`7e8bad4`](https://github.com/netbox-community/netbox/commit/7e8bad4a5af45417fa2e8edd15acaef931d1d17a) #2029 add port and transport napalm fields in platform model ### 📊 Changes **4 files changed** (+54 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/views.py` (+13 -1) 📝 `netbox/dcim/forms.py` (+1 -1) ➕ `netbox/dcim/migrations/0056_auto_20180416_1309.py` (+25 -0) 📝 `netbox/dcim/models.py` (+15 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. --> cf #2029, ability to define port and transport parameters for napalm driver. ### Fixes: - napalm_port and napalm_transport field added to the Platform model & new migration file - updated form field meta - merging of NAPALM_ARGS and those fields in api view <!-- Please include a summary of the proposed changes below. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:20:44 +01:00
adam closed this issue 2025-12-29 22:20:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12300