Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add new parameters from NetBox 3.2 #767

Open
9 of 17 tasks
rodvand opened this issue Apr 12, 2022 · 1 comment
Open
9 of 17 tasks

[Feature]: Add new parameters from NetBox 3.2 #767

rodvand opened this issue Apr 12, 2022 · 1 comment

Comments

@rodvand
Copy link
Contributor

rodvand commented Apr 12, 2022

NetBox version

v.3.2.0

Feature type

Change to existing Module

Proposed functionality

From NetBox 3.2 release docs:

Dependant on a netbox_module module #769:

  • dcim.PowerPort Added module field
  • dcim.PowerOutlet - Added module field
  • dcim.RearPort -Added module field
  • dcim.Interface - Added module
  • dcim.FrontPort - Added module field
  • dcim.ConsolePort - Added module field
  • dcim.ConsoleServerPort - Added module field

Some of these should be simple to add to existing modules, while others (like the module functionality) will need more work. I am sure that some of these require more work and will be split out into separate issues, but this issue should handle all the "small" adjustments at least.

Use case

NetBox 3.2 :)

External dependencies

No response

@ThomasADavis
Copy link
Contributor

ThomasADavis commented Apr 13, 2022

Missing speed and duplex on dcim.Interface

Local testing shows they are easy to add..

rodvand added a commit that referenced this issue Apr 17, 2022
* Add VRF on netbox_vm_interface
* Add link parameter to netbox_contact
* Add enabled to netbox_custom_link
* Add service_id to netbox_provider_network
* Add min_vid and max_vid to netbox_vlan_group
* Add speed, duplex and VRF to device_interface
* Add choices to duplex parameter
* Add cluster_types to netbox_config_context
* Add object_type to netbox_custom_field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants