X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack-hot%2Fcsit-2-instance-type.yaml;h=c813ceeea4f2c0d7d586da6efc89e4e5bba33111;hb=c3e56b55920928bac85fbc71c301e43efb573903;hp=eced293009697175f063f5f706e3bfcf1d43b192;hpb=5e174f5369c8d24a081f37f8ea227c1fff8ebb0e;p=releng%2Fbuilder.git diff --git a/openstack-hot/csit-2-instance-type.yaml b/openstack-hot/csit-2-instance-type.yaml index eced29300..c813ceeea 100644 --- a/openstack-hot/csit-2-instance-type.yaml +++ b/openstack-hot/csit-2-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 @@ -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}