Skip to content

A small web application to visualize OpenStack Neutron networks.

License

Notifications You must be signed in to change notification settings

ajufrancis/neutronmap

Repository files navigation

Neutron Map

A very simple web application to visualize OpenStack Neutron topologies.

Neutron networks are represented with the D3.js library. The goal is to provide a logical view of the virtual resources, as well as a representation of the way these resources are allocated on physical hosts (not implemented yet).

A quick way to test the application:

$ mkvirtualenv neutronmap
(neutronmap)$ git clone https://github.com/yannlambret/neutronmap.git
(neutronmap)$ cd neutronmap
(neutronmap)$ pip install -r requirements.txt
(neutronmap)$ python run.py

Use your browser to connect at http:https://localhost:5000, and submit Keystone credentials for a specific tenant. You can get detailed information by double-clicking on each topology element.

Neutron Map screenshot

Neutron Map screenshot

About

A small web application to visualize OpenStack Neutron networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages