This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Feb 06, 2022
-
-
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
-
-
Change-Id: Ic4cabf02c9089ba2b00ae2d8c53ab56cbc77a2d1 Signed-off-by: limon <alimonj@indra.es>
-
- Jan 22, 2022
-
-
garciadeblas authored
The installation of the local K8s cluster fails when kube-flannel.yml is not found in the temp folder. The error that we see in the installation is "error reading [/tmp/flannel.*****]: recognized file extensions are [.json .yaml .yml]" This commit updates the function deploy_cni_provider to remove the silent output when getting kube-flannel.yml. In addition, it adds several retries on error. Finally, the error message has been modified to be more explicit about the error. Change-Id: Ic030790e60383b75ebe21c7cb4c60485836fab2e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 21, 2022
-
-
garciadeblas authored
This reverts commit 5a5c63fa. Change-Id: Id90ffd535c69bbe3ab7140bf977fa8a1c78de9cd Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 20, 2022
-
-
garciadeblas authored
The installation of the local K8s cluster fails when kube-flannel.yml is not found in the temp folder. The error that we see in the installation is "error reading [/tmp/flannel.*****]: recognized file extensions are [.json .yaml .yml]" This commit updates the function deploy_cni_provider to remove the silent output when getting kube-flannel.yml. In addition, it adds several retries on error. Finally, the error message has been modified to be more explicit about the error. Change-Id: Ica07bc5b3b76ffb84f7247c436b214b531d8e833 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
The installation of the local k8s cluster with install_kubeadm_cluster.sh raised an error message when deleting the namespace "osm". That NS is deleted as a previous step to the deployment of OSM pods, just to make sure that we start from a clean NS. In principle, the error from kubectl should appear always in clean installations. For that reason, the output of the command is redirected to /dev/null to avoid confusion for the end user. Change-Id: I65b90675194848f3968a9c192427224652e3087f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 13, 2022
-
-
garciadeblas authored
Change-Id: Ibed733d04770f00789f4f0c2ed1faf77ffdb5143 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 17, 2021
-
-
garciadav authored
Change-Id: I6641aa68aaa920bbe14ca688b984c5591c0ff72d Signed-off-by: David Garcia <david.garcia@canonical.com>
-
- 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>
-