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
Jens L 80439c495e Basic Support for Python 3 (#827)
* Rudimentary python3 support

* update docs and trigger Travis

* fix some of the tests

* fix all python3 errors

* change env calls to just python

* add @python_2_unicode_compatible decorator to models for python2 compatibility

* switch netbox.configuration to from netbox import configuration
2017-01-23 16:44:29 -05:00
docker Add option to dockerize netbox 2016-06-30 21:43:32 +02:00
docs Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
netbox Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
scripts fixes permissions on docker-build.sh 2016-09-13 11:27:04 -05:00
.gitignore Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
.travis.yml Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-01-05 16:02:05 -07: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 Added alternative installations section 2017-01-04 17:16:04 -05:00
requirements.txt Relaxed version requirements 2016-12-26 15:33:08 -05:00
upgrade.sh Optionally use sudo if not running upgrade.sh as root 2016-07-01 13:21:51 -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

python 2.7
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