From: Anil Belur Date: Fri, 28 May 2021 02:37:07 +0000 (+1000) Subject: CI: Migrate templates v2-highcpu-* flavor to v3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=82f1a0cdee9be6a0416eaf17a0b97a2ba8cd319e;p=releng%2Fbuilder.git 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: I4ff42948444e9ef4f1b8e1a00aa54e1fc4050eb1 --- diff --git a/packer/templates/devstack-pre-pip-rocky.json b/packer/templates/devstack-pre-pip-rocky.json index 1e6ba9eac..2da9b1992 100644 --- a/packer/templates/devstack-pre-pip-rocky.json +++ b/packer/templates/devstack-pre-pip-rocky.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": "" },