Metadata-Version: 2.1
Name: nb_service_ntt
Version: 1.0.26
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Renato Almeida de Oliveira and Brandon Crenshaw
Author-email: crench3@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Netbox Nbservice
[Netbox](https://github.com/netbox-community/netbox) Plugin for ITSM service mapping.

## Compatibility

This plugin in compatible with [NetBox](https://netbox.readthedocs.org/) 3.7.
Tested in versions: 3.7.1

## Installation

Add the following line to /opt/netbox/local_requirements.txt with
```
nb-service-ntt
```

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
```
PLUGINS = ['nb_service_ntt']
```

Runs /opt/netbox/upgrade.sh

```
sudo /opt/netbox/upgrade.sh
```

