This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Dec 12, 2023
  2. Nov 24, 2023
  3. Nov 21, 2023
  4. Nov 01, 2023
  5. Oct 03, 2023
  6. Sep 06, 2023
  7. Jul 04, 2023
  8. Jul 03, 2023
  9. Jun 27, 2023
  10. Jun 23, 2023
  11. Jun 22, 2023
  12. Jun 08, 2023
  13. Jun 07, 2023
  14. Jun 06, 2023
  15. Jun 01, 2023
  16. May 31, 2023
  17. May 26, 2023
  18. May 22, 2023
  19. May 12, 2023
  20. May 10, 2023
  21. May 09, 2023
  22. Apr 20, 2023
  23. Apr 13, 2023
  24. Apr 11, 2023
  25. Feb 03, 2023
  26. Jan 30, 2023
  27. Dec 12, 2022
  28. Nov 25, 2022
  29. Nov 22, 2022
  30. Nov 17, 2022
    • garciadeblas's avatar
      Feature 10967 New option ngsa to install monitoring pipeline architecture · 7b53d262
      garciadeblas authored
      
      
      This change covers the installation of Apache Airflow
      and Prometheus Pushgateway as an experimental option in
      the installer.
      
      Changes are the following:
      - `installers/full_install_osm.sh`:
        - The installer includes a new option "--ng-sa" to install Airflow and
          Prometheus Pushgateway
        - When the option is used, the script will call `installers/install_ng_sa.sh`
          in turn.
      - `installers/install_ng_sa.sh`:
        - This script will install Airflow and Pushgateway in the OSM Kubernetes
          cluster in osm namespace using the helm charts from the respective communities.
      - `installers/helm/values/airflow/values.yaml`:
         - File with the values to be used for the installation of Airflow helm chart.
      - `docker/Airflow/Dockerfile`:
        - Dockerfile used to build the Airflow image, incorporating the DAG Python files,
          requirements and internal Python libraries used by DAGs from `osm_ngsa.deb`.
      
      Change-Id: I04cb60b25a9a32e42d4a97fac2d1f6abf868b1f7
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      7b53d262