netgroup-polito / frog4-migration-orch

Orchestrator that manages the mobility of VNFs
1 stars 0 forks source link
nfv state-migration

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:

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.