Skip to content

5GCity/fog05

This branch is 56 commits ahead of, 171 commits behind eclipse-fog05/fog05:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

03690b5 · Mar 31, 2020
Dec 21, 2018
Mar 26, 2019
Sep 10, 2019
Apr 5, 2019
Mar 18, 2020
Sep 6, 2019
Oct 9, 2019
Sep 6, 2019
Mar 21, 2019
Jul 31, 2018
Mar 21, 2019
Apr 10, 2019
Mar 21, 2019
Mar 31, 2020
Apr 24, 2019
Mar 31, 2020
Mar 21, 2019
Sep 6, 2019
Sep 6, 2019

Repository files navigation

License License

fog05 Deployment Guide for 5GCity

The Eclipse fog05 ExtendedEdge-VIM has to be deployed following this instructions.

It is divided in two main components

  • REST API Server + Image Server + YAKS (Use for interaction with OSM) Expose port 8080 7887
  • Compute Portion (Agent, LinuxPlugin, LinuxBridge Plugin, LXD Plugin)

The first components as to be deployed in a VM with the following specifications:

  • 1 vCPU
  • 1 GB RAM
  • 40 GB Disk (or less this really depends in the space needed for the images)
  • Ubuntu 16.04
  • docker

VM Configuration

Install docker-ce Following these instructions Add user to docker group and initiate docker swarm

$ sudo usermod -aG docker <username>
$ exit
$ ssh to vm
$ docker swarm init

Use the following script generate_fog_rest_vm.sh to deploy the components in the VM

Compute Nodes configuations

The compute nodes have to be connected to the VM as they need to have access to the images and YAKS You can follow the installation from install_fos_lxd.sh

And then modify the file /etc/fos/agent/ by replacing the address for the YAKS server

...
"yaks": "tcp/<address of vm>:7887",
...

SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.5%
  • OCaml 36.9%
  • Shell 3.5%
  • Makefile 1.6%
  • Other 0.5%