This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Feb 22, 2022
-
-
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>
-
- Jan 28, 2022
-
-
sousaedu authored
Change-Id: I2a9dadb36039fa3b2e61c8c055a4f86e5c3fd172 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- 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
-
-
Mark Beierl authored
Changes script to place the private key into the ssh config instead of public key. Fixes bug 1864 Change-Id: I2d5204970ebea62aded6fe125b474032d8fb5d34 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
garciadeblas authored
Change-Id: Ifd7924747a8bea16679736d68026d45efb40e69a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
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>
-
Mark Beierl authored
Revert the apt proxy in stage 3 as it appears that the cache gets crossed packages if 2 or more builds run at the same time. Evidence of problem is hash mismatch on osm_devops deb file during stage 3 Change-Id: Id8680453fd4588ca526ab1ea9cb8a322075e2386 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Change stage 3 base image to Ubuntu 20.04 so we can use python3.8 Change-Id: I42f9185277b9f081611c550cf0f86235b9bf8e85 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jan 14, 2022
-
-
Mark Beierl authored
Updates base to Ubuntu 20.04 Updates python to 3.8 Updates pip dependencies to more recent versions Adds apt cache to stage 2 dockerfile Fixes bug 1841 Change-Id: I70af3cfab7484d7b284c143d554bef9f0be51812 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
Mark Beierl authored
Adds apt proxy to build scripts and dockerfiles. Backward compatible change and proxy will not be used unless environment variable is supplied to docker build command. Fixes bug 1858 Change-Id: Ibd25bd1c145b8d43eeb85c5c952aec30ebcce1fc Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jan 13, 2022
-
-
garciadeblas authored
Change-Id: Ibed733d04770f00789f4f0c2ed1faf77ffdb5143 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I0c1e4a5d56e7dd8057d10e5636d4ca07d462d364 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Dec 17, 2021
-
-
Change-Id: Iaff583362ed0421318ae79d0010e81ee5d974de4 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
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 09, 2021
-
-
Change-Id: I3f946e7e13554e7cab74993fabfaae54e04d453e Signed-off-by: veleza <axel.velez@etsi.org>
-
- Dec 03, 2021
-
-
garciadeblas authored
Change-Id: I5ca8b030f9124a35325876a5e88752483f668f50 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-