X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack-hot%2Fcsit-4-instance-type.yaml;h=18ae037e5c60c612ab41e8cf24be54ca169f0ba3;hb=93a5304ef04620630cbd6de14694607048bf2aa3;hp=79de0db5afe712b8b25cf1ee8db61bc46f0d03e2;hpb=7cfe8f8e1fbcf69d4220e77c373511e4b94f4a82;p=releng%2Fbuilder.git diff --git a/openstack-hot/csit-4-instance-type.yaml b/openstack-hot/csit-4-instance-type.yaml index 79de0db5a..18ae037e5 100644 --- a/openstack-hot/csit-4-instance-type.yaml +++ b/openstack-hot/csit-4-instance-type.yaml @@ -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 @@ -33,7 +33,7 @@ parameters: description: Number of VMs for 3rd VM type vm_2_flavor: type: string - default: 1 GB General Purpose v1 + default: v1-standard-1 description: Flavor to run instance on for 3rd VM type vm_2_image: type: string @@ -42,7 +42,7 @@ parameters: description: Number of VMs for 3rd VM type vm_3_flavor: type: string - default: 1 GB General Purpose v1 + default: v1-standard-1 description: Flavor to run instance on for 3rd VM type vm_3_image: type: string @@ -59,6 +59,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} @@ -73,6 +74,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} @@ -87,6 +89,7 @@ resources: silo: {get_param: silo} ssh_key: {get_param: silo} index: "%index%" + group: "2" vm_flavor: {get_param: vm_2_flavor} vm_image: {get_param: vm_2_image} vm_3_group: @@ -100,6 +103,7 @@ resources: silo: {get_param: silo} ssh_key: {get_param: silo} index: "%index%" + group: "3" vm_flavor: {get_param: vm_3_flavor} vm_image: {get_param: vm_3_image}