From a79f427839b2b2c664a9ec047a54272fbbf56c0f Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 28 May 2021 12:36:13 +1000 Subject: [PATCH] CI: Migrate templates v2-highcpu-* flavor to v3 v3 flavors guarantees jobs spin on newer hardware that are faster and cost-efficient than the v2 flavors. Signed-off-by: Anil Belur Change-Id: I101d5a3d9cea4abd2807fb793b69bbe8c58d4bfe --- packer/templates/mininet-ovs-2.8.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/templates/mininet-ovs-2.8.json b/packer/templates/mininet-ovs-2.8.json index c8412343f..61f0677b3 100644 --- a/packer/templates/mininet-ovs-2.8.json +++ b/packer/templates/mininet-ovs-2.8.json @@ -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": "" }, -- 2.36.6