Skip to content

A Network Management System (NMS) for operating SD-Core.

License

Notifications You must be signed in to change notification settings

canonical/sdcore-nms

Repository files navigation

Aether SD-Core NMS

A Network Management System for managing the Aether SD-Core 5G core network.

Screenshot

Usage

NMS needs to be configured with the following environment variables:

  • WEBUI_ENDPOINT: The endpoint of the webui. This is used to redirect the swagger operations to the webui.
export WEBUI_ENDPOINT=10.1.182.28:5000

docker pull ghcr.io/canonical/sdcore-nms:0.2.0
docker run -it --env WEBUI_ENDPOINT ghcr.io/canonical/sdcore-nms:0.2.0