1
0
Fork 0
Allows Netbox to integrate and pull down data from Cisco DNA Center
Go to file
Justin Parsell 9db0d0f9dd Upload files to "dnac_integration/migrations" 2024-02-15 17:49:18 +00:00
dnac_integration Upload files to "dnac_integration/migrations" 2024-02-15 17:49:18 +00:00
.gitignore Upload files to "/" 2024-02-15 17:47:01 +00:00
README.md Upload files to "/" 2024-02-15 17:47:01 +00:00
launch.json Upload files to "/" 2024-02-15 17:47:01 +00:00
settings.json Upload files to "/" 2024-02-15 17:47:01 +00:00
setup.py Upload files to "/" 2024-02-15 17:47:01 +00:00

README.md

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

  1. DNAC Instance with data populated
  2. Bare-metal NetBox installation working

From there, clone this repo and do the following steps

  1. Create a v-env
    1. Be sure to include the netbox v-env
  2. Run 'python setup.py develop'
  3. Include 'dnac_integration' in NetBox's plugin configuration
  4. Migrate the NetBox database utilizing the built-in features

You should be good to begin developing from there