This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Mar 07, 2023
  2. Mar 01, 2023
  3. Feb 28, 2023
    • garciadeblas's avatar
      Update the artifacts stored in stage2 · 740e877d
      garciadeblas authored
      
      
      This change updates the patterns of the artifacts to be stored by the
      method `archive` in `ci_helper.groovy`.
      
      The pattern "dists/*.gz" and "dists/*Packages" corresponding to index
      files for debian repos are no longer required.
      
      The pattern "dist/*.whl" corresponding to Python wheel files is now
      required, since it is an additional artifact generated in stage2.
      
      Change-Id: Id87fcb98b2d79a9bd0b64fdaca44da8acd9e1cb1
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      740e877d
  4. Feb 21, 2023
  5. Feb 17, 2023
  6. Feb 16, 2023
  7. Feb 06, 2023
  8. Feb 03, 2023
  9. Feb 01, 2023
  10. Jan 30, 2023
  11. Jan 28, 2023
  12. Jan 24, 2023
  13. Jan 18, 2023
  14. Jan 13, 2023
    • Mark Beierl's avatar
      Use branch for charms · 27da38de
      Mark Beierl authored and Mark Beierl's avatar Mark Beierl committed
      
      
      When merging changes for charms in a development branch (ie: not v10.0, etc),
      we want to publish it to latest/edge/branch-name so that it can be kept
      separate from the other branches of development
      
      Change-Id: I8f2ec65057d2029d7cda83b9b607a0474a801455
      Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
      27da38de
  15. Jan 06, 2023
  16. Jan 05, 2023
  17. Dec 15, 2022
    • Mark Beierl's avatar
      JFrog Speedup · 47eb9010
      Mark Beierl authored
      
      
      The current method of downloading artifacts for the daily repo generation
      is to use a 'build :: build number' style search.  It turns out this
      is actually not effective as it performs a full artifactory scan to
      get content.  Instead if we directly ask for the content from the path,
      the files we want are downloaded very quickly and no load is placed on
      the artifactory server.
      
      Change-Id: I1095b784dee73782d3104f301c977a7d958cce00
      Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
      47eb9010
  18. Dec 12, 2022
  19. Dec 08, 2022
  20. Dec 07, 2022
  21. Nov 30, 2022
  22. Nov 29, 2022
  23. Nov 25, 2022
  24. Nov 24, 2022
  25. Nov 22, 2022
  26. Nov 18, 2022
  27. Nov 17, 2022
    • garciadeblas's avatar
      Log generated prometheus config file in sidecar · 7688da49
      garciadeblas authored
      
      
      Change-Id: Iafefe1d4fc91521ecc0da067c0d54bb6d26baa31
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      7688da49
    • 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
    • garciadeblas's avatar
      Feature 10966 Prometheus recording rules for VNF and NS status · 3a1db657
      garciadeblas authored
      
      
      The new file ng-prometheus.yaml controls the deployment
      of OSM Prometheus when using the new monitoring pipeline
      architecture.
      
      This file includes the recording rules necessary to obtain
      VNF status and NS status, derived from VM status. Those rules
      are stored in file `osm_rules.yml`, as part of configmap prom.
      
      Change-Id: Ibc3aa25e741ef4e680e5775e1d52fa171af0813b
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      3a1db657
  28. Nov 16, 2022
    • Mark Beierl's avatar
      Devops Cleanup · e5245336
      Mark Beierl authored and Mark Beierl's avatar Mark Beierl committed
      
      
      Removes old files from devops that are not maintained and are
      confusing to developers looking to use robot tests or other
      tools that have been abandoned in this repository.
      
      Change-Id: I1eca6f413477868fd8892463b696c933f55c35e4
      Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
      e5245336