Skip to main content

No project description provided

Project description

Netbox Roles And Groups Plugin

A plugin designed to faciliate the storage of site, circuit, device type and device specific software within NetBox

Compatibility

NetBox Version Plugin Version
3.2+ 0.5.0

Installation

A working installation of Netbox 3.2+ is required. 3.4+ is recommended.

Package Installation from PyPi

Activate your virtual env and install via pip:

$ source /opt/netbox/venv/bin/activate
(venv) $ pip install netbox-rolesandgroups

To ensure the Netbox software plugin is automatically re-installed during future upgrades, add the package to your local_requirements.txt :

# echo netbox-rolesandgroups >> local_requirements.txt

Enable the Plugin

In the Netbox configuration.py configuration file add or update the PLUGINS parameter, adding netbox-rolesandgroups:

PLUGINS = [
    'netbox-rolesandgroups',
]

(Optional) Add or update a PLUGINS_CONFIG parameter in configuration.py to configure plugin settings. Options shown below are the configured defaults:

PLUGINS_CONFIG = {
    'netbox-rolesandgroups': {
        "enable_navigation_menu": True,
        "enable_system_roles": True,
        "enable_system_rolegroups": True,
        "system_roles_location": "left",
        "system_rolegroups_location": "left",
    }
}

Apply Database Migrations

Apply database migrations with Netbox manage.py:

(venv) $ python manage.py migrate

Restart Netbox

Restart the Netbox service to apply changes:

sudo systemctl restart netbox

Re-index Netbox search index (Upgrade to 3.4 only)

If you are upgrading from Netbox 3.2 or above to Netbox 3.4, any previously inserted software may not show up in the new search feature. To resolve this, re-index the plugin:

(venv) $ python manage.py reindex netbox-rolesandgroups

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_rolesandgroups-0.2.3.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

netbox_rolesandgroups-0.2.3-py3-none-any.whl (23.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page