This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Dec 12, 2022
-
-
Installation of jq was moved from common to k8s specific section, so must be replicated for charmed section Change-Id: Ib843314ba9af97cd5be8932926ddd08839b4258a Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Dec 09, 2022
-
-
Performs a scan of the track and channels specified to promote the snaps and the charms to the next track. Change-Id: I1ed59f1a34fda93eba19c4477149d166f0998fc1 Signed-off-by: Mark Beierl <mark.beierl@canonical.com> (cherry picked from commit 379b6d33)
-
Mark Beierl authored
Corrected typo: v13 is represented as track 13, not v13. Change-Id: I654bea89d4326e1aeadc02d91b511b2e9e5c2e43 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Mark Beierl authored
Corrected typo: v13 is represented as track 13, not v13. Change-Id: I143199199486556ed8afa142a59ab435186d900c Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Dec 08, 2022
-
-
Some charms have resources, and others, like prometheus have multiple resources. This change takes those resources into account when promothing charms Change-Id: I0ecb3634e379e5f1eb7036dadb591d73db773099 Signed-off-by: Mark Beierl <mark.beierl@canonical.com> (cherry picked from commit 4a986040)
-
- Dec 07, 2022
-
-
Update charmed installed to follow v13.0 track Change-Id: If696021b4d2f936a423f30531a869f3ddac2d815 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Use variable instead of hard-coded 'latest' Change-Id: I72bcf6f0ed7ef84aefde255d6ee877ead86836b6 Signed-off-by: Mark Beierl <mark.beierl@canonical.com> (cherry picked from commit c598418e)
-
- Nov 30, 2022
-
-
Change-Id: I6fd6dad662822490eecdd89006064be429b36db0 Signed-off-by: aguilard <e.dah.tid@telefonica.com> Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 29, 2022
-
-
garciadeblas authored
Change-Id: Iacc57c09341252ca7d7a11f89a2ba7a3ba697cf9 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 25, 2022
-
-
garciadeblas authored
Change-Id: I779139e1cb4cc62011e642b852d8c53a6ddea53e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I4f8759eaea83f2e110f1c0ff4c7f59b7e184e2ee Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
It includes: - Cert-manager installation - Custom CA bootstrap - Mount CA in LCM pod Change-Id: I8e6d73fb0c179df130f7f4a7f8829bd781713d51 Signed-off-by: Gabriel Cuba <gcuba@whitestack.com>
-
garciadeblas authored
Change-Id: I2be745edd4dd292cbb29bde58655c47bb52d5a32 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I8d82e362792dfc2e3f12415807a20712c560e53a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Id7bc562963acdb8facf7c6fb48e9598f0743d92f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 24, 2022
-
-
Change-Id: I153b196f67c5b4cf017af15d9a10c8ed98e0dee4 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-
Adding some tree commands and lsof to check on the repo directory as it does not always get removed properly Change-Id: Ibc23d232c3f0e00e1fe899d91f218030292f5efd Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Nov 22, 2022
-
-
garciadeblas authored
Change-Id: Iac74e39fb00a396de1a6a971c35962a6688dad06 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 18, 2022
-
-
Change-Id: I2d9a72c90a75f85ef10f5985223dda2995d7febd Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-
Change-Id: I0b87faf6433e2628ee4916a76a8f7e367c6456a1 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-
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: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 17, 2022
-
-
garciadeblas authored
Change-Id: Iafefe1d4fc91521ecc0da067c0d54bb6d26baa31 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
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>
-