This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Add links for all SD-Core charms
- Loading branch information
Showing
3 changed files
with
52 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Charms | ||
|
||
Each charm has its own source code repository and CharmHub page. Configuration options and specific charm usage instructions are available on the CharmHub page. | ||
|
||
| Charm | Reference | | ||
|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| SD-Core AMF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-amf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-amf>` | | ||
| SD-Core AUSF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-ausf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-ausf>` | | ||
| SD-Core NRF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-nrf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-nrf>` | | ||
| SD-Core NSSF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-nssf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-nssf>` | | ||
| SD-Core PCF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-pcf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-pcf>` | | ||
| SD-Core SMF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-smf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-smf>` | | ||
| SD-Core UDM | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-udm-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-udm>` | | ||
| SD-Core UDR | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-udr-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-udr>` | | ||
| SD-Core UPF | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-upf-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-upf>` | | ||
| SD-Core Webui | {bdg-link-primary-line}`GitHub <https://github.com/canonical/sdcore-webui-operator>` {bdg-link-primary-line}`CharmHub <https://charmhub.io/sdcore-webui>` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# SD-Core deployment options | ||
|
||
`````{tab-set} | ||
````{tab-item} Single site deployment | ||
Use the `sdcore` bundle to deploy a standalone 5G core network. | ||
This bundle contains the 5G control plane functions, the UPF, Webui, Grafana Agent, Self Signed | ||
Certificates and MongoDB. | ||
```{image} ../images/sdcore_single_site.png | ||
:alt: Single site deployment | ||
:height: 600 | ||
:align: center | ||
``` | ||
```` | ||
````{tab-item} Edge deployment | ||
Use the `sdcore-control-plane` to deploy the 5G control plane in a central place and the | ||
`sdcore-user-plane` bundle to deploy the 5G user plane in edge sites. | ||
```{image} ../images/sdcore_edge.png | ||
:alt: Edge deployment | ||
:height: 600 | ||
:align: center | ||
``` | ||
```` | ||
````` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,8 @@ | ||
# Reference | ||
|
||
## SD-Core deployment options | ||
```{toctree} | ||
:maxdepth: 1 | ||
`````{tab-set} | ||
````{tab-item} Single site deployment | ||
Use the `sdcore` bundle to deploy a standalone 5G core network. | ||
This bundle contains the 5G control plane functions, the UPF, Webui, Grafana Agent, Self Signed | ||
Certificates and MongoDB. | ||
```{image} ../images/sdcore_single_site.png | ||
:alt: Single site deployment | ||
:height: 600 | ||
:align: center | ||
charms | ||
deployment_options | ||
``` | ||
```` | ||
````{tab-item} Edge deployment | ||
Use the `sdcore-control-plane` to deploy the 5G control plane in a central place and the | ||
`sdcore-user-plane` bundle to deploy the 5G user plane in edge sites. | ||
```{image} ../images/sdcore_edge.png | ||
:alt: Edge deployment | ||
:height: 600 | ||
:align: center | ||
``` | ||
```` | ||
````` |