From: Anil Belur Date: Wed, 20 Mar 2024 10:35:28 +0000 (+1000) Subject: Fix: Add vex v3 starter flavors for create scripts X-Git-Tag: v0.90.4~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=9268e4ab2c79a5605c59865ac5dd96231de75518 Fix: Add vex v3 starter flavors for create scripts Update the create script to include V3 starter flavors on the cloud provider. Newer V3 starter flavors run on newer hardware and could potentially reduce costs by half and ideal for running jobs or tests as compared to standard flavors that are not required for basic jobs. Issue: RELENG-5237 Change-Id: I8b8c59b82a995298a0c892d134b5df68a77ed0ef Signed-off-by: Anil Belur --- diff --git a/releasenotes/notes/add-vex-v3-starter-flavors-04a31542571fbc22.yaml b/releasenotes/notes/add-vex-v3-starter-flavors-04a31542571fbc22.yaml new file mode 100644 index 00000000..b734c10e --- /dev/null +++ b/releasenotes/notes/add-vex-v3-starter-flavors-04a31542571fbc22.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Update the create script to include V3 starter flavors on the cloud + provider. Newer V3 starter flavors run on newer hardware and could + potentially reduce costs by half and ideal for running jobs or tests + as compared to standard flavors. diff --git a/shell/jenkins-configure-clouds.sh b/shell/jenkins-configure-clouds.sh index 06cb4a3d..ed1a30c0 100644 --- a/shell/jenkins-configure-clouds.sh +++ b/shell/jenkins-configure-clouds.sh @@ -192,6 +192,14 @@ get_minion_options() { flavors["v3-standard-48"]="06a0e8b7-949a-439d-a185-208ae9e645b2" flavors["v3-standard-64"]="402a2759-cc01-481d-a8b7-2c7056f153f7" flavors["v3-standard-96"]="883b0564-dec6-4e51-88c7-83d86994fcf0" + flavors["v3-starter-2"]="b542cedb-d3b4-4446-a43f-5416711440ee" + flavors["v3-starter-4"]="5f93acce-e8dc-482b-9118-134728a77aa8" + flavors["v3-starter-8"]="35c0ddb3-4dd8-478c-887c-34620851a66a" + flavors["v3-starter-16"]="595dd716-6c7a-4365-9020-2ff10796e29c" + flavors["v3-starter-32"]="15949005-7952-4e93-be69-ca89dab5b884" + flavors["v3-starter-48"]="94eb4cec-3840-4171-ad50-a8bce2757d11" + flavors["v3-starter-64"]="4a6e52a2-8f64-4632-adde-72f81616d4f9" + flavors["v3-starter-96"]="8e7205fc-3ec7-456c-bff0-e38609e415c1" image_name=$(get_cfg "$cfg_file" IMAGE_NAME "") volume_size=$(get_cfg "$cfg_file" VOLUME_SIZE "")