netgroup-polito / frog4-gui

Graphical User Interface for the FROG4 orchestration framework
3 stars 0 forks source link
gui nfv orchestrator-gui service-deployment service-graph

FROGv4 GUI

This software module provides a way to control any FROGv4 domain orchestrator.

Its main features are:

A service graph is the composition of different elementary elements (called network functions), such as a DHCP server operating on a (virtual) LAN, with a firewall and a NAT operating on the link connecting to the Internet as depicted in the example below.

                +------+
  +--------+    | DHCP |
  |  user  |    +------+
  +--------+        |      +----------+   +-----+
 / laptop /---o-----+------| Firewall |---| NAT |---o-- Internet
+--------+                 +----------+   +-----+
              |                                     |
              |<--------- service graph ----------->|

In addition, this GUI allows to view how a service graph is being transformed by the different orchestration components (e.g., in case of hierarchical orchestrators). Of course, this requires that multiple instances of this GUI are installed, one associated to each domain.

The GUI supports two operating modes, one targeting normal users (called 'simplified view'), the other expert users ('full view'). The former uses a simplistic model in which network functions can only be cascaded, while the network traffic traverses one after the other. The latter is a more powerful model in which network functions can be organized in an arbitrary topology, even allowing traffic to be split across different functions based on traffic characteristics (e.g., the web traffic is sent to a stateful firewall, while the rest is sent to a traditional stateless firewall).