Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
[feat] Add links for all SD-Core charms
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Sep 22, 2023
1 parent 6b8012d commit f606775
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 30 deletions.
16 changes: 16 additions & 0 deletions docs/reference/charms.md
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>` |
32 changes: 32 additions & 0 deletions docs/reference/deployment_options.md
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
```
````
`````
34 changes: 4 additions & 30 deletions docs/reference/index.md
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
```
````
`````

0 comments on commit f606775

Please sign in to comment.