This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Jul 29, 2022
-
-
Change-Id: I5fcad40bf4b62e724c0fce3905409cdbc1f4ac57 Signed-off-by: Guillermo Calvino <guillermo.calvino@canonical.com>
-
Mark Beierl authored
Puts the step to extract the container logs into a try/catch block so that the logic to delete the VM and stop the apache container will always execute, instead of leaving them behind on error. Fixes bug 2129 Change-Id: If252670b5374f1665f0e8b649b9fbc16c1ff2705 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Jul 21, 2022
-
-
Mark Beierl authored
Only checks release notes for incoming patches, not for merge jobs. Change-Id: I895136d5369f836ddae66cd49a2911cd4aa945cb Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jul 15, 2022
-
-
Mark Beierl authored
Change the jenkins node label from 'docker' to 'stage_2' as part of the Jenkins cleanup Change-Id: Ifdba6e06053a705baadae674dbfd1faa7be57cfc Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Jun 27, 2022
-
-
Mark Beierl authored
Removing old charm files that are no longer in use Change-Id: I4aaf35a3708f47bd04beffcba8e2fbd850e1f433 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jun 22, 2022
-
-
garciadeblas authored
Change-Id: I9fa2bfe6322748b9fbd22d2348b88f8f63df0329 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 21, 2022
-
-
garciadeblas authored
Change-Id: I0e486a70512af81d554ac9a843843431c5048b10 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 17, 2022
-
-
Mark Beierl authored
Changes the credendtials used for the snapstore from being in a file in jenkins' home directory to being a secret stored in the Jenkins server itself. Fixes bug 2080 Change-Id: Icb78ac46c83bdab1176c9316482f713f7bd89e4b Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jun 16, 2022
-
-
garciadav authored
- Fix nbi interface type - Update Charm Libraries Change-Id: I93d00b240e0f8f127411677647e04813f9ca412b Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Jun 15, 2022
-
-
Change-Id: I7dbfa487918b05e0bf98776db1b1cec5586beec7 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
Change-Id: Ifd0b560cb94c863ade982d3e74a3f5c9f3767657 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Jun 14, 2022
-
-
garciadeblas authored
Change-Id: Ie1b4d880418656a3619976c5159eec5cadd420d7 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 01, 2022
-
-
garciadav authored
Change-Id: I41b90c4010bf1dfe553a3d81bddf7bcef5f08b35 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- May 24, 2022
-
-
garciadeblas authored
Change-Id: I3ce790627d0a942f8df7c5b98a9afe078ffc41ab Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 17, 2022
-
-
By default lxd cloud is defined, with this change optionally lxd cloud is not added by passing --small-profile parameter in charmed installer. Change-Id: I8f3b1816c9f2f43ee6bb84c15b2ce0eda99d691b Signed-off-by: aticig <gulsum.atici@canonical.com>
-
Replace base64 format passwords with hex. Base64 passwords can include chars like "/" which may cause problems when using them in sed-like commands. Change-Id: Id522adf40e329d8169853b5614f5ff541a174f68 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
Change-Id: I62e9eaeabb915b7b8da01fe1aa65b03fdd1f8619 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 16, 2022
-
-
Change-Id: Ic624afeee0ec5011e21c10bd0eb110ec78888e1c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 11, 2022
-
-
Mark Beierl authored
Captures all network traffic (with a maximum packet size) so that if anything happens during the initial configuration and installation we can analyze it to determine what is happening in the network. Change-Id: Ia941d0a8b7610e4ad3a9d1f6ef1b53ac437e6a54 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- May 06, 2022
-
-
garciadav authored
Change-Id: I122eaa9c2c82ddbe00ee529ac3944cc666dc4a52 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- May 05, 2022
-
-
Mark Beierl authored
Adds installation ID to the charmed path, as well as tracking installation completion. Change-Id: Ieffce4d402d6d865a8acb8d8a0c213bee9355199 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- May 04, 2022
-
-
Change-Id: Iad8d16d24ab5c6bc545e3470aec8ae05f98b4c68 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Apr 22, 2022
-
-
garciadeblas authored
Change-Id: Icc23f4dd1f0eaa09b930d1403175fac2eeaf9f14 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Ife80b72991b27c55f2f254b2723a253172e38cc9 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Previously, the LCM charm was creating a Kubernetes secret with the name `lcm-lcm-secret`, to save the credentials for accessing Mongo, while the other modules' charms where using a name with the format `<mod_name>-mongodb-secret` to do so. This modification updates the LCM charm to create this secret in a compliant way with this name format. Change-Id: I4d91e760e44d1703f246e605d9b70625967556c5 Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
-
- Apr 15, 2022
-
-
Change-Id: I36e0d8a0b5ce18c93e0831b277210d6b275fbcca Signed-off-by: jpedrofonseca@av.it.pt <jpedrofonseca@ua.pt>
-
- Mar 30, 2022
-
-
garciadeblas authored
Change-Id: I1ed08f0220673b2d5ef69291d67821060e6ad2ac Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Change-Id: I47689b3137d9c18de2f2514ec9b81b2b978208cc Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Change-Id: Iae36bf59b76f103f4e7d609f13e1efd8914c310b Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Mar 25, 2022
-
-
Mark Beierl authored
Changes to juju result in human readable output no longer being applicable for the deployment completion check. Changes to use json output instead. Fixes Bug 1933 Change-Id: I65358c7f472956ed4238a5a61cceb1651d88feff Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 21, 2022
-
-
This fix solves the problem that is "pod is not restarted, although charm mongodb secret config has changed". Change-Id: Ifbb8a5e0e986563f42739db7b5669f933be6c5aa Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Mar 17, 2022
-
-
Mark Beierl authored
Update the CLI arguments for GPG signing so that it reads the passphrase passed in via the CLI. This is needed as the version of GPG has been updated and no longer accepts the old CLI arguments. Fixes bug 1912 Change-Id: I0a850b3f1641edb917624be8fd94be78667d01fd Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 11, 2022
-
-
garciadav authored
Also, added kafka_endpoint config to kafka exporter Change-Id: I24459e33841da33455b6780a4de2c808ddf30d0b Signed-off-by: David Garcia <david.garcia@canonical.com>
-
Changing hardcoded password in charmed installation. This fix will change the default passwords used in charmed installation for Prometheus, Mariadb and Keystone. Change-Id: I8a722d1afbe460831da91f893dc414a4fbd9c239 Signed-off-by: aticig <gulsum.atici@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>
-
Mark Beierl authored
Changes the ssh port ready check from a simple 'is the port open?' to a full ssh login check to ensure that sshd is actually running on the target server. Adds timeout to ssh check Fixes bug 1903 Change-Id: I8c3f0d8e1ac450726bc3336c00e7fbdf405fe067 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Mar 04, 2022
-
-
Change-Id: Ia109036c8cd54cfbc6af27ff2db094abf83ce9bd Signed-off-by: limon <alimonj@indra.es>
-
- Mar 03, 2022
-
-
Mark Beierl authored
The variables for module, moduleName, etc are not being created in local scope, causing the final docker push to re-use the last set value for the modules. Change-Id: I635955e5edcc2d94a50cec7749ac87813b5ac6c7 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Feb 22, 2022
-
-
Change-Id: I8b67e7fb1b0d008187833cfb8c1752a6254f4ccf Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
-
Change-Id: If64a82ccd300a512e69156101ee413377aaa8f1b Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-