Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 12:51:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227416] [NEW PORT] net-mgmt/netbox: IPAM and DCIM management tool
Message-ID:  <bug-227416-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227416

            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@FreeBSD.org
          Reporter: freebsd_ports@k-worx.org

Created attachment 192380
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192380&action=
=3Dedit
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=3D227319)
- update py-django-tables2 (see also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227297)
- update py-markdown (see also:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227310)

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=3D227032)=20

>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 Dja=
ngo
  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=3D222724 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227149)
- ETA: unknown=20=20

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227416-7788>