This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- May 11, 2023
-
-
garciadeblas authored
Change-Id: I0a7db076f5e9db92a8891d13636f5ac0a845ab4a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 10, 2023
-
-
Updates all dockerfiles for stage 3 to use newer versions Change-Id: I4d73e04e11be4e12c98467f5d24ee5daff699d89 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
garciadeblas authored
Change-Id: I2a650b66cfdf8bb2249882947d0a47622c673806 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I98928685b3f3d5399f8c97d306e2ba7878b5515d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 04, 2023
-
-
Change-Id: I851299bf9bf57e9e50d6e1ad387766bbe13a192d Signed-off-by: sritharan <priyadarshini@tataelxsi.co.in>
-
- Apr 26, 2023
-
-
- Changed the node version from 10 to 14 incompatible with angular 14 version. Change-Id: Ib27ac394e2a30b9f66be530eab7fa3678d6bae01 Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
-
- Apr 25, 2023
-
-
aguilard authored
Change-Id: Ic454c894b60d0b2b88b6ea81ca35a0bf4d54ebac Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Apr 20, 2023
-
-
garciadeblas authored
This change removes the deployment of POL for NG-SA installation. In addition, it deploys a reduced MON, which will only run mon-dashboarder. A new K8s manifest (ng-mon.yaml )file has been created for the purpose. Change-Id: I243a2710d7b883d505ff4b4d012f7d67920f0e73 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Change-Id: If8332c12c2f065c0a4d195873e24a98aa34b0ed4 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
-
- Apr 13, 2023
-
-
garciadeblas authored
Change-Id: Id9a787e0fd3fd953b1b2ace190cdca6a77199f27 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 11, 2023
-
-
garciadeblas authored
Change-Id: Icc304cfe7124979584405ec6635ce2c7a9861eac Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Mar 28, 2023
-
-
garciadeblas authored
Change-Id: I4d0bd5be38faff10de4bd2dbaaa9a6010ab12732 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Id73a0de10b80a4154e1816c5695d3c96de1b03fe Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Mar 22, 2023
-
-
garciadeblas authored
Change-Id: Iaeb200d498c01e53a7748293d39b6d9a0ba3cfa9 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: I2be745edd4dd292cbb29bde58655c47bb52d5a32 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 18, 2022
-
-
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>
-
- Nov 16, 2022
-
-
garciadeblas authored
Change-Id: Ia6502c0e4ceef5354b27768e8632ea1e58a14076 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>
-
- Sep 30, 2022
-
-
garciadeblas authored
Change-Id: I1f09864d979d0d300ad85d794e1a3bb9bebacf68 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Sep 08, 2022
-
-
Removes the apt proxy configuration from the final image layers Change-Id: I3f2dfd81a04b42d3ee570cdc71ca41da39e621d0 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- May 24, 2022
-
-
garciadeblas authored
Change-Id: I3ce790627d0a942f8df7c5b98a9afe078ffc41ab Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 04, 2022
-
-
Change-Id: Iad8d16d24ab5c6bc545e3470aec8ae05f98b4c68 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Mar 10, 2022
-
-
Mark Beierl authored
This reverts commit b147d712. Reason for revert: NG-UI Container does not start up due to non-root user nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1 nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) Change-Id: Ibc44fdfe57ca576df70f12f5bb868fe9045990b8 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Feb 22, 2022
-
-
Change-Id: I8b67e7fb1b0d008187833cfb8c1752a6254f4ccf Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
-
- Feb 11, 2022
-
-
Mark Beierl authored
Change-Id: Ic250be888be01b53a2e71127ddd1d2a5cc0edb03 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Feb 09, 2022
-
-
garciadeblas authored
Change-Id: I639aed00e74c64e770566ce50de10e193e8b8d01 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 07, 2022
-
-
aticig authored
This fix changes the K8s version to 1.23 in installation scripts. Change-Id: Id020ece215f62ac9633a5190392350dbb8da515a Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Jan 28, 2022
-
-
sousaedu authored
Change-Id: I2a9dadb36039fa3b2e61c8c055a4f86e5c3fd172 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Jan 14, 2022
-
-
Mark Beierl authored
Updates base to Ubuntu 20.04 Updates python to 3.8 Updates pip dependencies to more recent versions Adds apt cache to stage 2 dockerfile Fixes bug 1841 Change-Id: I70af3cfab7484d7b284c143d554bef9f0be51812 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Adds apt proxy to build scripts and dockerfiles. Backward compatible change and proxy will not be used unless environment variable is supplied to docker build command. Fixes bug 1858 Change-Id: Ibd25bd1c145b8d43eeb85c5c952aec30ebcce1fc Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jan 13, 2022
-
-
garciadeblas authored
Change-Id: I0c1e4a5d56e7dd8057d10e5636d4ca07d462d364 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 17, 2021
-
-
Change-Id: Iaff583362ed0421318ae79d0010e81ee5d974de4 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Nov 29, 2021
-
-
sousaedu authored
Change-Id: I2d7a6256249ff4b2688b6fc5126ffe435757cfe1 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Nov 25, 2021
-
-
garciadeblas authored
Change-Id: I867590f408bb401f7bd66785645f7d185ce6861e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 24, 2021
-
-
Change-Id: I4c22ceb50c953f75654670fdd1b35e55e90db280 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
bravof authored
Change-Id: Ieb4e4caec3fe7f89f6bf0b4fc400ff0db88f3c4c Signed-off-by: bravof <fbravo@whitestack.com>
-
- Nov 19, 2021
-
-
sousaedu authored
Change-Id: I4b3df48e7c277de7ccd91b4a017577942ec4926f Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-