Disable packer jobs with Ubuntu 18.04
[releng/builder.git] / openstack-hot / csit-2-instance-type.yaml
index eced293009697175f063f5f706e3bfcf1d43b192..c813ceeea4f2c0d7d586da6efc89e4e5bba33111 100644 (file)
@@ -13,7 +13,7 @@ parameters:
         description: Number of VMs for 1st VM type
     vm_0_flavor:
         type: string
-        default: 1 GB General Purpose v1
+        default: v1-standard-1
         description: Flavor to run instance on for 1st VM type
     vm_0_image:
         type: string
@@ -23,7 +23,7 @@ parameters:
         description: Number of VMs for 2nd VM type
     vm_1_flavor:
         type: string
-        default: 1 GB General Purpose v1
+        default: v1-standard-1
         description: Flavor to run instance on for 2nd VM type
     vm_1_image:
         type: string
@@ -41,6 +41,7 @@ resources:
                     silo: {get_param: silo}
                     ssh_key: {get_param: silo}
                     index: "%index%"
+                    group: "0"
                     vm_flavor: {get_param: vm_0_flavor}
                     vm_image: {get_param: vm_0_image}
 
@@ -55,6 +56,7 @@ resources:
                     silo: {get_param: silo}
                     ssh_key: {get_param: silo}
                     index: "%index%"
+                    group: "1"
                     vm_flavor: {get_param: vm_1_flavor}
                     vm_image: {get_param: vm_1_image}