<div dir="ltr">Hi Ajay, <div><br></div><div>Let me explain how Rally works in this case:  </div><div><br></div><div><br></div><div>1) run all context setup() methods. (Create tenants, users, setup quotas, roles, upload images, ....)</div><div><br></div><div>2) Run load (100 times stuff with concurrency 10 )</div><div><br></div><div>3) run all context cleanup() methods. (Run in vise versa order all chosen context including generic cleanup) <br><div><br></div><div><br></div></div><div>So, the answer on your questions is that you shouldn't change anything in Rally to have 100 active instance before cleanup. </div><div><br></div><div>You should just use proper benchmark scenario.</div><div>Like this one: <a href="https://github.com/stackforge/rally/blob/master/doc/samples/tasks/scenarios/nova/boot.json">https://github.com/stackforge/rally/blob/master/doc/samples/tasks/scenarios/nova/boot.json</a></div><div>That boots VMs but doesn't delete them. So they will be deleted only in generic cleanup context.</div><div><br></div><div><br></div><div>Best regards,</div><div>Boris Pavlovic </div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 20, 2014 at 4:28 AM, Ajay Kalambur (akalambu) <span dir="ltr"><<a href="mailto:akalambu@cisco.com" target="_blank">akalambu@cisco.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>Hi</div>
<div>In rally I have 2 questions. When you use a context like example</div>
<div>users: 2, tenant:2 I want the users and tenants to not be cleaned up but accumulated and cleaned up at end.</div>
<div>Example create 1 user 1 tenant run tests create second user tenant run test and finally clean up user and tenant</div>
<div><br>
</div>
<div>Similarly when you specify </div>
<div>times: 100</div>
<div>concurrency: 10</div>
<div>I want it to launch 10 at a time but not clean them up immediately and only clean up at end so 100 instances are active at end before clean up</div>
<div><br>
</div>
<div>What changes would be needed to Rally to support this. Is there also a temporary way to do this if not present</div><span class="HOEnZb"><font color="#888888">
<div><br>
</div>
<div>Ajay</div>
<div><br>
</div>
</font></span></div>

<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>