Skip to content

Commit

Permalink
Merge branch 'main' into dev-upfperf2
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jan 24, 2025
2 parents e13e44e + f922db4 commit 1e33793
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/how-to/deploy_sdcore_cups.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This guide covers how to install a SD-Core 5G core network with Control Plane an

## Requirements

- Juju >= 3.5
- Juju >= 3.6
- A Juju controller has been bootstrapped, and is externally reachable
- A Control Plane Kubernetes cluster configured with
- A Control Plane Kubernetes cluster (version >= 1.25) configured with
- 1 available IP address for the Access and Mobility Management Function (AMF)
- 1 available IP address for Traefik
- A User Plane Kubernetes cluster configured with
- A User Plane Kubernetes cluster (version >= 1.25) configured with
- 1 available IP address for the User Plane Function (UPF)
- Multus
- MACVLAN interfaces for Access and Core networks
Expand Down
8 changes: 4 additions & 4 deletions docs/how-to/deploy_sdcore_standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ You will need a Kubernetes cluster installed and configured with Multus.
## Deploy

Get Charmed Aether SD-Core Terraform modules by cloning the [Charmed Aether SD-Core Terraform modules][Charmed Aether SD-Core Terraform modules] Git repository.
Inside the `modules/sdcore-k8s` directory, create a `terraform.tfvars` file to set the name of Juju model for the deployment:
Inside the `modules/sdcore-k8s` directory, create a `variables.tfvars` file to set the name of Juju model for the deployment:

```console
git clone https://github.com/canonical/terraform-juju-sdcore.git
cd terraform-juju-sdcore/modules/sdcore-k8s
cat << EOF > terraform.tfvars
cat << EOF > variables.tfvars
model = "<YOUR_JUJU_MODEL_NAME>"
EOF
```
Expand All @@ -35,7 +35,7 @@ terraform init
Deploy 5G network.

```console
terraform apply -var-file="terraform.tfvars" -auto-approve
terraform apply -var-file="variables.tfvars" -auto-approve
```

The deployment process should take approximately 15-20 minutes.
Expand All @@ -59,7 +59,7 @@ To view all the available configuration options, please inspect the `variables.t
To be effective, every configuration change needs to be applied using the following command:

```console
terraform apply -var-file="terraform.tfvars" -auto-approve
terraform apply -var-file="variables.tfvars" -auto-approve
```

[Charmed Aether SD-Core Terraform modules]: https://github.com/canonical/terraform-juju-sdcore

0 comments on commit 1e33793

Please # to comment.