This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- 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>
-
garciadeblas authored
Change-Id: Ifd073ca75f69d083e2c63cd1e62afc8ab7a6cc47 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I0d4fa2a71296658672dfbaac1a6ef6752ef1a1de 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>
-
- Feb 06, 2022
-
-
garciadeblas authored
This changes moves the check of snapd package sooner in the installer, and installs it if missing. It also modifies check_packages function so that the output is not redirected to /dev/null. Finally, some echos were added to know the progress of the check. Change-Id: Iaf058d18aa906068de65e800066752ba3343dda5 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: If3533f3477776068bc7d4623bb9eca27a9085656 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I81c8f2443557887562512a4cc3b1f3c8ecb33ae9 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Feb 04, 2022
-
-
Mark Beierl authored
The addition of the build parameter to the Artifactory search results in what would appear to be a full index scan, taking over 2 minutes to complete. With this change, we still get the exact artifact we need, however the search completes in less than 1 second. Fixes Bug 1878 Change-Id: Ibe5987e06cac39e3651b9dbec61993c0cfb567b8 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Change-Id: Ic4cabf02c9089ba2b00ae2d8c53ab56cbc77a2d1 Signed-off-by: limon <alimonj@indra.es>
-
- Feb 01, 2022
-
-
Mark Beierl authored
Added a lockable resource semaphore around queries to artifactory to prevent overloading the server. Fixes Bug 1873 Change-Id: I17979e7fa5d2ed2405873e7dda588d7104741817 Signed-off-by: beierlm <mark.beierl@canonical.com>
-