This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git.
Pull mirroring updated .
- Apr 02, 2024
-
-
garciadeblas authored
Change-Id: Ie117970e9222227e5758674b49bf6026f072a884 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 01, 2024
-
-
garciadeblas authored
Change-Id: Id80d48b804372c97290f3cb4ac930ca76f1d692b Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I33f3ef86430742e47e79d8f01cc88d38344f51f7 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I4dce361ac30b1df070f469951ce0f3cf909c38f0 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: I3179800acf111516dfc0750d98d6fd4edf3c47a9 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
garciadeblas authored
Change-Id: Ic8d03d75ce177d6dc38da77963378801fba0e2ec Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Mar 04, 2024
-
-
escaleira authored
Change-Id: I72bb442fb5c69e5dc48e7f8272df912bd56ad9bc Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
-
- Jan 25, 2024
-
-
garciadeblas authored
Change-Id: Ibc0028df3d41204d630643aff86d8fd9657c5169 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 23, 2024
-
-
garciadeblas authored
Change-Id: Iac32518e66e6b1ba97bc2eb98e8b1b55bd16d346 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jan 22, 2024
-
-
garciadeblas authored
Change-Id: Iaa02b89c029eb933e4ca5f5052a1829527b71a4a Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 08, 2023
-
-
garciadeblas authored
Change-Id: I3b39c6b63c06847f42376ec6e8493d2085429986 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 06, 2023
-
-
garciadeblas authored
Change-Id: I13c3ba2587bab8013585bc314955181add5041f3 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Jun 01, 2023
-
-
garciadeblas authored
Change-Id: I54cdbb8c2ebb75d1dc1c939bd1c8682b2e9980b8 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- May 31, 2023
-
-
garciadeblas authored
Change-Id: I83cbb5e3e21fb31747d8c2ce3b84bb79069ae4a1 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Apr 14, 2023
-
-
garciadeblas authored
Change-Id: Ic95f32cd1fc311bf93a817da90f48a17d7c2bd13 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 25, 2022
-
-
It includes: - Cert-manager installation - Custom CA bootstrap - Mount CA in LCM pod Change-Id: I8e6d73fb0c179df130f7f4a7f8829bd781713d51 Signed-off-by: Gabriel Cuba <gcuba@whitestack.com>
-
- Nov 22, 2022
-
-
garciadeblas authored
Change-Id: Iac74e39fb00a396de1a6a971c35962a6688dad06 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Nov 14, 2022
-
-
garciadeblas authored
Change-Id: I180100f6bc26e1425acd853f51382c0eb2b374d3 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>
-
- 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>
-
- Nov 26, 2021
-
-
garciadeblas authored
Change-Id: Ie83a4c9284ea63b40c37975da261634f930b6317 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>
-