-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more workload scenarios #122
Comments
Scenarios to be added to Rally:
|
@manand2 Thanks for your input.
|
the above sounds reasonable. For routers, one may want to distinguish between routers and gateway routers. |
@manand2 @mbanikazemi Thanks for your inputs! |
My list of TODOs:
|
@hzhou8 in your last scenario, do you mean the following steps?
Is my understanding correct? Thanks. [1] https://github.com/openvswitch/ovs/blob/master/tests/ovn.at#L3338-L3350 |
@huikang, sorry for the confusion. For "small" and "large" logical routers I meant the number of logical switches connected to the logical router. The purpose of this scenario is similar as "Scale test with large logical routers", for the concern of the scalability of the current ovn implementation when every lport is able to talk to any other lports.
For each router, not only create N lports but also connect to N lswitches (each lswitch may be "normal" size).
That's right! |
@hzhou8 Thanks for the clarification. For the N lswitches connecting to a logical router, I have a patched merged. Some new variables are added to configure the number of routers and the number of network/switch connected to each router [2]. An additional PR was just added to bind the ports to hypervisors for the router tasks. If you have time, please review the PR [3]. Thanks. [2] b59e6a7#diff-607e6e5925d0031dafa79eb80d198640 [3] #132 |
There are limited workload scenarios in ovn-scale-test, e.g., creating network, creating and binding port, ACL [1]. We need add more workload scenarios.
Lets use this thread to collect idea about useful scenarios. Thanks.
[1]https://github.com/openvswitch/ovn-scale-test/tree/master/ansible/roles/rally/templates
The text was updated successfully, but these errors were encountered: