structure and basic setup

This commit is contained in:
mattijs vanhaverbeke
2020-04-15 16:41:13 +02:00
parent 2543f63f7f
commit a4807b306b
36 changed files with 5070 additions and 2 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ class TopologyViewsConfig(PluginConfig):
base_url = 'topology-views'
required_settings = []
default_settings = {
'loud': False
'PRESELECTED_DEVICE_ROLES': 'Firewall,Router,Distribution Switch,Core Switch,Internal Switch,Access Switch,Server,Storage,Backup,Wireless AP',
'IGNORE_CABLE_TYPE': 'dcim.poweroutlet,dcim.powerport',
'DEVICE_IMG': 'access-switch,core-switch,firewall,router,distribution-switch,backup,storage,wan-network,wireless-ap,server,internal-switch,isp-cpe-material,non-racked-devices,power-units'
}
config = TopologyViewsConfig