Skip to content
This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Oct 24, 2024
    • vegall's avatar
      Fix keystone to manage the OSM users/projects · 7badcae1
      vegall authored and garciadeblas's avatar garciadeblas committed
      
      
      Keystone was not used by default by OSM NBI. Instead, internal
      authentication is used.
      
      When NBI is configured to use Keystone as auth backend, we found that it
      didn't bootstrap properly because there were no data in the MySQL DB
      used by Keystone. The initilization of DB was supposed to be done by the
      Keystone containers in keystone-deployment. However, those container
      were not able to initialize the DB because they were running as regular
      users instead of root users.
      
      Keystone is thought as an infra solution, not as an application
      solution. The community behind Keystone development agreed on that
      behaviour.
      
      Based on that, Keystone containers were adapted to run as root.
      
      In addition, we decided to disable Keystone and MySQL as part of the
      default values for OSM helm chart.
      
      Change-Id: I0e7078b809abe858a69323d6e3e493e862d6e6ab
      Signed-off-by: default avatarvegall <lvega@whitestack.com>
      7badcae1
  2. Jul 19, 2024
  3. Jul 05, 2024
  4. Jul 04, 2024
  5. May 30, 2024
  6. Mar 11, 2024
  7. Mar 05, 2024
  8. Nov 15, 2023
  9. Nov 14, 2023
    • aguilard's avatar
      Feature 10982: Public Cloud Robot Suite · 22efe2be
      aguilard authored
      
      
      Add Azure and Google Cloud CLIs to tests Dockerfile.
      Add Jenkinsfile for Azure testing job. This job requires the following:
      - Jenkins secret file for Azure credentials in JSON (AZURE_CREDENTIALS param)
      - Two additional secrets for SSH public and private keys used when creating
      the VMs (SSH_PRIVATE_KEY, SSH_PUBLIC_KEY)
      
      Change-Id: Id4a0a1f401bc6a917532dd7498b187bf5887ea76
      Signed-off-by: default avataraguilard <e.dah.tid@telefonica.com>
      22efe2be
  10. Oct 19, 2023
  11. Sep 06, 2023
  12. Jun 29, 2023
  13. Jun 28, 2023
  14. Jun 22, 2023
  15. Jun 20, 2023
  16. Jun 08, 2023
  17. Jun 07, 2023
  18. May 31, 2023
  19. May 18, 2023
  20. May 11, 2023
  21. May 10, 2023
  22. May 04, 2023
  23. Apr 26, 2023
  24. Apr 25, 2023
  25. Apr 20, 2023
  26. Apr 13, 2023
  27. Apr 11, 2023
  28. Mar 28, 2023
  29. Mar 22, 2023
  30. Nov 29, 2022
  31. Nov 25, 2022
  32. Nov 18, 2022
    • garciadeblas's avatar
      Add mon-exporter as scrape target in Prometheus · bef284e9
      garciadeblas authored
      
      
      The Prometheus sidecar is expected to generate the scrape targets from
      the config map and from the prometheus_jobs in MongoDB. MON is adding
      mon-exporter as prometheus_job in MongoDB. There are race conditions in
      the start of MON and Prometheus that prevent the sidecar to be aware
      of the mon-exporter being added to prometheus_jobs collection in
      MongoDB.
      
      This change adds mon-exporter to the default scrape-targets and reconciles
      the jobs in Mongo and the jobs in the configmap, prevailing the job in the
      configmap if duplicated.
      
      Change-Id: Ib6f1cb89723d7b4942eeb77fd0ea46a0d3493d58
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      bef284e9
Loading