Fix: Add vex v3 starter flavors for create scripts 66/72766/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 20 Mar 2024 10:35:28 +0000 (20:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 20 Mar 2024 11:43:56 +0000 (21:43 +1000)
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 <abelur@linuxfoundation.org>
releasenotes/notes/add-vex-v3-starter-flavors-04a31542571fbc22.yaml [new file with mode: 0644]
shell/jenkins-configure-clouds.sh

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 (file)
index 0000000..b734c10
--- /dev/null
@@ -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.
index 06cb4a3..ed1a30c 100644 (file)
@@ -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 "")