New scenario to create Neutron and Nova resources for a tenant
This scenario creates configurable number of Neutron resources (networks, subnets, routers, floatingips etc) and boots VMs over all those Neutron networks. It benchmarks the time taken to create all newly created resources. The scenario is also capable of assigning floatingips and provider network IP for VMs if configured. Finally, the scenario benchmarks the time it take to ping those IPs and ssh login to VMs using respective IPs.
Blueprint information
- Status:
- Started
- Approver:
- Boris Pavlovic
- Priority:
- Low
- Drafter:
- Chandidas Gharami
- Direction:
- Approved
- Assignee:
- Chandidas Gharami
- Definition:
- Approved
- Series goal:
- Proposed for trunk
- Implementation:
- Good progress
- Milestone target:
- None
- Started by
- Chandidas Gharami
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Rally detailed output of this scenario would be as below:
+------
| Response Times (sec) |
+------
| action | min | median | 90%ile | 95%ile | max | avg | success | count |
+------
| create_2_networks | 0.553 | 0.568 | 0.731 | 0.738 | 0.746 | 0.627 | 100.0% | 5 |
| create_4_subnets | 1.284 | 1.318 | 1.529 | 1.548 | 1.568 | 1.389 | 100.0% | 5 |
| dhcp_port_
| create_3_routers | 0.437 | 0.601 | 0.779 | 0.814 | 0.848 | 0.611 | 100.0% | 5 |
| create_
| create_
| create_
| boot_2_
| ping_2_
| ssh_login_
| total | 21.671 | 23.493 | 23.572 | 23.581 | 23.591 | 22.838 | 100.0% | 5 |
+------
Planing to add a new directory named "tenant_centric' under openstack/
rally/plugins/
__init__.py neutron_
Gerrit topic: https:/
Addressed by: https:/
New scenario to create Neutron and Nova resources for a tenant.