X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack-hot%2Fcsit-3-instance-type.yaml;h=de6548a3406e1838b0a69149ca0418e1b5798c70;hb=c8362308bbb3cdff371cab923ea54edb0f1c2d9a;hp=09adfdb793816b4b7b5ac37b92df8c71f9a57705;hpb=5e174f5369c8d24a081f37f8ea227c1fff8ebb0e;p=releng%2Fbuilder.git diff --git a/openstack-hot/csit-3-instance-type.yaml b/openstack-hot/csit-3-instance-type.yaml index 09adfdb79..de6548a34 100644 --- a/openstack-hot/csit-3-instance-type.yaml +++ b/openstack-hot/csit-3-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 @@ -50,6 +50,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} @@ -64,6 +65,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} @@ -78,6 +80,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}