OSHI and DREAMER logos

Dreamer-Topology-and-Service-Validator

Topology and Service Validator, it is a server-side component of the Mantoo suite, a result of the DREAMER project. It is used together with the Topology3D web GUI.

Addtional documentation is available at http://netgroup.uniroma2.it/OSHI/

Overview

It is a django app that stores the model/layer abstractions and their constraints, and it is able to validate the topologies created through the Dreamer-Topology3D project.


Requires


Getting Started

Assuming git installed:

$ git clone https://github.com/netgroup/Dreamer-Topology-and-Service-Validator.git

Start the application according to the configuration set in your Dreamer-Topology3D and Dreamer-Experiment-Handler instance

#####Start the Dreamer-Topology-and-Service-Validator project:

$ cd Dreamer-Topology-and-Service-Validator/
$ python manage.py runserver [host]:[port] 

#####for example:

$ python manage.py runserver 0.0.0.0:8090 

License

This sofware is licensed under the Apache License, Version 2.0.

Information can be found here: Apache License 2.0.