diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index c5b45c31c..80810f2ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v3.4.2 + placeholder: v3.4.3 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 54a7735c5..975fc025a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v3.4.2 + placeholder: v3.4.3 validations: required: true - type: dropdown diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47fca53d0..6b71fb515 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,188 +1,115 @@ -## Getting Help +**Looking for help?** NetBox has a vast, active community of fellow users that may be able to provide assistance. Just [start a discussion](https://github.com/netbox-community/netbox/discussions/new) right here on GitHub! Or if you'd prefer to chat, join us live in the `#netbox` channel on the [NetDev Community Slack](https://netdev.chat/)! -If you encounter any issues installing or using NetBox, try one of the -following resources to get assistance. Please **do not** open a GitHub issue -except to report bugs or request features. +
+

+ :bug: Report a bug · + :bulb: Suggest a feature · + :arrow_heading_up: Submit a pull request +

+

+ :jigsaw: Create a plugin · + :rescue_worker_helmet: Become a maintainer · + :heart: Other ideas +

+
+

-### GitHub Discussions +Some general tips for engaging here on GitHub: -GitHub's discussions are the best place to get help or propose rough ideas for -new functionality. Their integration with GitHub allows for easily cross- -referencing and converting posts to issues as needed. There are several -categories for discussions: +* Register for a free [GitHub account](https://github.com/signup) if you haven't already. +* You can use [GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) for formatting text and adding images. +* To help mitigate notification spam, please avoid "bumping" issues with no activity. (To vote an issue up or down, use a :thumbsup: or :thumbsdown: reaction.) +* Please avoid pinging members with `@` unless they've previously expressed interest or involvement with that particular issue. -* **General** - General community discussion -* **Ideas** - Ideas for new functionality that isn't yet ready for a formal - feature request -* **Q&A** - Request help with installing or using NetBox +## :bug: Reporting Bugs -### Slack +* First, ensure that you're running the [latest stable version](https://github.com/netbox-community/netbox/releases) of NetBox. If you're running an older version, it's likely that the bug has already been fixed. -For real-time chat, you can join the **#netbox** Slack channel on [NetDev Community](https://netdev.chat/). -Unfortunately, the Slack channel does not provide long-term retention of chat -history, so try to avoid it for any discussions would benefit from being -preserved for future reference. +* Next, search our [issues list](https://github.com/netbox-community/netbox/issues?q=is%3Aissue) to see if the bug you've found has already been reported. If you come across a bug report that seems to match, please click "add a reaction" in the top right corner of the issue and add a thumbs up (:thumbsup:). This will help draw more attention to it. Any comments you can add to provide additional information or context would also be much appreciated. -## Reporting Bugs +* If you can't find any existing issues (open or closed) that seem to match yours, you're welcome to [submit a new bug report](https://github.com/netbox-community/netbox/issues/new?label=type%3A+bug&template=bug_report.yaml). Be sure to complete the entire report template, including detailed steps that someone triaging your issue can follow to confirm the reported behavior. (If we're not able to replicate the bug based on the information provided, we'll ask for additional detail.) -* First, ensure that you're running the [latest stable version](https://github.com/netbox-community/netbox/releases) -of NetBox. If you're running an older version, it's possible that the bug has -already been fixed. - -* Next, check the GitHub [issues list](https://github.com/netbox-community/netbox/issues) -to see if the bug you've found has already been reported. If you think you may -be experiencing a reported issue that hasn't already been resolved, please -click "add a reaction" in the top right corner of the issue and add a thumbs -up (+1). You might also want to add a comment describing how it's affecting your -installation. This will allow us to prioritize bugs based on how many users are -affected. - -* When submitting an issue, please be as descriptive as possible. Be sure to -provide all information request in the issue template, including: - - * The environment in which NetBox is running - * The exact steps that can be taken to reproduce the issue - * Expected and observed behavior - * Any error messages generated - * Screenshots (if applicable) - -* Please avoid prepending any sort of tag (e.g. "[Bug]") to the issue title. -The issue will be reviewed by a maintainer after submission and the appropriate -labels will be applied for categorization. - -* Keep in mind that we prioritize bugs based on their severity and how much -work is required to resolve them. It may take some time for someone to address -your issue. +* Some other tips to keep in mind: + * Error messages and screenshots are especially helpful. + * Don't prepend your issue title with a label like `[Bug]`; the proper label will be assigned automatically. + * Ensure that your reproduction instructions don't reference data in our [demo instance](https://demo.netbox.dev/), which gets rebuilt nightly. + * Verify that you have GitHub notifications enabled and are subscribed to your issue after submitting. + * We appreciate your patience as bugs are prioritized by their severity, impact, and difficulty to resolve. * For more information on how bug reports are handled, please see our [issue intake policy](https://github.com/netbox-community/netbox/wiki/Issue-Intake-Policy). -## Feature Requests +## :bulb: Feature Requests -* First, check the GitHub [issues list](https://github.com/netbox-community/netbox/issues) -to see if the feature you're requesting is already listed. (Be sure to search -closed issues as well, since some feature requests have been rejected.) If the -feature you'd like to see has already been requested and is open, click "add a -reaction" in the top right corner of the issue and add a thumbs up (+1). This -ensures that the issue has a better chance of receiving attention. Also feel -free to add a comment with any additional justification for the feature. -(However, note that comments with no substance other than a "+1" will be -deleted. Please use GitHub's reactions feature to indicate your support.) +* First, check the GitHub [issues list](https://github.com/netbox-community/netbox/issues?q=is%3Aissue) to see if the feature you have in mind has already been proposed. If you happen to find an open feature request that matches your idea, click "add a reaction" in the top right corner of the issue and add a thumbs up (:thumbsup:). This ensures that the issue has a better chance of receiving attention. Also feel free to add a comment with any additional justification for the feature. -* Before filing a new feature request, consider raising your idea in a -[GitHub discussion](https://github.com/netbox-community/netbox/discussions) -first. Feedback you receive there will help validate and shape the proposed -feature before filing a formal issue. +* If you have a rough idea that's not quite ready for formal submission yet, start a [GitHub discussion](https://github.com/netbox-community/netbox/discussions) instead. This is a great way to test the viability and narrow down the scope of a new feature prior to submitting a formal proposal, and can serve to generate interest in your idea from other community members. -* Good feature requests are very narrowly defined. Be sure to thoroughly -describe the functionality and data model(s) being proposed. The more effort -you put into writing a feature request, the better its chance is of being -implemented. Overly broad feature requests will be closed. +* Once you're ready, submit a feature request [using this template](https://github.com/netbox-community/netbox/issues/new?label=type%3A+feature&template=feature_request.yaml). Be sure to provide sufficient context and detail to convey exactly what you're proposing and why. The stronger your use case, the better chance your proposal has of being accepted. -* When submitting a feature request on GitHub, be sure to include all -information requested by the issue template, including: +* Some other tips to keep in mind: + * Don't prepend your issue title with a label like `[Feature]`; the proper label will be assigned automatically. + * Try to anticipate any likely questions about your proposal and provide that information proactively. + * Verify that you have GitHub notifications enabled and are subscribed to your issue after submitting. + * You're welcome to volunteer to implement your FR, but don't submit a pull request until it has been approved. - * A detailed description of the proposed functionality - * A use case for the feature; who would use it and what value it would add - to NetBox - * A rough description of changes necessary to the database schema (if - applicable) - * Any third-party libraries or other resources which would be involved +* For more information on how feature requests are handled, please see our [issue intake policy](https://github.com/netbox-community/netbox/wiki/Issue-Intake-Policy). -* Please avoid prepending any sort of tag (e.g. "[Feature]") to the issue -title. The issue will be reviewed by a moderator after submission and the -appropriate labels will be applied for categorization. +## :arrow_heading_up: Submitting Pull Requests -* For more information on how feature requests are handled, please see our -[issue intake policy](https://github.com/netbox-community/netbox/wiki/Issue-Intake-Policy). +* [Pull requests](https://docs.github.com/en/pull-requests) (a feature of GitHub) are used to propose changes to NetBox's code base. Our process generally goes like this: + * A user opens a new issue (bug report or feature request) + * A maintainer triages the issue and may mark it as needing an owner + * The issue's author can volunteer to own it, or someone else can + * A maintainer assigns the issue to whomever volunteers + * The issue owner submits a pull request that will resolve the issue + * A maintainer reviews and merges the pull request, closing the issue -## Submitting Pull Requests +* It's very important that you not submit a pull request until a relevant issue has been opened **and** assigned to you. Otherwise, you risk wasting time on work that may ultimately not be needed. -* If you're interested in contributing to NetBox, be sure to check out our -[getting started](https://docs.netbox.dev/en/stable/development/getting-started/) -documentation for tips on setting up your development environment. +* New pull requests should generally be based off of the `develop` branch, rather than `master`. The `develop` branch is used for ongoing development, while `master` is used for tracking stable releases. (If you're developing for an upcoming minor release, use `feature` instead.) -* Be sure to open an issue and wait for it to be assigned to you **before** -starting work on a pull request, and discuss your idea with the NetBox -maintainers before beginning work. This will help prevent wasting time on -proposed changes that we might not be able to accept. When suggesting a new -feature, also make sure it won't conflict with any work that's already in -progress. +* In most cases, it is not necessary to add a changelog entry: A maintainer will take care of this when the PR is merged. (This helps avoid merge conflicts resulting from multiple PRs being submitted simultaneously.) -* Once you've opened or identified an issue you'd like to work on, ask that it -be assigned to you so that others are aware it's being worked on. If it meets -the acceptance criteria, a maintainer will then mark the issue as "accepted" -and assign it to you. (Note that GitHub requires that a user first comment on -an issue before it can be assigned to that user.) - -* Any pull request which does not relate to an **assigned** issue will be -closed. - -* All new functionality must include relevant tests where applicable. - -* When submitting a pull request, please be sure to work off of the `develop` -branch, rather than `master`. The `develop` branch is used for ongoing -development, while `master` is used for tagging stable releases. (If you're -developing for the next minor release, use `feature` instead.) - -* In most cases, it is not necessary to add a changelog entry: A maintainer will -take care of this when the PR is merged. (This helps avoid merge conflicts -resulting from multiple PRs being submitted simultaneously.) - -* All code submissions should meet the following criteria (CI will enforce -these checks): - - * Python syntax is valid - * All tests pass when run with `./manage.py test` - * PEP 8 compliance is enforced, with the exception that lines may be +* All code submissions should meet the following criteria (CI will enforce these checks): + * Python syntax is valid + * All tests pass when run with `./manage.py test` + * PEP 8 compliance is enforced, with the exception that lines may be greater than 80 characters in length -## Commenting +* Some other tips to keep in mind: + * If you'd like to volunteer for someone else's issue, please post a comment on that issue letting us know. (This will allow the maintainers to assign it to you.) + * Check out our [developer docs](https://docs.netbox.dev/en/stable/development/getting-started/) for tips on setting up your development environment. + * All new functionality must include relevant tests where applicable. -Only comment on an issue if you are sharing a relevant idea or constructive -feedback. **Do not** comment on an issue just to show your support (give the -top post a :+1: instead) or to ask for an update. Doing so generates -unnecessary noise in the discussion, and is especially annoying for people who -have subscribed to updates for the issue. Any comments without substance -relevant to the discussion will be deleted. +## :jigsaw: Creating Plugins -## Issue Lifecycle +Do you have an idea for something you'd like to build in NetBox, but might not be right for the core project? NetBox includes a powerful and extensive [plugins framework](https://docs.netbox.dev/en/stable/plugins/) that enables users to develop their own custom data models and integrations. -New issues are handled according to our [issue intake policy](https://github.com/netbox-community/netbox/wiki/Issue-Intake-Policy). -Maintainers will assign label(s) and/or close new issues as the policy -dictates. This helps ensure a productive development environment and avoid -accumulating a large backlog of work. +Check out our [plugin development tutorial](https://github.com/netbox-community/netbox-plugin-tutorial) to get started! -The core maintainers group has chosen to make use of GitHub's [Stale bot](https://github.com/apps/stale) -to aid in issue management. +## :rescue_worker_helmet: Become a Maintainer -* Issues will be marked as stale after 60 days of no activity. -* If the stable label is not removed in the following 30 days, the issue will - be closed automatically. -* Any issue bearing one of the following labels will be exempt from all Stale - bot actions: - * `status: accepted` - * `status: blocked` - * `status: needs milestone` +We're always looking for motivated individuals to join the maintainers team and help drive NetBox's long-term development. Some of our most sought-after skills include: -It is natural that some new issues get more attention than others. The stale -bot helps bring renewed attention to potentially valuable issues that may have -been overlooked. **Do not** comment on a stale issue merely to "bump" it in an -effort to circumvent the bot: This will result in the immediate closure of the -issue, and you may be barred from participating in future discussions. +* Python development with a strong focus on the [Django](https://www.djangoproject.com/) framework +* Expertise working with PostgreSQL databases +* Javascript & TypeScript proficiency +* A knack for web application design (HTML & CSS) +* Familiarity with git and software development best practices +* Excellent attention to detail +* Working experience in the field of network operations & engineering -## Maintainer Guidance +We generally ask that maintainers dedicate around four hours of work to the project each week on average, which includes both hands-on development and project management tasks such as issue triage. Maintainers are also encouraged (but not required) to attend our bi-weekly Zoom call to catch up on recent items. -* Maintainers are expected to contribute at least four hours per week to the - project on average. This can be employer-sponsored or individual time, with - the understanding that all contributions are submitted under the Apache 2.0 - license and that your employer may not make claim to any contributions. - Contributions include code work, issue management, and community support. All - development must be in accordance with our [development guidance](https://docs.netbox.dev/en/stable/development/). +Many maintainers petition their employer to grant some of their paid time to work on NetBox. In doing so, your employer becomes eligible to be featured as a [NetBox sponsor](https://github.com/netbox-community/netbox/wiki/Sponsorship). -* Maintainers are expected to attend (where feasible) our biweekly ~30-minute - sync to review agenda items. This meeting provides opportunity to present and - discuss pressing topics. Meetings are held as virtual audio/video conferences. +Interested? You can contact our lead maintainer, Jeremy Stretch, at jeremy@netbox.dev or on the [NetDev Community Slack](https://netdev.chat/). We'd love to have you on the team! -* Maintainers with no substantial recorded activity in a 60-day period will be - removed from the project. +## :heart: Other Ways to Contribute + +You don't have to be a developer to contribute to NetBox: There are plenty of other ways you can add value to the community! Below are just a few examples: + +* Help answer questions and provide feedback in our [GitHub discussions](https://github.com/netbox-community/netbox/discussions) and on [Slack](https://netdev.chat/). +* Write a blog article or record a YouTube video demonstrating how NetBox is used at your organization. +* Help grow our [library of device & module type definitions](https://github.com/netbox-community/devicetype-library). diff --git a/README.md b/README.md index 654b290ee..f44ce725f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ employed by thousands of organizations around the world. ## About NetBox -![Screenshot of Netbox UI](docs/media/screenshots/netbox-ui.png "NetBox UI") +![Screenshot of NetBox UI](docs/media/screenshots/netbox-ui.png "NetBox UI") Myriad infrastructure components can be modeled in NetBox, including: diff --git a/contrib/gunicorn.py b/contrib/gunicorn.py index 363dbc2ff..89d6943b4 100644 --- a/contrib/gunicorn.py +++ b/contrib/gunicorn.py @@ -1,4 +1,4 @@ -# The IP address (typically localhost) and port that the Netbox WSGI process should listen on +# The IP address (typically localhost) and port that the NetBox WSGI process should listen on bind = '127.0.0.1:8001' # Number of gunicorn workers to spawn. This should typically be 2n+1, where diff --git a/docs/models/extras/savedfilter.md b/docs/models/extras/savedfilter.md index 68278403e..c03a8b0c2 100644 --- a/docs/models/extras/savedfilter.md +++ b/docs/models/extras/savedfilter.md @@ -40,8 +40,8 @@ is represented in JSON as ```json { - 'tag': ['alpha', 'bravo'], - 'status': 'active', - 'region_id': 51 + "tag": ["alpha", "bravo"], + "status": "active", + "region_id": 51 } ``` diff --git a/docs/models/ipam/ipaddress.md b/docs/models/ipam/ipaddress.md index ecfdc4b96..6c6e025f8 100644 --- a/docs/models/ipam/ipaddress.md +++ b/docs/models/ipam/ipaddress.md @@ -23,7 +23,7 @@ The IPv4 or IPv6 address and mask, in CIDR notation (e.g. `192.0.2.0/24`). The operational status of the IP address. !!! tip - Additional statuses may be defined by setting `IPAddress.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter. + Additional statuses may be defined by setting `ipam.IPAddress.status` under the [`FIELD_CHOICES`](../../configuration/data-validation.md#field_choices) configuration parameter. ### Role diff --git a/docs/reference/markdown.md b/docs/reference/markdown.md index 896d5dcf7..7f280686d 100644 --- a/docs/reference/markdown.md +++ b/docs/reference/markdown.md @@ -168,7 +168,7 @@ Some text to show that the reference links can follow later. ## Images ``` -Here's the Netbox logo (hover to see the title text): +Here's the NetBox logo (hover to see the title text): Inline-style: ![alt text](/static/netbox_logo.png "Logo Title Text 1") @@ -179,7 +179,7 @@ Reference-style: [logo]: /static/netbox_logo.png "Logo Title Text 2" ``` -Here's the Netbox logo (hover to see the title text): +Here's the NetBox logo (hover to see the title text): Inline-style: ![alt text](/static/netbox_logo.png "Logo Title Text 1") diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 8a6a86174..6262ef92c 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -10,6 +10,16 @@ Minor releases are published in April, August, and December of each calendar yea This page contains a history of all major and minor releases since NetBox v2.0. For more detail on a specific patch release, please see the release notes page for that specific minor release. +#### [Version 3.4](./version-3.4.md) (December 2022) + +* New Global Search ([#10560](https://github.com/netbox-community/netbox/issues/10560)) +* Virtual Device Contexts ([#7854](https://github.com/netbox-community/netbox/issues/7854)) +* Saved Filters ([#9623](https://github.com/netbox-community/netbox/issues/9623)) +* JSON/YAML Bulk Imports ([#4347](https://github.com/netbox-community/netbox/issues/4347)) +* Update Existing Objects via Bulk Import ([#7961](https://github.com/netbox-community/netbox/issues/7961)) +* Scheduled Reports & Scripts ([#8366](https://github.com/netbox-community/netbox/issues/8366)) +* API for Staged Changes ([#10851](https://github.com/netbox-community/netbox/issues/10851)) + #### [Version 3.3](./version-3.3.md) (August 2022) * Multi-object Cable Terminations ([#9102](https://github.com/netbox-community/netbox/issues/9102)) diff --git a/docs/release-notes/version-3.4.md b/docs/release-notes/version-3.4.md index e8f3e2bba..ffa144d34 100644 --- a/docs/release-notes/version-3.4.md +++ b/docs/release-notes/version-3.4.md @@ -1,5 +1,41 @@ # NetBox v3.4 +## v3.4.3 (2023-01-20) + +### Enhancements + +* [#9996](https://github.com/netbox-community/netbox/issues/9996) - Introduce `CA_CERT_PATH` parameter to define SSL CA path for Redis servers +* [#10486](https://github.com/netbox-community/netbox/issues/10486) - Add a cable edit button for connected components in component lists +* [#11118](https://github.com/netbox-community/netbox/issues/11118) - Add L2VPN filters for VLANs and interfaces +* [#11150](https://github.com/netbox-community/netbox/issues/11150) - Add primary IPv4/v6 address filters for devices +* [#11227](https://github.com/netbox-community/netbox/issues/11227) - Add 800GE interface types +* [#11228](https://github.com/netbox-community/netbox/issues/11228) - List both devices & VMs under device role view +* [#11245](https://github.com/netbox-community/netbox/issues/11245) - Enable export templates for journal entries +* [#11371](https://github.com/netbox-community/netbox/issues/11371) - Introduce additional 100M Ethernet interface types + +### Bug Fixes + +* [#10201](https://github.com/netbox-community/netbox/issues/10201) - Fix AssertionError exception when removing some terminations from an existing cable +* [#11210](https://github.com/netbox-community/netbox/issues/11210) - Fix ValueError exception when attempting to bulk import cables attached to occupied terminations +* [#11340](https://github.com/netbox-community/netbox/issues/11340) - Avoid flagging cable termination changes erroneously +* [#11379](https://github.com/netbox-community/netbox/issues/11379) - Fix TypeError exception when bulk editing custom date fields +* [#11384](https://github.com/netbox-community/netbox/issues/11384) - Correct current time display on script & report forms +* [#11402](https://github.com/netbox-community/netbox/issues/11402) - Avoid LookupError exception when running scripts with commit disabled +* [#11403](https://github.com/netbox-community/netbox/issues/11403) - Fix exception when scheduling a job in the past +* [#11416](https://github.com/netbox-community/netbox/issues/11416) - Avoid AttributeError exception when deleting a cabled circuit termination +* [#11433](https://github.com/netbox-community/netbox/issues/11433) - Avoid AttributeError exception when generating API schema for views with custom schema +* [#11438](https://github.com/netbox-community/netbox/issues/11438) - Fix deletion of scheduled job using non-default queues +* [#11444](https://github.com/netbox-community/netbox/issues/11444) - Adding/removing a device from a device bay should record a pre-change snapshot on the device bay +* [#11467](https://github.com/netbox-community/netbox/issues/11467) - Correct count on interfaces tab when viewing a VC master device +* [#11483](https://github.com/netbox-community/netbox/issues/11483) - Apply configured formatting to custom date fields +* [#11488](https://github.com/netbox-community/netbox/issues/11488) - Add missing `description` fields to several REST API serializers +* [#11497](https://github.com/netbox-community/netbox/issues/11497) - Enforce `run_script` permission when executing scripts via REST API +* [#11516](https://github.com/netbox-community/netbox/issues/11516) - Prevent text highlight utility from interpreting match as regex +* [#11522](https://github.com/netbox-community/netbox/issues/11522) - Correct tag links under contact & tenant list views +* [#11544](https://github.com/netbox-community/netbox/issues/11544) - Catch ValidationError exception when filtering by invalid MAC address + +--- + ## v3.4.2 (2023-01-03) ### Enhancements diff --git a/netbox/circuits/api/serializers.py b/netbox/circuits/api/serializers.py index 2bcb0895a..816c696d2 100644 --- a/netbox/circuits/api/serializers.py +++ b/netbox/circuits/api/serializers.py @@ -77,6 +77,7 @@ class CircuitCircuitTerminationSerializer(WritableNestedSerializer): model = CircuitTermination fields = [ 'id', 'url', 'display', 'site', 'provider_network', 'port_speed', 'upstream_speed', 'xconnect_id', + 'description', ] diff --git a/netbox/dcim/api/serializers.py b/netbox/dcim/api/serializers.py index f8a8d4e1e..e041d4c02 100644 --- a/netbox/dcim/api/serializers.py +++ b/netbox/dcim/api/serializers.py @@ -672,6 +672,22 @@ class DeviceSerializer(NetBoxModelSerializer): return data +class DeviceWithConfigContextSerializer(DeviceSerializer): + config_context = serializers.SerializerMethodField() + + class Meta(DeviceSerializer.Meta): + fields = [ + 'id', 'url', 'display', 'name', 'device_type', 'device_role', 'tenant', 'platform', 'serial', 'asset_tag', + 'site', 'location', 'rack', 'position', 'face', 'parent_device', 'status', 'airflow', 'primary_ip', + 'primary_ip4', 'primary_ip6', 'cluster', 'virtual_chassis', 'vc_position', 'vc_priority', 'description', + 'comments', 'local_context_data', 'tags', 'custom_fields', 'config_context', 'created', 'last_updated', + ] + + @swagger_serializer_method(serializer_or_field=serializers.JSONField) + def get_config_context(self, obj): + return obj.get_config_context() + + class VirtualDeviceContextSerializer(NetBoxModelSerializer): url = serializers.HyperlinkedIdentityField(view_name='dcim-api:device-detail') device = NestedDeviceSerializer() @@ -687,7 +703,8 @@ class VirtualDeviceContextSerializer(NetBoxModelSerializer): model = VirtualDeviceContext fields = [ 'id', 'url', 'display', 'name', 'device', 'identifier', 'tenant', 'primary_ip', 'primary_ip4', - 'primary_ip6', 'status', 'comments', 'tags', 'custom_fields', 'created', 'last_updated', 'interface_count', + 'primary_ip6', 'status', 'description', 'comments', 'tags', 'custom_fields', 'created', 'last_updated', + 'interface_count', ] @@ -706,22 +723,6 @@ class ModuleSerializer(NetBoxModelSerializer): ] -class DeviceWithConfigContextSerializer(DeviceSerializer): - config_context = serializers.SerializerMethodField() - - class Meta(DeviceSerializer.Meta): - fields = [ - 'id', 'url', 'display', 'name', 'device_type', 'device_role', 'tenant', 'platform', 'serial', 'asset_tag', - 'site', 'location', 'rack', 'position', 'face', 'parent_device', 'status', 'airflow', 'primary_ip', - 'primary_ip4', 'primary_ip6', 'cluster', 'virtual_chassis', 'vc_position', 'vc_priority', 'comments', - 'local_context_data', 'tags', 'custom_fields', 'config_context', 'created', 'last_updated', - ] - - @swagger_serializer_method(serializer_or_field=serializers.JSONField) - def get_config_context(self, obj): - return obj.get_config_context() - - class DeviceNAPALMSerializer(serializers.Serializer): method = serializers.JSONField() @@ -935,7 +936,7 @@ class FrontPortRearPortSerializer(WritableNestedSerializer): class Meta: model = RearPort - fields = ['id', 'url', 'display', 'name', 'label'] + fields = ['id', 'url', 'display', 'name', 'label', 'description'] class FrontPortSerializer(NetBoxModelSerializer, CabledObjectSerializer): @@ -1059,7 +1060,7 @@ class TracedCableSerializer(serializers.ModelSerializer): class Meta: model = Cable fields = [ - 'id', 'url', 'type', 'status', 'label', 'color', 'length', 'length_unit', + 'id', 'url', 'type', 'status', 'label', 'color', 'length', 'length_unit', 'description', ] diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index 32dbbb62a..f1485b67f 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -785,7 +785,10 @@ class InterfaceTypeChoices(ChoiceSet): TYPE_LAG = 'lag' # Ethernet + TYPE_100ME_FX = '100base-fx' + TYPE_100ME_LFX = '100base-lfx' TYPE_100ME_FIXED = '100base-tx' + TYPE_100ME_T1 = '100base-t1' TYPE_1GE_FIXED = '1000base-t' TYPE_1GE_GBIC = '1000base-x-gbic' TYPE_1GE_SFP = '1000base-x-sfp' @@ -810,6 +813,8 @@ class InterfaceTypeChoices(ChoiceSet): TYPE_200GE_QSFP56 = '200gbase-x-qsfp56' TYPE_400GE_QSFP_DD = '400gbase-x-qsfpdd' TYPE_400GE_OSFP = '400gbase-x-osfp' + TYPE_800GE_QSFP_DD = '800gbase-x-qsfpdd' + TYPE_800GE_OSFP = '800gbase-x-osfp' # Ethernet Backplane TYPE_1GE_KX = '1000base-kx' @@ -918,7 +923,10 @@ class InterfaceTypeChoices(ChoiceSet): ( 'Ethernet (fixed)', ( + (TYPE_100ME_FX, '100BASE-FX (10/100ME FIBER)'), + (TYPE_100ME_LFX, '100BASE-LFX (10/100ME FIBER)'), (TYPE_100ME_FIXED, '100BASE-TX (10/100ME)'), + (TYPE_100ME_T1, '100BASE-T1 (10/100ME Single Pair)'), (TYPE_1GE_FIXED, '1000BASE-T (1GE)'), (TYPE_2GE_FIXED, '2.5GBASE-T (2.5GE)'), (TYPE_5GE_FIXED, '5GBASE-T (5GE)'), @@ -948,6 +956,8 @@ class InterfaceTypeChoices(ChoiceSet): (TYPE_200GE_QSFP56, 'QSFP56 (200GE)'), (TYPE_400GE_QSFP_DD, 'QSFP-DD (400GE)'), (TYPE_400GE_OSFP, 'OSFP (400GE)'), + (TYPE_800GE_QSFP_DD, 'QSFP-DD (800GE)'), + (TYPE_800GE_OSFP, 'OSFP (800GE)'), ) ), ( diff --git a/netbox/dcim/filtersets.py b/netbox/dcim/filtersets.py index 2360fc4aa..c10ef44c3 100644 --- a/netbox/dcim/filtersets.py +++ b/netbox/dcim/filtersets.py @@ -3,7 +3,7 @@ from django.contrib.auth.models import User from django.utils.translation import gettext as _ from extras.filtersets import LocalConfigContextFilterSet -from ipam.models import ASN, VRF +from ipam.models import ASN, L2VPN, IPAddress, VRF from netbox.filtersets import ( BaseFilterSet, ChangeLoggedModelFilterSet, OrganizationalModelFilterSet, NetBoxModelFilterSet, ) @@ -958,6 +958,16 @@ class DeviceFilterSet(NetBoxModelFilterSet, TenancyFilterSet, ContactModelFilter method='_device_bays', label=_('Has device bays'), ) + primary_ip4_id = django_filters.ModelMultipleChoiceFilter( + field_name='primary_ip4', + queryset=IPAddress.objects.all(), + label=_('Primary IPv4 (ID)'), + ) + primary_ip6_id = django_filters.ModelMultipleChoiceFilter( + field_name='primary_ip6', + queryset=IPAddress.objects.all(), + label=_('Primary IPv6 (ID)'), + ) class Meta: model = Device @@ -1404,6 +1414,17 @@ class InterfaceFilterSet( to_field_name='name', label='Virtual Device Context', ) + l2vpn_id = django_filters.ModelMultipleChoiceFilter( + field_name='l2vpn_terminations__l2vpn', + queryset=L2VPN.objects.all(), + label=_('L2VPN (ID)'), + ) + l2vpn = django_filters.ModelMultipleChoiceFilter( + field_name='l2vpn_terminations__l2vpn__identifier', + queryset=L2VPN.objects.all(), + to_field_name='identifier', + label=_('L2VPN'), + ) class Meta: model = Interface diff --git a/netbox/dcim/forms/filtersets.py b/netbox/dcim/forms/filtersets.py index 815f0586a..c00e83672 100644 --- a/netbox/dcim/forms/filtersets.py +++ b/netbox/dcim/forms/filtersets.py @@ -6,7 +6,7 @@ from dcim.choices import * from dcim.constants import * from dcim.models import * from extras.forms import LocalConfigContextFilterForm -from ipam.models import ASN, VRF +from ipam.models import ASN, L2VPN, VRF from netbox.forms import NetBoxModelFilterSetForm from tenancy.forms import ContactModelFilterForm, TenancyFilterForm from utilities.forms import ( @@ -1112,7 +1112,7 @@ class InterfaceFilterForm(PathEndpointFilterForm, DeviceComponentFilterForm): fieldsets = ( (None, ('q', 'filter_id', 'tag')), ('Attributes', ('name', 'label', 'kind', 'type', 'speed', 'duplex', 'enabled', 'mgmt_only')), - ('Addressing', ('vrf_id', 'mac_address', 'wwn')), + ('Addressing', ('vrf_id', 'l2vpn_id', 'mac_address', 'wwn')), ('PoE', ('poe_mode', 'poe_type')), ('Wireless', ('rf_role', 'rf_channel', 'rf_channel_width', 'tx_power')), ('Device', ('region_id', 'site_group_id', 'site_id', 'location_id', 'rack_id', 'virtual_chassis_id', @@ -1203,6 +1203,11 @@ class InterfaceFilterForm(PathEndpointFilterForm, DeviceComponentFilterForm): required=False, label='VRF' ) + l2vpn_id = DynamicModelMultipleChoiceField( + queryset=L2VPN.objects.all(), + required=False, + label=_('L2VPN') + ) tag = TagFilterField(model) diff --git a/netbox/dcim/models/cables.py b/netbox/dcim/models/cables.py index 48c1f92db..062734355 100644 --- a/netbox/dcim/models/cables.py +++ b/netbox/dcim/models/cables.py @@ -112,6 +112,10 @@ class Cable(PrimaryModel): def a_terminations(self): if hasattr(self, '_a_terminations'): return self._a_terminations + + if not self.pk: + return [] + # Query self.terminations.all() to leverage cached results return [ ct.termination for ct in self.terminations.all() if ct.cable_end == CableEndChoices.SIDE_A @@ -119,13 +123,18 @@ class Cable(PrimaryModel): @a_terminations.setter def a_terminations(self, value): - self._terminations_modified = True + if not self.pk or self.a_terminations != list(value): + self._terminations_modified = True self._a_terminations = value @property def b_terminations(self): if hasattr(self, '_b_terminations'): return self._b_terminations + + if not self.pk: + return [] + # Query self.terminations.all() to leverage cached results return [ ct.termination for ct in self.terminations.all() if ct.cable_end == CableEndChoices.SIDE_B @@ -133,7 +142,8 @@ class Cable(PrimaryModel): @b_terminations.setter def b_terminations(self, value): - self._terminations_modified = True + if not self.pk or self.b_terminations != list(value): + self._terminations_modified = True self._b_terminations = value def clean(self): @@ -527,7 +537,7 @@ class CablePath(models.Model): # Step 5: Record the far-end termination object(s) path.append([ - object_to_path_node(t) for t in remote_terminations + object_to_path_node(t) for t in remote_terminations if t is not None ]) # Step 6: Determine the "next hop" terminations, if applicable diff --git a/netbox/dcim/signals.py b/netbox/dcim/signals.py index 522bb76c0..7ef08d2cc 100644 --- a/netbox/dcim/signals.py +++ b/netbox/dcim/signals.py @@ -124,6 +124,9 @@ def nullify_connected_endpoints(instance, **kwargs): model.objects.filter(pk=instance.termination_id).update(cable=None, cable_end='') for cablepath in CablePath.objects.filter(_nodes__contains=instance.cable): + # Remove the deleted CableTermination if it's one of the path's originating nodes + if instance.termination in cablepath.origins: + cablepath.origins.remove(instance.termination) cablepath.retrace() diff --git a/netbox/dcim/tables/power.py b/netbox/dcim/tables/power.py index feff29e12..272ea2b7d 100644 --- a/netbox/dcim/tables/power.py +++ b/netbox/dcim/tables/power.py @@ -78,7 +78,7 @@ class PowerFeedTable(CableTerminationTable): model = PowerFeed fields = ( 'pk', 'id', 'name', 'power_panel', 'rack', 'status', 'type', 'supply', 'voltage', 'amperage', 'phase', - 'max_utilization', 'mark_connected', 'cable', 'cable_color', 'link_peer', 'connection', 'available_power', + 'max_utilization', 'mark_connected', 'cable', 'cable_color', 'link_peer', 'available_power', 'description', 'comments', 'tags', 'created', 'last_updated', ) default_columns = ( diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index dd0581ddc..d390871c4 100644 --- a/netbox/dcim/tables/template_code.py +++ b/netbox/dcim/tables/template_code.py @@ -115,10 +115,28 @@ CONSOLEPORT_BUTTONS = """ {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif perms.dcim.add_cable %} @@ -147,10 +165,28 @@ CONSOLESERVERPORT_BUTTONS = """ {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif perms.dcim.add_cable %} @@ -179,10 +215,28 @@ POWERPORT_BUTTONS = """ {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif perms.dcim.add_cable %} @@ -210,10 +264,28 @@ POWEROUTLET_BUTTONS = """ {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif perms.dcim.add_cable %} @@ -258,10 +330,28 @@ INTERFACE_BUTTONS = """ {% endif %} {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif record.wireless_link %} {% if perms.wireless.delete_wirelesslink %} @@ -303,10 +393,28 @@ FRONTPORT_BUTTONS = """ {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif perms.dcim.add_cable %} @@ -340,10 +448,28 @@ REARPORT_BUTTONS = """ {% if record.cable %} {% include 'dcim/inc/cable_toggle_buttons.html' with cable=record.cable %} - {% if perms.dcim.delete_cable %} - - - + {% if perms.dcim.change_cable or perms.dcim.delete_cable %} + + + + {% endif %} {% elif perms.dcim.add_cable %} diff --git a/netbox/dcim/tests/test_cablepaths.py b/netbox/dcim/tests/test_cablepaths.py index 50a707bc6..3367a3efe 100644 --- a/netbox/dcim/tests/test_cablepaths.py +++ b/netbox/dcim/tests/test_cablepaths.py @@ -1804,3 +1804,44 @@ class CablePathTestCase(TestCase): is_active=True ) self.assertEqual(CablePath.objects.count(), 2) + + def test_303_remove_termination_from_existing_cable(self): + """ + [IF1] --C1-- [IF2] + [IF3] + """ + interface1 = Interface.objects.create(device=self.device, name='Interface 1') + interface2 = Interface.objects.create(device=self.device, name='Interface 2') + interface3 = Interface.objects.create(device=self.device, name='Interface 3') + + # Create cables 1 + cable1 = Cable( + a_terminations=[interface1], + b_terminations=[interface2, interface3] + ) + cable1.save() + self.assertPathExists( + (interface1, cable1, [interface2, interface3]), + is_complete=True, + is_active=True + ) + self.assertPathExists( + ([interface2, interface3], cable1, interface1), + is_complete=True, + is_active=True + ) + + # Remove the termination to interface 3 + cable1 = Cable.objects.first() + cable1.b_terminations = [interface2] + cable1.save() + self.assertPathExists( + (interface1, cable1, interface2), + is_complete=True, + is_active=True + ) + self.assertPathExists( + (interface2, cable1, interface1), + is_complete=True, + is_active=True + ) diff --git a/netbox/dcim/tests/test_filtersets.py b/netbox/dcim/tests/test_filtersets.py index 874e3474c..6fb3feb11 100644 --- a/netbox/dcim/tests/test_filtersets.py +++ b/netbox/dcim/tests/test_filtersets.py @@ -1626,10 +1626,14 @@ class DeviceTestCase(TestCase, ChangeLoggedFilterSetTests): ipaddresses = ( IPAddress(address='192.0.2.1/24', assigned_object=interfaces[0]), IPAddress(address='192.0.2.2/24', assigned_object=interfaces[1]), + IPAddress(address='192.0.2.3/24', assigned_object=None), + IPAddress(address='2001:db8::1/64', assigned_object=interfaces[0]), + IPAddress(address='2001:db8::2/64', assigned_object=interfaces[1]), + IPAddress(address='2001:db8::3/64', assigned_object=None), ) IPAddress.objects.bulk_create(ipaddresses) - Device.objects.filter(pk=devices[0].pk).update(primary_ip4=ipaddresses[0]) - Device.objects.filter(pk=devices[1].pk).update(primary_ip4=ipaddresses[1]) + Device.objects.filter(pk=devices[0].pk).update(primary_ip4=ipaddresses[0], primary_ip6=ipaddresses[3]) + Device.objects.filter(pk=devices[1].pk).update(primary_ip4=ipaddresses[1], primary_ip6=ipaddresses[4]) # VirtualChassis assignment for filtering virtual_chassis = VirtualChassis.objects.create(master=devices[0]) @@ -1761,6 +1765,20 @@ class DeviceTestCase(TestCase, ChangeLoggedFilterSetTests): params = {'has_primary_ip': 'false'} self.assertEqual(self.filterset(params, self.queryset).qs.count(), 1) + def test_primary_ip4(self): + addresses = IPAddress.objects.filter(address__family=4) + params = {'primary_ip4_id': [addresses[0].pk, addresses[1].pk]} + self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2) + params = {'primary_ip4_id': [addresses[2].pk]} + self.assertEqual(self.filterset(params, self.queryset).qs.count(), 0) + + def test_primary_ip6(self): + addresses = IPAddress.objects.filter(address__family=6) + params = {'primary_ip6_id': [addresses[0].pk, addresses[1].pk]} + self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2) + params = {'primary_ip6_id': [addresses[2].pk]} + self.assertEqual(self.filterset(params, self.queryset).qs.count(), 0) + def test_virtual_chassis_id(self): params = {'virtual_chassis_id': [VirtualChassis.objects.first().pk]} self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2) diff --git a/netbox/dcim/views.py b/netbox/dcim/views.py index 115c16112..46d12937b 100644 --- a/netbox/dcim/views.py +++ b/netbox/dcim/views.py @@ -21,7 +21,9 @@ from utilities.paginator import EnhancedPaginator, get_paginate_count from utilities.permissions import get_permission_for_model from utilities.utils import count_related from utilities.views import GetReturnURLMixin, ObjectPermissionRequiredMixin, ViewTab, register_model_view +from virtualization.filtersets import VirtualMachineFilterSet from virtualization.models import VirtualMachine +from virtualization.tables import VirtualMachineTable from . import filtersets, forms, tables from .choices import DeviceFaceChoices from .constants import NONCONNECTABLE_IFACE_TYPES @@ -1736,6 +1738,42 @@ class DeviceRoleView(generic.ObjectView): } +@register_model_view(DeviceRole, 'devices', path='devices') +class DeviceRoleDevicesView(generic.ObjectChildrenView): + queryset = DeviceRole.objects.all() + child_model = Device + table = tables.DeviceTable + filterset = filtersets.DeviceFilterSet + template_name = 'dcim/devicerole/devices.html' + tab = ViewTab( + label=_('Devices'), + badge=lambda obj: obj.devices.count(), + permission='dcim.view_device', + weight=400 + ) + + def get_children(self, request, parent): + return Device.objects.restrict(request.user, 'view').filter(device_role=parent) + + +@register_model_view(DeviceRole, 'virtual_machines', path='virtual-machines') +class DeviceRoleVirtualMachinesView(generic.ObjectChildrenView): + queryset = DeviceRole.objects.all() + child_model = VirtualMachine + table = VirtualMachineTable + filterset = VirtualMachineFilterSet + template_name = 'dcim/devicerole/virtual_machines.html' + tab = ViewTab( + label=_('Virtual machines'), + badge=lambda obj: obj.virtual_machines.count(), + permission='virtualization.view_virtualmachine', + weight=500 + ) + + def get_children(self, request, parent): + return VirtualMachine.objects.restrict(request.user, 'view').filter(role=parent) + + @register_model_view(DeviceRole, 'edit') class DeviceRoleEditView(generic.ObjectEditView): queryset = DeviceRole.objects.all() @@ -1949,7 +1987,7 @@ class DeviceInterfacesView(DeviceComponentsView): template_name = 'dcim/device/interfaces.html' tab = ViewTab( label=_('Interfaces'), - badge=lambda obj: obj.interfaces.count(), + badge=lambda obj: obj.vc_interfaces().count(), permission='dcim.view_interface', weight=520, hide_if_empty=True @@ -2820,7 +2858,7 @@ class DeviceBayPopulateView(generic.ObjectEditView): form = forms.PopulateDeviceBayForm(device_bay, request.POST) if form.is_valid(): - + device_bay.snapshot() device_bay.installed_device = form.cleaned_data['installed_device'] device_bay.save() messages.success(request, "Added {} to {}.".format(device_bay.installed_device, device_bay)) @@ -2854,7 +2892,7 @@ class DeviceBayDepopulateView(generic.ObjectEditView): form = ConfirmationForm(request.POST) if form.is_valid(): - + device_bay.snapshot() removed_device = device_bay.installed_device device_bay.installed_device = None device_bay.save() diff --git a/netbox/extras/api/views.py b/netbox/extras/api/views.py index 56bc8567d..1423824cd 100644 --- a/netbox/extras/api/views.py +++ b/netbox/extras/api/views.py @@ -318,6 +318,10 @@ class ScriptViewSet(ViewSet): """ Run a Script identified as ".