Re: [openstack-dev] [Rally] single router per tenant in network context

2016-03-30 Thread Akshay Kumar Sanghai
Hi Aleksandr, Thanks Aleksandr. According to your references,I made the necessary changes to the code for single router , but now facing problems in the resource cleanup. While I correct the code, Can you suggest how to generate traffic between the VMs ? Is there any tool that is generally used

Re: [openstack-dev] [Rally] single router per tenant in network context

2016-03-16 Thread Aleksandr Maretskiy
Hi, network context creates router for each network automatically, so you can not reduce the number of routers with this context https://github.com/openstack/rally/blob/master/rally/plugins/openstack/context/network/networks.py#L79 However you can create and use own network context plugin,

[openstack-dev] [Rally] single router per tenant in network context

2016-03-15 Thread Akshay Kumar Sanghai
Hi, I have a openstack setup with 1 controller node, 1 network node and 2 compute nodes. I want to perform scale testing of the setup in the following manner: - Create 10 tenants - Create 1 router per tenant - Create 100 neutron networks across 10 tenants attached to the router - Create 500 VMs