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

Commit

Permalink
Merge branch 'main' into TELCO-835-replacing-juju-bundle-with-terrafo…
Browse files Browse the repository at this point in the history
…rm-module-in-mastering-tutorial
  • Loading branch information
Gmerold authored Mar 1, 2024
2 parents fc63bb7 + d03d3f2 commit a801914
Show file tree
Hide file tree
Showing 12 changed files with 293 additions and 92 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore: "
2 changes: 1 addition & 1 deletion docs/how-to/deploy_sdcore_cups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This guide covers how to install a SD-Core 5G core network with Control Plane an

## Requirements

- Juju >= 3.1
- Juju >= 3.4
- A Juju controller has been bootstrapped, and is externally reachable
- A Control Plane Kubernetes cluster configured with
- 1 available IP address for the Access and Mobility Management Function (AMF)
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/deploy_sdcore_gnbsim.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This guide covers how to install and configure the SD-Core gNB Simulator.

## Requirements

- Juju >= 3.1
- Juju >= 3.4
- A Juju controller has been bootstrapped
- A Kubernetes cluster configured with Multus
- 1 Juju cloud for the Kubernetes cluster has been added
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/deploy_sdcore_standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide covers how to install a standalone SD-Core 5G core network, suitable

You will need a Kubernetes cluster installed and configured with Multus.

- Juju >= 3.1
- Juju >= 3.4
- Kubernetes >= 1.25
- A `LoadBalancer` Service for Kubernetes
- Multus
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/deploy_sdcore_user_plane_with_hugepages.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the `sdcore-user-plane` Juju bundle.
- CPU that supports AVX2, RDRAND and PDPE1GB instructions (Intel Haswell, AMD Excavator or equivalent)
- LoadBalancer with 1 available address for the UPF
- Multus CNI enabled
- Juju >= 3.1/stable
- Juju >= 3.4/stable
- A Juju controller bootstrapped onto the Kubernetes host
- Juju model created, named `user-plane`

Expand Down
Binary file modified docs/images/nms_network_slice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions docs/reference/deployment_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
````{tab-item} Single site deployment
Use the `sdcore-k8s` 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.
Use the [sdcore-k8s][sdcore-k8s-terraform] Terraform module to deploy a standalone 5G core network.
This module contains the 5G control plane functions, the UPF, the NMS (Network Management System),
Grafana Agent, Self Signed Certificates and MongoDB.
```{image} ../images/sdcore_single_site.png
:alt: Single site deployment
Expand All @@ -18,8 +18,9 @@ Certificates and MongoDB.
````{tab-item} Edge deployment
Use the `sdcore-control-plane-k8s` to deploy the 5G control plane in a central place and the
`sdcore-user-plane-k8s` bundle to deploy the 5G user plane in edge sites.
Use the [sdcore-control-plane-k8s][sdcore-control-plane-k8s] Terraform module to deploy
the 5G control plane in a central place and the [sdcore-user-plane-k8s][sdcore-user-plane-k8s]
Terraform module to deploy the 5G user plane in edge sites.
```{image} ../images/sdcore_edge.png
:alt: Edge deployment
Expand All @@ -30,3 +31,7 @@ Use the `sdcore-control-plane-k8s` to deploy the 5G control plane in a central p
````
`````

[sdcore-k8s-terraform]: https://github.com/canonical/terraform-juju-sdcore-k8s/tree/main/modules/sdcore-k8s
[sdcore-control-plane-k8s]: https://github.com/canonical/terraform-juju-sdcore-k8s/tree/main/modules/sdcore-control-plane-k8s
[sdcore-user-plane-k8s]: https://github.com/canonical/terraform-juju-sdcore-k8s/tree/main/modules/sdcore-user-plane-k8s
Loading

0 comments on commit a801914

Please sign in to comment.