This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Nov 17, 2022
-
-
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: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
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: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 16, 2022
-
-
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: Mark Beierl <mark.beierl@canonical.com>
-
garciadeblas authored
Change-Id: Ia6502c0e4ceef5354b27768e8632ea1e58a14076 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 14, 2022
-
-
garciadeblas authored
Change-Id: I180100f6bc26e1425acd853f51382c0eb2b374d3 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 03, 2022
-
-
garciadeblas authored
This commit allows the automatic regeneration of a Prometheus config file from a sidecar by combining the information in PROMETHEUS_BASE_CONFIG_FILE and the prometheus_jobs in mongo. Change-Id: I0246d60ec32733a088ca8590a6445735549bf4de Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Oct 28, 2022
-
-
garciadeblas authored
Change-Id: I54fb53d2e58443fe0900c1e0111bebaa6daf9d16 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Oct 14, 2022
-
-
Mark Beierl authored
Change-Id: I6b3c3a5322c7b7cf47d40d26b01e9552c8a2b04a Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Oct 13, 2022
-
-
Mark Beierl authored
Keystone environment variables were not being set, and the wrong prometheus password was being used Change-Id: I18e701f4eb9c583edf7905e7404d96bee8d1d8b1 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Mark Beierl authored
Back to .34 as some errors occurred Change-Id: I07a909d6ab62a65fd56134582430d07fa5e4ecac Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Oct 12, 2022
-
-
Mark Beierl authored
With sidecar charms, the image overlay now needs to have the name of the unit prepended to the image resource. Change-Id: I4e503137f6d4167904a5654aa7811f84c4374315 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Mark Beierl authored
Updates agent to 2.9.35 Change-Id: I1f3c1b597552104163fa7acafe310a3ba6d3138e Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Sep 30, 2022
-
-
garciadeblas authored
Change-Id: I1f09864d979d0d300ad85d794e1a3bb9bebacf68 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Sep 29, 2022
-
-
garciadeblas authored
Change-Id: Ic84102e9d07bc32decb10bb5e433121cb0ebb4ff Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Sep 28, 2022
-
-
garciadeblas authored
Change-Id: I9e01db3518a9a72ffdc3b3b6df1a6c380e5f0857 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Sep 27, 2022
-
-
Change-Id: I8f220a98d5e1eff1e5a621c269d80062d3f3e43d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com> Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Sep 23, 2022
-
-
Mark Beierl authored
Removes the explicit add of the GPG key from stage 3 as we no longer use that key Adds an explicit wait for cloud-init to finish before proceeding with installation Fixes bug 2171 Change-Id: I268efa1b0b322444d20ac9641745303b330bfd6a Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Sep 19, 2022
-
-
https://github.com/canonical/charmcraft/issues/834 The same revision can be displayed more then once, so we just take the first one Change-Id: Idd51d3b439e9c303ba44084c21998fa195aa586e Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
garciadeblas authored
Change-Id: I70b9691f7232f8ea7abec13b612302aa456803d5 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Sep 15, 2022
-
-
OSM sidecar charms charmcraft.yaml is changed to indicate base 20.04. Change-Id: Ibfb5a6cd02b0025075f4109532b70c0bd6796e21 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
Mark Beierl authored
Turns out we do need to be explicit on image resource revision to use when publishing a charm to a new track/branch Change-Id: Id666eac063e20274f19f70aee4c6d13a3cf6cd3a Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Change-Id: I32ab9194e5d715227b8061f2f96b85222f427761 Signed-off-by: Patricia Reinoso <patricia.reinoso@canonical.com>
-
- Sep 14, 2022
-
-
Mark Beierl authored
Typo in check to see if this is a merge job and should skip the releasenote check Only rebuild charms if they exist in the module Change-Id: I7d0280167bf3b20b4059aca7f62ab42daf3cab4b Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Corrected the name to match the metadata.yaml Change-Id: I5c82f30e0118517d64f067a2817477d69730e1ae Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Sep 13, 2022
-
-
PLA is no longer installed by default for the charmed installer flag --pla is needed Change-Id: Ib0ea0691fd53884dc5bf11d067e9f9d9df55c876 Signed-off-by: Patricia Reinoso <patricia.reinoso@canonical.com>
-
- Sep 12, 2022
-
-
Mark Beierl authored
Removes some charms from the list as they are not needed for OSM Adds an explicit import of the ETSI GPG signing key Change-Id: I359b3495fa65e869b677af3479cd9a1877f22e6c Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Sep 08, 2022
-
-
There is no easy method post-merge to determine what charms need to be rebuilt, so we will rebuild all of them Change-Id: I50436a63cf3f63e32105051df8c571dd2dd6d2dd Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Removes the apt proxy configuration from the final image layers Change-Id: I3f2dfd81a04b42d3ee570cdc71ca41da39e621d0 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Mark Beierl authored
Prometheus charm no longer builds as it is missing some dependencies Change-Id: I6ae44d4dce922ed0bc589a0ddf18b4cc3ae75de0 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Changing charmed installer to deploy OSM from latest/beta bundle, updating juju version to 2.9.33. Change-Id: Ie64bff771f8cb91670588c4e28754304d692b544 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
Adds section to detect changes in charms, and builds and publishes the charms accordingly Change-Id: I41bbcdcc0cf919ddbbc83374ccfb3f17c6b7dc37 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Sep 02, 2022
-
-
This reverts commit b04e188d. Reason for revert: ETSI IT discovered root cause and we no longer need this large data with every build. Change-Id: If998fba52a951041f32694ec0393a82a691824fa Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Sep 01, 2022
-
-
aticig authored
Updating osm_libs charm library and update the new version of library in osm sidecar charms. Change-Id: If3e526af823d0862e45513bd77dfdae1ef3e2398 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Aug 19, 2022
-
-
Change-Id: Ib24c54cffd158f6ae4397311becc3769a1cce543 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-
- Aug 18, 2022
-
-
calvinosanc1 authored
Change-Id: Icca7e2b3a38b0c9ca4859138931e2c92566fd1d9 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-
- Aug 12, 2022
-
-
Change-Id: I0690f8cca8561df9573e7fb169df6daaeb51506e Signed-off-by: David Garcia <david.garcia@canonical.com>
-
Mark Beierl authored
Change-Id: Ic42bb4f8b682678d3e49aa671e2de9661a84af6c Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Rather than relying on a case sensitive extension (.jpg, etc) this change introduces the use of file mime-type to better determine if a file requires a license or not. Change-Id: I24492c584c0d124c47d542cb8f8019ae56642682 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Aug 11, 2022
-
-
aticig authored
OSM bundles are modified to deploy osm charms from latest/stable. Change-Id: I0973cf952b9d54de53c1985e0690d24062e160d6 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Aug 10, 2022
-
-
Change-Id: I6f9571d3dc219cc44b3c1c4f5ad9460b03eeb250 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-