Skip to content

Commit

Permalink
Merge branch 'main' into TELCO-464-Add-tutorial-for-deploying-UPF-in-…
Browse files Browse the repository at this point in the history
…DPDK-mode
  • Loading branch information
gatici committed Jun 7, 2024
2 parents ffc18c3 + 4c3bdb3 commit 605157f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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 @@ -20,7 +20,7 @@ juju add-model gnbsim gnbsim-cloud
Deploy the `sdcore-gnbsim-k8s` operator charm.

```console
juju deploy sdcore-gnbsim-k8s gnbsim --trust --channel=1.4/edge \
juju deploy sdcore-gnbsim-k8s gnbsim --trust --channel=1.5/edge \
--config gnb-interface=ran \
--config gnb-ip-address=10.204.0.10/24 \
--config icmp-packet-destination=8.8.8.8 \
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/integrate_sdcore_with_external_gnb.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "gnb01" {
app_name = "gnb01"
source = "git::https://github.com/canonical/sdcore-gnb-integrator//terraform"
model_name = "gnb-integration"
channel = "1.4/edge"
channel = "1.5/edge"
config = {
tac: B01F
}
Expand Down
Binary file modified docs/images/nms_subscriber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions docs/tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,23 +203,23 @@ Model Controller Cloud/Region Version SLA Timestamp
sdcore microk8s-localhost microk8s/localhost 3.4.0 unsupported 13:40:12+01:00

App Version Status Scale Charm Channel Rev Address Exposed Message
amf active 1 sdcore-amf-k8s 1.4/edge 57 10.152.183.208 no
ausf active 1 sdcore-ausf-k8s 1.4/edge 40 10.152.183.237 no
gnbsim active 1 sdcore-gnbsim-k8s 1.4/edge 43 10.152.183.167 no
amf active 1 sdcore-amf-k8s 1.5/edge 57 10.152.183.208 no
ausf active 1 sdcore-ausf-k8s 1.5/edge 40 10.152.183.237 no
gnbsim active 1 sdcore-gnbsim-k8s 1.5/edge 43 10.152.183.167 no
grafana-agent 0.32.1 waiting 1 grafana-agent-k8s latest/stable 44 10.152.183.245 no installing agent
mongodb active 1 mongodb-k8s 6/beta 36 10.152.183.156 no Primary
nms active 1 sdcore-nms-k8s 0.2/edge 26 10.152.183.121 no
nrf active 1 sdcore-nrf-k8s 1.4/edge 62 10.152.183.123 no
nssf active 1 sdcore-nssf-k8s 1.4/edge 37 10.152.183.165 no
pcf active 1 sdcore-pcf-k8s 1.4/edge 32 10.152.183.205 no
router active 1 sdcore-router-k8s 1.4/edge 33 10.152.183.49 no
self-signed-certificates active 1 self-signed-certificates 1.4/edge 33 10.152.183.153 no
smf active 1 sdcore-smf-k8s 1.4/edge 37 10.152.183.147 no
nms active 1 sdcore-nms-k8s 1.5/edge 26 10.152.183.121 no
nrf active 1 sdcore-nrf-k8s 1.5/edge 62 10.152.183.123 no
nssf active 1 sdcore-nssf-k8s 1.5/edge 37 10.152.183.165 no
pcf active 1 sdcore-pcf-k8s 1.5/edge 32 10.152.183.205 no
router active 1 sdcore-router-k8s 1.5/edge 33 10.152.183.49 no
self-signed-certificates active 1 self-signed-certificates 1.5/edge 33 10.152.183.153 no
smf active 1 sdcore-smf-k8s 1.5/edge 37 10.152.183.147 no
traefik 2.10.4 active 1 traefik-k8s latest/stable 148 10.0.0.4 no
udm active 1 sdcore-udm-k8s 1.4/edge 35 10.152.183.168 no
udr active 1 sdcore-udr-k8s 1.4/edge 31 10.152.183.96 no
upf active 1 sdcore-upf-k8s 1.4/edge 64 10.152.183.126 no
webui active 1 sdcore-webui-k8s 1.4/edge 23 10.152.183.128 no
udm active 1 sdcore-udm-k8s 1.5/edge 35 10.152.183.168 no
udr active 1 sdcore-udr-k8s 1.5/edge 31 10.152.183.96 no
upf active 1 sdcore-upf-k8s 1.5/edge 64 10.152.183.126 no
webui active 1 sdcore-webui-k8s 1.5/edge 23 10.152.183.128 no

Unit Workload Agent Address Ports Message
amf/0* active idle 10.1.182.23
Expand Down

0 comments on commit 605157f

Please sign in to comment.