From f407c4588682fa36677f888c103c372c00057ca8 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 22 Aug 2024 14:23:40 +0200 Subject: [PATCH] Prepare installers and Jenkins for Release SIXTEEN Change-Id: Id41170b2743d5db22fa71d282f999bd97ca73bc0 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 6 +++--- installers/helm/osm/Chart.yaml | 2 +- installers/install_osm.sh | 2 +- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- jenkins/public-clouds-tests/Jenkinsfile | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ee51e2f6..a809215a 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -576,7 +576,7 @@ function install_osm() { arrange_docker_default_network_policy fi - wget -q -O- https://osm-download.etsi.org/ftp/osm-15.0-fifteen/README2.txt &> /dev/null + wget -q -O- https://osm-download.etsi.org/ftp/osm-16.0-sixteen/README2.txt &> /dev/null track end sudo find /etc/osm [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function @@ -970,7 +970,7 @@ fi # Installation starts here # Get README and create OSM_TRACK_INSTALLATION_ID -wget -q -O- https://osm-download.etsi.org/ftp/osm-15.0-fifteen/README.txt &> /dev/null +wget -q -O- https://osm-download.etsi.org/ftp/osm-16.0-sixteen/README.txt &> /dev/null export OSM_TRACK_INSTALLATION_ID="$(date +%s)-$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16)" # Get OS info to be tracked @@ -986,7 +986,7 @@ if [ -n "$CHARMED" ]; then sudo snap install jq || FATAL "Could not install jq (snap package). Make sure that snap works" ${OSM_DEVOPS}/installers/charmed_install.sh --tag $OSM_DOCKER_TAG "$@" || \ FATAL_TRACK charmed_install "charmed_install.sh failed" - wget -q -O- https://osm-download.etsi.org/ftp/osm-15.0-fifteen/README2.txt &> /dev/null + wget -q -O- https://osm-download.etsi.org/ftp/osm-16.0-sixteen/README2.txt &> /dev/null echo -e "\nDONE" exit 0 elif [ -n "$INSTALL_TO_OPENSTACK" ]; then diff --git a/installers/helm/osm/Chart.yaml b/installers/helm/osm/Chart.yaml index 0b169544..1ab19032 100644 --- a/installers/helm/osm/Chart.yaml +++ b/installers/helm/osm/Chart.yaml @@ -20,7 +20,7 @@ description: A Helm chart for Open Source MANO (OSM) type: application icon: https://www.etsi.org/images/articles/logos/OSM.png version: 0.0.1 -appVersion: "15" +appVersion: "16" dependencies: - name: mysql repository: "https://charts.bitnami.com/bitnami" diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 5ea71169..ba116cc4 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -13,7 +13,7 @@ # limitations under the License. # REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian -RELEASE=ReleaseFIFTEEN +RELEASE=ReleaseSIXTEEN REPOSITORY=stable DOCKER_TAG="testing-daily" DEVOPS_PATH=/usr/share/osm-devops diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 3af7d273..9023d9ce 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -543,7 +543,7 @@ node("${params.NODE}") { ] sshCommand remote: remote, command: ''' - wget https://osm-download.etsi.org/ftp/osm-15.0-fifteen/install_osm.sh + wget https://osm-download.etsi.org/ftp/osm-16.0-sixteen/install_osm.sh chmod +x ./install_osm.sh sed -i '1 i\\export PATH=/snap/bin:\$PATH' ~/.bashrc ''' diff --git a/jenkins/public-clouds-tests/Jenkinsfile b/jenkins/public-clouds-tests/Jenkinsfile index a5cf8a5b..a65f5c1a 100644 --- a/jenkins/public-clouds-tests/Jenkinsfile +++ b/jenkins/public-clouds-tests/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { // Parameters to define the specific OSM version to test // --> Defaults to latest stable version of Release FOURTEEN - string(defaultValue: 'https://osm-download.etsi.org/ftp/osm-15.0-fifteen/install_osm.sh', description: 'URL to OSM installer', name: 'INSTALLER_URL') + string(defaultValue: 'https://osm-download.etsi.org/ftp/osm-16.0-sixteen/install_osm.sh', description: 'URL to OSM installer', name: 'INSTALLER_URL') string(defaultValue: 'testing-daily', description: 'Release for OSM binaries (REPO_BASE)', name: 'REPO_BASE') string(defaultValue: 'testing-daily', description: 'OSM docker tag (DOCKER_TAG)', name: 'DOCKER_TAG') string(defaultValue: 'testing', description: 'Repository name for OSM packages (REPO_NAME)', name: 'REPO_NAME') -- 2.25.1