Add Inventory to the Network Management System (NMS)¶
The Network Management System (NMS) has an Inventory section that displays inventory elements, such as gNodeBs and UPFs. These tables are automatically populated by the NMS charm. To add UPFs or gNodeBs to the inventory, integrate their respective charms with the NMS charm using the appropriate Juju relation.
Integrate with gNodeB Charm¶
SD-Core can be integrated with any charm that supports the fiveg_core_gnb
relation interface as a requirer. There are two existing solutions that implement this interface. To integrate them with a standalone SD-Core deployment, follow the steps in:
Integrate with UPF Charm¶
SD-Core can be integrated with any charm that supports the fiveg_n4
relation interface as a provider.
To deploy and integrate the SD-Core UPF K8s Operator with a standalone SD-Core deployment, follow the steps in: Deploy SD-Core User Plane in DPDK Mode.