This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Dec 10, 2021
-
-
Mark Beierl authored
Change installation to --devmode instead of --classic Add --control to the init Checks for state before creating some objects Use the admin password generated by MicroStack install script Update default security group to have fully open access Update the initial image laod to 20.04 Added creation of an osm-ext network with router to external Fixes bug 1648 Change-Id: I6038be023bf04f99000b0ac8aeec7f7bcf205204 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Adds an exit to the awk command so that only the first IP address is used on a system that might have more than one IP address on the chosen interface Fixes bug 1530 Change-Id: I7d5775ed1c1e801a338e048576d5106dc6c3d23a Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Fixes logic to check for packages. Originally based on dpkg -l, which could return packages that were once installed, then removed. Instead a new function has been created that takes a list of packages to check and uses dpkg -L, which will return an error if a package is not, or no longer, installed Fixes bug 1531 Change-Id: Id096cf969aacca62dc7783b803e7925c796e325d Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
- Dec 03, 2021
-
-
garciadeblas authored
Change-Id: I5ca8b030f9124a35325876a5e88752483f668f50 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 29, 2021
-
-
sousaedu authored
Change-Id: I2d7a6256249ff4b2688b6fc5126ffe435757cfe1 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
- Nov 26, 2021
-
-
garciadeblas authored
Change-Id: Ie83a4c9284ea63b40c37975da261634f930b6317 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 24, 2021
-
-
Change-Id: I4c22ceb50c953f75654670fdd1b35e55e90db280 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
- Nov 22, 2021
-
-
garciadav authored
Change-Id: Ie5ef484759bd37d6cc8dcea0f32573e2a7dd3a11 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Nov 19, 2021
-
-
sousaedu authored
Change-Id: I4b3df48e7c277de7ccd91b4a017577942ec4926f Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
Change-Id: I66e7cab3f4707dbe05e17749abd154e05c852888 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
The idea behind this is to run NBI as a non-root user for security reasons. This required the creation of a new user in the container image and setting permissions acordingly. Change-Id: I9c8105b9b648c79643940994e51815118b9bbbe7 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
sousaedu authored
Change-Id: I3b5ccbd3efe4284996c81ebc65fc4adf53e9914e Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
- Nov 18, 2021
-
-
Change-Id: I52b26344eac166a4b76523986c7900078342eb5b Signed-off-by:
bravof <fbravo@whitestack.com>
-
- Nov 12, 2021
-
-
The new revisions include: - fixed security issues: secret management - Authentication in prometheus and grafana - Fix n2vc path in LCM charm (debug-mode) Change-Id: I4ace5a2e8e7f96883e439047dff739c8a9b40870 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Nov 11, 2021
-
-
garciadeblas authored
Change-Id: I66bd6367938fd39f37564920810d4fe1a31a1765 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 10, 2021
-
-
garciadeblas authored
Change-Id: I00237ab83be75629bcef93c7cbfd6f132f85c3f3 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 09, 2021
-
-
Change-Id: I7620f0a3b52f378f97fea92e8542418a5da36e5f Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Nov 08, 2021
-
-
garciadeblas authored
Change-Id: Ie840cbe538a33c5240dc0edf604477dbdfe5ac98 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Ied76a46baca9940a2856a289ca8a5ddb7d1381f2 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 05, 2021
-
-
garciadeblas authored
This change covers: - Feature 10892. Installation of OSM on top of Ubuntu20.04. Changes are mostly in full_install_osm.sh and are related to the use of new versions of kubeadm and docker-ce. In addition, changes in Jenkins groovy files have been done to indicate the base image to be used, either 18.04 or 20.04. - Feature 10893. Better tracking of installation. The code for tracking in in common/track. There is a function track that it is called in the different steps of the installation. - Feature 8460: Cleanup old code in full_install_osm.sh. The script full_install_osm.sh has been split in different scripts performing specific tasks, thus simplifying the installer: install_docker_ce.sh, install_juju.sh and install_kubeadm_cluster.sh. Change-Id: I1e388ec56285337eaf34f68470aa5a9b23ff45ff Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 04, 2021
-
-
garciadav authored
Change-Id: I669943ab80eb494e0b5c59089d26a9434e4a53fd Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Nov 03, 2021
-
-
garciadav authored
Metallb was complaining when indicating an IP range of a single IP. This commit changes the IP range "<IP>-<IP>" to CIDR format: "<IP>/32" Change-Id: If879fab2b272927a6a8ffda00f9c49f218224ac0 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Oct 11, 2021
-
-
garciadav authored
- Authentication to prometheus: - Update prometheus relation to provide auth credentials (user/pass) - Update grafana datasource to include credentials to prometheus - Update kafka and zookeeper charms: - Add support for the charms to talk to the new kafka charm - Add kafka and zookeeper charms in local bundle Change-Id: Ifb83769583178f3a2069ae6756aa430ec69eecce Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Oct 08, 2021
-
-
sousaedu authored
Change-Id: I222213dbf0b738e9e54916e3568baa9fb5738e16 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
- Oct 07, 2021
-
-
sousaedu authored
Change-Id: Ifd3371a6e456d4dd56df4f40b75e0bc441418617 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
- Oct 05, 2021
-
-
garciadeblas authored
Change-Id: I835da2f886f5bbf9eb342d52362a8a005710c255 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadav authored
Change-Id: I31f5540e0d8991006e8b3767a94fe4126945cafb Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Oct 04, 2021
-
-
Change-Id: I29c61f84dd8443a650cf45a4a2dfcc99efed1106 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
Change-Id: I238d04075c56ed6544df6d91eef16fc1a6b545c4 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Sep 29, 2021
-
-
security_context is set to false while we don't have new container images. Change-Id: I99cf8c1ab7446811887445d596f416f7e79574e7 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
- Sep 28, 2021
-
-
Change-Id: Ic5714571c673e4d82e3a905daa57f631640b94bb Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Sep 13, 2021
-
-
garciadeblas authored
Recent tests showed that the 5 minutes assigned to the time for checking failures in pods were not enough. This change increases the time to 7 minutes, which will be enough even for the long tail cases. Change-Id: Ic9c721811a187292c1da6f421f2ed4311b7f4622 Signed-off-by:
garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Sep 10, 2021
-
-
Mark Beierl authored
This reverts commit f5051cb9. Reason for revert: Juju 2.9.12 has bugs that require us to stick with original until they are fixed. Change-Id: I4f5b7af7278b67c39c9e236fa67e051eccf295e7 Signed-off-by:
beierlm <mark.beierl@canonical.com>
-
garciadav authored
Change-Id: Ibcbbffd7be34462e4fb0521458ca739f1d0aa150 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Sep 09, 2021
-
-
Change-Id: Ic8aa87248317c9b0da160af62ebb31e82331ed1b Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Sep 02, 2021
-
-
sousaedu authored
Change-Id: I00711202fdbacd73e9205dd3fc34424893440be5 Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
-
sousaedu authored
Change-Id: Icac0e15706e49cb387ac6686cb26337b98a5a319 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Sep 01, 2021
-
-
aguilard authored
Updated OpenEBS to version 1.12.0 using Helm Updated Helm from v2.15.2 to v3.6.3 Change-Id: Ie31239181a7fbcf7a250ebbdf9123d4088ca75b3 Signed-off-by:
aguilard <e.dah.tid@telefonica.com>
-
- Aug 31, 2021
-
-
Change-Id: I15645825ab8ff927ad0f72bbfd53ea71343b2be4 Signed-off-by:
David Garcia <david.garcia@canonical.com>
-
- Aug 26, 2021
-
-
garciadav authored
- Added a debug_mode option to lcm, mon, nbi, pol, and ro charms - Added a script to prepare pods for debugging: - setup .ssh/config to easily ssh from vscode to the pods - Added a README that explains how to prepare the environment for testing Change-Id: Ieb56b565c15e61c68ad000b60897abd27e1eeb0e Signed-off-by:
David Garcia <david.garcia@canonical.com>
-