743 B
743 B
Introduction
This plugin builds out a integration with DNAC into NetBox, allowing DNAC to fill in information for NetBox so that a user won't manually have to add it in
Getting Started
TODO: Publish and list steps to install
Build and Test
To develop for this plugin, you need to have the following installed
- DNAC Instance with data populated
- Bare-metal NetBox installation working
From there, clone this repo and do the following steps
- Create a v-env
- Be sure to include the netbox v-env
- Run 'python setup.py develop'
- Include 'dnac_integration' in NetBox's plugin configuration
- Migrate the NetBox database utilizing the built-in features
You should be good to begin developing from there