mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/products/free-netbox-cloud/
![]() * 8356 add virtual disk model * 8356 add supplemental forms * 8356 add menu * 8356 cleanup views * 8356 virtual machine tab * 8356 migrations * 8356 vm disk tables * 8356 cleanup * 8356 graphql * 8356 graphql * 8356 add components button * 8356 bulk add on virtualmachine * 8356 bulk add fixes * 8356 api tests * 8356 news tests add rename * 8356 VirtualDiskCreateForm * 8356 fix test * 8356 add todo to remove disk from vm * 8356 review changes * 8356 fix test * 8356 deprecate disk field * 8356 review changes * 8356 fix test * 8356 fix test * Simplify view actions * 8356 review changes * 8356 split trans tag * 8356 add total virtual disk size to api * 8356 add virtual disk list to virtual machine detail view * 8356 move virtual disk size to property * 8356 revert property * Tweak display of deprecated disk field * 8356 render single disk field * 8356 update serializer * 8356 model property * 8356 fix test * 8356 review changes * Revert disk space annotation * Use existing disk field to store aggregate virtual disk size * Introduce abstract ComponentModel for VM components * Add search index for VirtualDisk * Misc cleanup --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> |
||
---|---|---|
.github | ||
contrib | ||
docs | ||
netbox | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.readthedocs.yaml | ||
base_requirements.txt | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
mkdocs.yml | ||
NOTICE | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
SECURITY.md | ||
upgrade.sh |
The premier source of truth powering network automation
NetBox is the leading solution for modeling and documenting modern networks. By combining the traditional disciplines of IP address management (IPAM) and datacenter infrastructure management (DCIM) with powerful APIs and extensions, NetBox provides the ideal "source of truth" to power network automation. Available as open source software under the Apache 2.0 license, NetBox serves as the cornerstone for network automation in thousands of organizations.
- Physical infrastructure: Accurately model the physical world, from global regions down to individual racks of gear. Then connect everything - network, console, and power!
- Modern IPAM: All the standard IPAM functionality you expect, plus VRF import/export tracking, VLAN management, and overlay support.
- Data circuits: Confidently manage the delivery of critical circuits from various service providers, modeled seamlessly alongside your own infrastructure.
- Power tracking: Map the distribution of power from upstream sources to individual feeds and outlets.
- Organization: Manage tenant and contact assignments natively.
- Powerful search: Easily find anything you need using a single global search function.
- Comprehensive logging: Leverage both automatic change logging and user-submitted journal entries to track your network's growth over time.
- Endless customization: Custom fields, custom links, tags, export templates, custom validation, reports, scripts, and more!
- Flexible permissions: An advanced permissions systems enables very flexible delegation of permissions.
- Integrations: Easily connect NetBox to your other tooling via its REST & GraphQL APIs.
- Plugins: Not finding what you need in the core application? Try one of many community plugins - or build your own!
Getting Started
- Just want to explore? Check out our public demo right now!
- The official documentation offers a comprehensive introduction.
- Check out our wiki for even more projects to get the most out of NetBox!
Get Involved
- Follow @NetBoxOfficial on Twitter!
- Join the conversation on the discussion forum and Slack!
- Already a power user? You can suggest a feature or report a bug on GitHub.
- Contributions from the community are encouraged and appreciated! Check out our contributing guide to get started.