medianetlab / WIM

WAN Infrastructure Manager over SDN Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAN Infrastructure Manager - WIM

WIM is used as the WAN Infrastructure Manager for SDN Networks, interacting with ODL Controller (Oxygen and Fluorine releases currently supported)

Features

  • Configure end-to-end Network Slices over SDN Networks
  • QoS parametes per slice
  • Graphical Database neo4j
  • Graphical topology representation

Install and Run

./start.sh [-p | --publish]
  • -p | --publish : Expose Kafka Message Bus to external components
  • -m | --monitoring : Start prometheus exporter module for collecting traffic metrics per flow

Environmental Variables

Before you start the wim, make sure to create a .env file containing a variable with the credentials for:

  • The Neo4j database, in the form NEO4J_AUTH=username/password. If no such file is created, the default username/passwords will be used (neo4j/neo4j)
  • OpenDayLight, in the form ODL_AUTH=admin:admin. If no such file is created, the default username/passwords will be used (admin/admin)

About

WAN Infrastructure Manager over SDN Networks

License:MIT License


Languages

Language:Python 75.4%Language:Shell 23.6%Language:Dockerfile 1.0%