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

Commit

Permalink
Adding information about deployment monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Mar 1, 2024
1 parent 4b46f29 commit 7778d4a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/how-to/integrate_sdcore_with_observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Edit the `.tfvars` and add following line(s) to it:

```console
deploy_cos = true
cos_model_name = "YOUR_CUSTOM_COS_MODEL_NAME" (Optional. Defaults to `cos-lite`.)
cos_model_name = "<YOUR_CUSTOM_COS_MODEL_NAME>" (Optional. Defaults to `cos-lite`.)
cos_configuration_config = {} (Optional. Allows customization of the `COS Configuration` application.)
```

Expand All @@ -59,6 +59,15 @@ Apply the changes:
terraform apply -var-file="<YOUR_TFVARS_FILE>" -auto-approve
```

Monitor the status of the deployment:

```console
juju switch <YOUR_CUSTOM_COS_MODEL_NAME>
watch -n 1 -c juju status --color --relations
```

The deployment is ready when all the charms are in the `Active/Idle` state.

## Accessing the 5G Network Overview Grafana dashboard

Retrieve the Grafana URL and admin password:
Expand All @@ -80,7 +89,7 @@ url: http://10.201.0.51/cos-lite-grafana
```

```{note}
Due to a bug in Traefik, the URL returned by the command shown above, shows invalid `http` protocol.
Due to a bug in the Traefik charm, the URL returned by the command shown above, shows invalid `http` protocol.
To access Grafana, please use `https`.
```

Expand Down

0 comments on commit 7778d4a

Please sign in to comment.