canonical / sdcore-upf-snap

A snap for the UPF from SD-Core
https://snapcraft.io/sdcore-upf
0 stars 0 forks source link

feat: Build upf snap #1

Closed gruyaume closed 7 months ago

gruyaume commented 8 months ago

Description

Builds base snap, very much taking from the existing upf bessd and pfcpiface ROCK's.

Usage

Install

sudo snap install sdcore-upf

Configure

Configure the upf bessd by editing the /var/snap/sdcore-upf/common/upf.json file.

Run

Start the snap services:

sudo snap start sdcore-upf.bessd
sudo snap start sdcore-upf.routectl
sudo snap start sdcore-upf.pfcpiface

Observe

Read the logs:

journalctl -b --no-pager -u snap.sdcore-upf.bessd.service -f
journalctl -b --no-pager -u snap.sdcore-upf.routectl.service -f
journalctl -b --no-pager -u snap.sdcore-upf.pfcpiface.service -f