Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.04 KB

Application-Aware Network Slice Manager

Introduction

The Application-Aware Network Slice Manager is one of the modules of the Int5Gent Orchestration Framework

Prerequisites

System Requirements

  • 1 vCPU
  • 2GB RAM

Installation

Create a .env file in deployment/ with the following content:

KUBECONFIG = /path/to/kubeconfig
CONFIGINI  = /path/to/config.ini

The first environment variable should point to the location of the kubeconfig to be used by the Application-Aware Network Slice Manager. The second variable should refer the config.ini file containing the environment variables to configure the application; a usable example can be found in deployment/config/config.ini.

From deployment/ run the application:

docker-compose -f docker-compose-action.yaml up -d

Maintainers

Michael De Angelis - Develop and Design - m.deangelis@nextworks.it
Francesca Moscatelli - Design* - f.moscatelli@nextworks.it

License

This module is distributed under Apache 2.0 License terms.