Coder Social home page Coder Social logo

fog05's Introduction

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

fog05's People

Contributors

gabrik avatar josrolgil avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.