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 for
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, inheri
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 sp