Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

abousselmi/vagrant-free5gc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantbox for free5gc-compose

Prerequisites

Vagrant

You can install vagrant by following the steps provided here: https://www.vagrantup.com/docs/installation/

Virtualbox

Please update the provider in the Vagrantfile with your favorite one.

For the Virtualbox provider you need to install virtualbox on your machine. Please follow install steps here: https://www.virtualbox.org/wiki/Linux_Downloads

Vagrant additional plugins

Once vagrant is installed, you need to add this plugin. It is needed for reloading automatically the box (for kernel upgrade).

$ vagrant plugin install vagrant-reload

Update the box configuration

Please update the RAM and CPU values found in Vagrantfile to best fit you system configuration.

vb.memory = <memory in KB>
vb.cpus = <number of cpus>

Run it

vagrant up

About

A vagrant box for test/dev of Free5GC with kernel version 5.0.0-23-generic. If you have a 5.4.x or higher kernel version, you won't need it!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages