Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sechkova authored Feb 25, 2019
1 parent 2ca6351 commit 0aec60b
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,28 @@

## Scope

Intelligent resource placement module for
5GCity distributed cloud and radio platform.
Intelligent resource placement module for 5GCity distributed cloud and radio platform.

*The main goal of the algorith is to take into consideration the network topology and the access points locations in determining the best option for placing the VNFs that compose a Network Service.*

## Configuration

1) Device (Network) graph - a description of the available nodes (data-center, edge) and the interconnections between them
2) Available resources per device - CPU, Memory, Storage
3) Connection links capacity

## Input

Network Service (NS) placement request
- NS description (VNFs, resource requirements)
- NS user gateway - the end node where the NS user is connected

*In 5GCity, we can assume that end users of a NS are the SCs and the WiFi APs and the NS gateway is the edge or DC node to which they have a direct connection*

## Output

The output of the module is one or a group of devices where the NS should be placed.




0 comments on commit 0aec60b

Please sign in to comment.