The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/products/free-netbox-cloud/
Go to file
Matt Layher 572beb2311 Fix misleading build matrix
At one point, I had intended to have a matrix of build badges for each different branch and Python version combination.  It seems this is not possible with Travis.

This change replaces "python 2.7" with "status" and clarifies that both Python 2.7 and 3.5 are tested, but Python 3.5 is recommended.
2017-05-02 20:39:43 -04:00
.github Added GitHub issue/PR templates; updated CONTRIBUTING policy 2017-03-02 15:30:14 -05:00
docker Add option to dockerize netbox 2016-06-30 21:43:32 +02:00
docs #1090: Python3 tweaks for installation on CentOS 2017-04-21 14:37:47 -04:00
netbox Fixes #1118: Allow designating an IP as primary for a device while editing the IP 2017-05-02 16:46:23 -04:00
scripts fixes permissions on docker-build.sh 2016-09-13 11:27:04 -05:00
.gitattributes Force Unix line endings on shell scripts 2017-03-09 16:20:32 +00:00
.gitignore Added gunicorn_config.py to .gitignore 2017-01-24 13:41:46 -05:00
.travis.yml Limit tests to one per major Python version 2017-03-17 21:43:46 -04:00
CONTRIBUTING.md Added GitHub issue/PR templates; updated CONTRIBUTING policy 2017-03-02 15:30:14 -05:00
docker-compose.yml Fixes #246 - Add build directive to docker-compose.yml 2016-07-10 19:00:40 -05:00
Dockerfile Removed python-graphviz 2016-11-13 13:29:11 -03:00
LICENSE.txt Initial push to public repo 2016-03-01 11:23:03 -05:00
mkdocs.yml Added tenancy page 2016-07-28 09:47:16 -04:00
README.md Fix misleading build matrix 2017-05-02 20:39:43 -04:00
requirements.txt Fixes #1074: Require ncclient 0.5.3 (Python 3 fix) 2017-04-13 15:34:35 -04:00
upgrade.sh #1090: Python3 tweaks for installation on CentOS 2017-04-21 14:37:47 -04:00

NetBox

NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers.

NetBox runs as a web application atop the Django Python framework with a PostgreSQL database. For a complete list of requirements, see requirements.txt. The code is available on GitHub.

The complete documentation for NetBox can be found at Read the Docs.

Questions? Comments? Please subscribe to the netbox-discuss mailing list, or join us on IRC in #netbox on irc.freenode.net!

Build Status

NetBox is built against both Python 2.7 and 3.5. Python 3.5 is recommended.

status
master Build Status
develop Build Status

Screenshots

Screenshot of main page

Screenshot of rack elevation

Screenshot of prefix hierarchy

Installation

Please see the documentation for instructions on installing NetBox. To upgrade NetBox, please download the latest release and run upgrade.sh.

Alternative Installations