From e2625cb33ecefdce3ae5fd6b3fab8dc3f5466175 Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek Date: Thu, 29 Feb 2024 14:04:45 +0100 Subject: [PATCH] Adding information about deployment monitoring --- docs/how-to/integrate_sdcore_with_observability.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/how-to/integrate_sdcore_with_observability.md b/docs/how-to/integrate_sdcore_with_observability.md index d4f14d5..4a5269d 100644 --- a/docs/how-to/integrate_sdcore_with_observability.md +++ b/docs/how-to/integrate_sdcore_with_observability.md @@ -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 = "" (Optional. Defaults to `cos-lite`.) cos_configuration_config = {} (Optional. Allows customization of the `COS Configuration` application.) ``` @@ -59,6 +59,15 @@ Apply the changes: terraform apply -var-file="" -auto-approve ``` +Monitor the status of the deployment: + +```console +juju switch +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: @@ -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`. ```