This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- 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>
-
- 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 25, 2021
-
-
garciadeblas authored
Change-Id: I867590f408bb401f7bd66785645f7d185ce6861e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 24, 2021
-
-
Change-Id: I4c22ceb50c953f75654670fdd1b35e55e90db280 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
bravof authored
Change-Id: Ieb4e4caec3fe7f89f6bf0b4fc400ff0db88f3c4c Signed-off-by: bravof <fbravo@whitestack.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>
-
sousaedu authored
Change-Id: I23685d6fea5a61048b367981468a91fcd8de0473 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Nov 16, 2021
-
-
sousaedu authored
Change-Id: Ia4d8fc323a8d9b8a64810b676d4cb206d5fcd01f Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-