Code Monkey home page Code Monkey logo

dark's Introduction

REQUIREMENTS

sudo pip install -r requirements.txt
sudo pip install vmtp 
sudo apt-get install python-matplotlib

Install VMTP: https://vmtp.readthedocs.io/en/latest/quickstart_pip.html

For the first time:

1, AZ setup of OpenStack 2, set VMTP conf file

VMTP version: 2.5.0

How to start a DARK mapping simulation

The process is the following: 1. Generate a resource topology 2. Generate service chain requests 3. Fingers crossed and start the simulation :)

How to generate a resource topology

Example command:

python3 topology_gen_random.py

How to generate service chain requests

Example command:

python3 request_gen.py -r topology.json

How to start the simulation

You need to use simulator.py python program. The resource topology, delay matrix and a requests json files must be generated previously.

For more information: python simulator.py -h

Example command:

python simulator.py -l test.log -r log/ostopo.json -dm log/delay_mtx.json -s log/requests/test2.json

Nova fake driver fix

Sfc port chain delete error fix:

python2.7/site-packages/networking_sfc/services/sfc/driver_manager.py

def _call_drivers(self,method_name,context,raise_orig_exc=False):
    pass

dark's People

Contributors

davidhaja avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar Laszlo Toka avatar Balazs Sonkoly avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.