CI: Migrate templates v2-highcpu-* flavor to v3 86/96386/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 28 May 2021 02:35:20 +0000 (12:35 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 28 May 2021 02:38:24 +0000 (12:38 +1000)
v3 flavors guarantees jobs spin on newer hardware that
are faster and cost-efficient than the v2 flavors.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I013e27d0e6a4e46ebc817fd4021cb32f0e310e9e

packer/templates/devstack.json

index 178dd022b5c4abc15fabd80a1a2ee01501574b12..0e6382882eb1c16bca4fba0f66095d7f97b20ee3 100644 (file)
@@ -10,7 +10,7 @@
     "vm_volume_size": "20",
     "vm_image_disk_format": "",
     "distro": null,
-    "flavor": "v2-highcpu-1",
+    "flavor": "v3-standard-2",
     "ssh_user": null,
     "ssh_proxy_host": ""
   },