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

The NMS has a swagger UI page that rus by default on localhost. If the NMS will run remotely, set the following environment.

export WEBUI_ENDPOINT=<NMS-ip>:5000

Run the NMS as follows:

docker pull ghcr.io/canonical/sdcore-nms:1.1.0
docker run -it --env WEBUI_ENDPOINT  -v <path-to-config-file>:/config/webuicfg.yaml -p 5000:5000 ghcr.io/canonical/sdcore-nms:1.1.0

An example of the config file can be found in examples/config/webuicfg.yaml