Feat: Add v3-starter flavors to cloud lookup 58/68758/2
authorEric Ball <eball@linuxfoundation.org>
Thu, 9 Sep 2021 18:29:14 +0000 (11:29 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 9 Sep 2021 18:36:29 +0000 (11:36 -0700)
Issue: RELENG-3935
Change-Id: I114ca41c020c3d408d2afdf0934f57c166312ad8
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jenkins-admin/create_jenkins_clouds_openstack_yaml.py
releasenotes/notes/add-v3-starter-flavors-7038c2e019b3415b.yaml [new file with mode: 0644]

index 50c4c03..f26eba4 100755 (executable)
@@ -63,7 +63,19 @@ lookuptable = {
     "v3-standard-32": "3e01b39f-45a9-4b7b-b6dc-14378433dc36",
     "v3-standard-48": "06a0e8b7-949a-439d-a185-208ae9e645b2",
     "v3-standard-64": "402a2759-cc01-481d-a8b7-2c7056f153f7",
-    "v3-standard-96": "883b0564-dec6-4e51-88c7-83d86994fcf0"
+    "v3-standard-96": "883b0564-dec6-4e51-88c7-83d86994fcf0",
+    "v3-starter-1": "4d2a0d31-ebe9-4b99-a6d1-96c075b6c239",
+    "v3-starter-2": "b542cedb-d3b4-4446-a43f-5416711440ee",
+    "v3-starter-4": "5f93acce-e8dc-482b-9118-134728a77aa8",
+    "v3-starter-6": "c5a671a2-2db5-4ffe-b681-ff77ec18bbe5",
+    "v3-starter-8": "35c0ddb3-4dd8-478c-887c-34620851a66a",
+    "v3-starter-16": "595dd716-6c7a-4365-9020-2ff10796e29c",
+    "v3-starter-20": "3e8f788c-50ed-48c5-875e-5dfb3814d1f6",
+    "v3-starter-24": "eb1af7f9-6b54-4780-a7e6-f76813106227",
+    "v3-starter-32": "15949005-7952-4e93-be69-ca89dab5b884",
+    "v3-starter-48": "94eb4cec-3840-4171-ad50-a8bce2757d11",
+    "v3-starter-64": "4a6e52a2-8f64-4632-adde-72f81616d4f9",
+    "v3-starter-96": "8e7205fc-3ec7-456c-bff0-e38609e415c1",
 }
 maintemplate = """\
 ---
diff --git a/releasenotes/notes/add-v3-starter-flavors-7038c2e019b3415b.yaml b/releasenotes/notes/add-v3-starter-flavors-7038c2e019b3415b.yaml
new file mode 100644 (file)
index 0000000..6fec750
--- /dev/null
@@ -0,0 +1,5 @@
+---
+features:
+  - |
+    Add v3-starter flavors to cloud lookup in create_jenkins_clouds_openstack_yaml
+    script.