Oleg Basov | 5c42619 | 2019-02-05 17:00:35 +0100 | [diff] [blame^] | 1 | title: OpenStack L2 Cross-AZ |
| 2 | |
| 3 | description: |
| 4 | In this scenario Shaker launches pairs of instances in the same tenant |
| 5 | network. Every instance is hosted on a separate compute node, all available |
| 6 | compute nodes are utilized. The master and slave instances are in different |
| 7 | availability zones. The scenario is used to test throughput between `nova` |
| 8 | and `vcenter` zones. The traffic goes within the tenant network (L2 domain). |
| 9 | |
| 10 | deployment: |
| 11 | template: l2.hot |
| 12 | accommodation: [pair, single_room, zones: [nova, vcenter], cross_az] |
| 13 | |
| 14 | execution: |
| 15 | progression: quadratic |
| 16 | tests: |
| 17 | - |
| 18 | title: Download |
| 19 | class: flent |
| 20 | method: tcp_download |
| 21 | - |
| 22 | title: Upload |
| 23 | class: flent |
| 24 | method: tcp_upload |
| 25 | - |
| 26 | title: Bi-directional |
| 27 | class: flent |
| 28 | method: tcp_bidirectional |