Skip to content

netgroup-polito/frog4-migration-orch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install and run the FROG4 Migration Orchestrator

This document presents how to install and run the FROG4 Migration Orchestrator.

Install dependencies

        $ sudo apt-get install python3-setuptools python3-dev python3-pip git
        $ sudo pip3 install gunicorn flask flask-restplus

Clone the code

        $ git clone https://github.com/netgroup-polito/frog4-migration-orch
        $ cd frog4-migration-orch

Configuration file

In order to properly configure the migration orchestrator, you should edit the follwoing files:

  • configuration file: includes the general settings of the module.
  • app-config: contains the parameters that are required only if you need to use the web-gui to show the migration process. If you want to use the migration orchestrator without the gui you don't need to edit this file.

Start

        $ ./start.sh

When the component is started, you can use it through the GUI at url: http://address:port/gui, or directly through the REST API. In addition, the swagger-generated documentation of the API is available at http://address:port/api_docs.

About

Orchestrator that manages the mobility of VNFs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors