canonical / sdcore-bundles

Charm bundles used to deploy the SD-Core operators.
Apache License 2.0
0 stars 0 forks source link

(Chore) Adding sdcore-nms to the bundles #17

Closed Gmerold closed 8 months ago

Gmerold commented 9 months ago

Description

Adds sdcore-nms to the SD-Core and the SD-Core Control Plane bundles. PR updating the tutorial

Checklist:

gatici commented 8 months ago

I was trying to reach NMS after this PR, but some issues appeared. Bundle is deployed.

juju status
Model  Controller          Cloud/Region        Version  SLA          Timestamp
core   microk8s-localhost  microk8s/localhost  3.1.6    unsupported  16:38:16+03:00

App                       Version  Status   Scale  Charm                     Channel        Rev  Address         Exposed  Message
amf                                active       1  sdcore-amf                edge            51  10.152.183.110  no       
ausf                               active       1  sdcore-ausf               edge            38  10.152.183.194  no       
grafana-agent-k8s         0.32.1   waiting      1  grafana-agent-k8s         latest/stable   42  10.152.183.158  no       installing agent
mongodb-k8s                        active       1  mongodb-k8s               5/edge          36  10.152.183.107  no       Primary
nms                                active       1  sdcore-nms                edge            23  10.152.183.98   no       
nrf                                active       1  sdcore-nrf                edge            57  10.152.183.53   no       
nssf                               active       1  sdcore-nssf               edge            35  10.152.183.111  no       
pcf                                active       1  sdcore-pcf                edge            30  10.152.183.119  no       
router                             active       1  sdcore-router             edge            30  10.152.183.109  no       
self-signed-certificates           active       1  self-signed-certificates  beta            33  10.152.183.216  no       
smf                                active       1  sdcore-smf                edge            33  10.152.183.48   no       
traefik-k8s               2.9.6    active       1  traefik-k8s               latest/stable  129  10.0.0.3        no       
udm                                active       1  sdcore-udm                edge            33  10.152.183.26   no       
udr                                active       1  sdcore-udr                edge            28  10.152.183.178  no       
upf                                active       1  sdcore-upf                edge            62  10.152.183.173  no       
webui                              active       1  sdcore-webui              edge            20  10.152.183.112  no       

Unit                         Workload  Agent  Address      Ports  Message
amf/0*                       active    idle   10.1.146.26         
ausf/0*                      active    idle   10.1.146.45         
grafana-agent-k8s/0*         blocked   idle   10.1.146.59         logging-consumer: off, grafana-cloud-config: off
mongodb-k8s/0*               active    idle   10.1.146.25         Primary
nms/0*                       active    idle   10.1.146.9          
nrf/0*                       active    idle   10.1.146.44         
nssf/0*                      active    idle   10.1.146.49         
pcf/0*                       active    idle   10.1.146.35         
router/0*                    active    idle   10.1.146.5          
self-signed-certificates/0*  active    idle   10.1.146.42         
smf/0*                       active    idle   10.1.146.19         
traefik-k8s/0*               active    idle   10.1.146.46         
udm/0*                       active    idle   10.1.146.55         
udr/0*                       active    idle   10.1.146.13         
upf/0*                       active    idle   10.1.146.4          
webui/0*                     active    idle   10.1.146.30        

 juju run traefik-k8s/0 show-proxied-endpoints
Running operation 1 with 1 task
  - task 2 on unit-traefik-k8s-0

Waiting for task 2...
proxied-endpoints: '{"nms": {"url": "http://10.0.0.3:80/core-nms"}}'
gatici commented 8 months ago

We get 404 error, suspecting that Traefik does route it properly. curl -vvv https://10.0.0.3:80/core-nms -k