[Bug 227416] [NEW PORT] net-mgmt/netbox: IPAM and DCIM management tool

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 10 12:51:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227416

            Bug ID: 227416
           Summary: [NEW PORT] net-mgmt/netbox: IPAM and DCIM management
                    tool
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/digitalocean/netbox
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: freebsd_ports at k-worx.org

Created attachment 192380
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192380&action=edit
netbox.shar

Hello,

attached is the shar file of netbox, a IP address management (IPAM) and data
center infrastructure management (DCIM) tool. Some of the features:

- IP address management (IPAM) - IP networks and addresses, VRFs, and VLANs
- Equipment racks - Organized by group and site
- Devices - Types of devices and where they are installed
- Connections - Network, console, and power connections among devices
- Virtualization - Virtual machines and clusters
- Data circuits - Long-haul communications circuits and providers
- Secrets - Encrypted storage of sensitive credentials
- Optional support for net-mgmt/py-napalm (Network automation) and LDAP


QA (combined with attached patches):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- poudriere (11.1-RELEASE amd64 + i386) -> OK
- portlint -> OK


Dependencies, that needs to be resolved beforehand:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- add the Django REST Framework 3.8.x to the ports tree (see also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227319)
- update py-django-tables2 (see also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227297)
- update py-markdown (see also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227310)

There are still a few ports that are bound to Django v1.8 at the moment and
should use Django v1.11 instead (if applicable):

- www/py-django-cors-headers
- www/py-django-mptt
- www/py-django-js-asset (see also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227032) 

>From my point of view there are at the moment two options to make netbox for
FreeBSD available:

Option A:
- Separate PRs will be created for the affected Django packages
  www/py-django-cors-headers and py-django-mptt to bring those ports to Django
  v1.11 (if applicable)
- ETA: netbox could be available in the head ports tree to end of Q2

Option B:
- The porting of netbox will rely completely on the implementation for a
  default version of Django in combination with a new macro, e.g. "django" for
USE_PYTHON. See also PRs
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222724 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227149)
- ETA: unknown  

I have not yet opened separate PRs for Option A as described above to reduce
the noise in Bugzilla. I'll wait in that case for your feedback.

To test netbox anyway, I added some patches for your convenience. I'll
update/obsolete them when necessary in due course.

At last but not least: Netbox runs as a service, therefore it might be
necessary to reserve an UID and GID for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list