This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Jun 15, 2022
-
-
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>
-
- Charmed installer uses bundles published in CharmHub - Use new zookeeper and kafka sidecar-charm - Changes in the charms to integrate with the new Kafka Change-Id: Ie59fe1c7c72774b317abe2433fafb28a11472b72 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- Feb 17, 2022
-
-
garciadeblas authored
Before this commit, only the changes in a branch from a tag to the HEAD were generated. This commit enables listing the changes in a branch from a tag to another tag or the HEAD of the branch. Change-Id: I389a7a06b68dc727910afd417e6a74e4d620deab Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 11, 2022
-
-
Mark Beierl authored
Change-Id: Ic250be888be01b53a2e71127ddd1d2a5cc0edb03 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
- Feb 10, 2022
-
-
Mark Beierl authored
Adjust the method of creating the map for the SSH remote target as the previous syntax did not provide the intended results. Change-Id: I448c8b362a6caf2779f0a032ee84f838593d2374 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
-
Change-Id: I7dd740b0ed007360767998372f97c53b5269fdf4 Signed-off-by: David Garcia <david.garcia@canonical.com>
-
garciadeblas authored
Change-Id: Ic60d3f5605fb353a3f70ae58b5836696223dfb87 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Id91f022f9e368315f9bd67f8d1eeea9028d17f2d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 09, 2022
-
-
garciadeblas authored
Change-Id: I639aed00e74c64e770566ce50de10e193e8b8d01 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Id8ba7cc71fb7a5df78242e4f967c2536e6d65219 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I3a768082f622263f405d3905fa43759e135d79d5 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-