Skip to content
Snippets Groups Projects
  1. Apr 17, 2025
  2. Apr 11, 2025
  3. Apr 09, 2025
  4. Mar 17, 2025
    • Pablo Vigo Mas's avatar
      qa-report-app: add Dev instance secrets · 9df4766a
      Pablo Vigo Mas authored and Pablo Vigo Mas's avatar Pablo Vigo Mas committed
      
      The dev instance was using production secrets because the Ansible
      playbook was not configured to support different environments.
      
      This issue has been resolved, and it's now possible to use
      separate configuration files for each instance.
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      9df4766a
    • Pablo Vigo Mas's avatar
      qa-report-app: add compatibility with more instances · 17fff81c
      Pablo Vigo Mas authored and Pablo Vigo Mas's avatar Pablo Vigo Mas committed
      
      For a long time, there was only one instance of the `qa-report-app`,
      and all the configuration resided in the values file and its Vault
      secret. With the possibility of deploying a development instance, it is
      necessary to decouple some variables to be configured from the
      inventory file, as some configurations are specific to each environment.
      
      This modification also makes it easier to have more than one instance
      of the APP in production if needed.
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      17fff81c
  5. Mar 13, 2025
  6. Feb 20, 2025
  7. Feb 12, 2025
  8. Jan 31, 2025
  9. Jan 28, 2025
  10. Jan 27, 2025
  11. Jan 24, 2025
  12. Jan 16, 2025
  13. Dec 17, 2024
  14. Dec 16, 2024
  15. Nov 28, 2024
    • Pablo Vigo Mas's avatar
      monitoring: change Grafana deployment type · 7dd61f33
      Pablo Vigo Mas authored
      
      It is necessary to change Grafana's deployment type because it does not allow a
      rolling release. The PVC cannot be used by two different Pods simultaneously,
      requiring the existing Grafana Pod to be terminated before deploying the new one.
      
      By modifying the deployment type, Kubernetes will handle terminating the existing
      Pod before deploying the new one, preventing any errors.
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      7dd61f33
    • Pablo Vigo Mas's avatar
      monitoring: fix prometheus update error · ef6f1a61
      Pablo Vigo Mas authored
      
      The new Prometheus version doesn't allow to use the
      storage.tsdb.allow-overlapping-blocks flag with the following flag.
      
      Error parsing command line arguments: unknown long flag '--storage.tsdb.allow-overlapping-blocks'
      prometheus: error: unknown long flag '--storage.tsdb.allow-overlapping-blocks'
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      ef6f1a61
    • Pablo Vigo Mas's avatar
      monitoring: upgrade the monitoring stack · c79506b8
      Pablo Vigo Mas authored
      
      A new version of Grafana has been released, and it is necessary to
      upgrade to the latest version along with the components of the
      stack, such as Prometheus and Loki.
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      c79506b8
  16. Nov 26, 2024
  17. Nov 15, 2024
  18. Nov 01, 2024
Loading