aboutsummaryrefslogtreecommitdiffstats
path: root/samples/ping_bottlenecks.yaml
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2018-03-08 17:54:07 +0000
committerAce Lee <liyin11@huawei.com>2018-03-21 04:16:38 +0000
commited28dadbfd2089362ea13106e21694611e407917 (patch)
tree9ac90dabe4f6c3cbde8cd3d713f3e963c932d210 /samples/ping_bottlenecks.yaml
parent973853de78ebdf312779ba87c72130334ef0c6f3 (diff)
Offline support for bottlenecks project
JIRA: YARDSTICK-1053 Those three yaml files are for bottlenecks support offiline flavor The ssh time out problem will fix in changing the duration time Change-Id: Ifd317404a820d0446ffab5070211e48def1a0d2f Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'samples/ping_bottlenecks.yaml')
-rw-r--r--samples/ping_bottlenecks.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/samples/ping_bottlenecks.yaml b/samples/ping_bottlenecks.yaml
index e6fef4259..625d4501a 100644
--- a/samples/ping_bottlenecks.yaml
+++ b/samples/ping_bottlenecks.yaml
@@ -15,6 +15,10 @@ description: >
measure VMs latency using ping;
run_in_parallel: true
{% set stack_num = stack_num or 1 %}
+{% set image_name = image_name or "yardstick-image" %}
+{% set cpu_num = cpu_num or 1 %}
+{% set ram_num = ram_num or 512 %}
+{% set disk_num = disk_num or 7 %}
scenarios:
{% for num in range(stack_num) %}
@@ -34,8 +38,11 @@ contexts:
{% for num in range(stack_num) %}
-
name: demo{{num}}
- image: yardstick-image
- flavor: yardstick-flavor
+ image: {{image_name}}
+ flavor:
+ vcpus: {{cpu_num}}
+ ram: {{ram_num}}
+ disk: {{disk_num}}
user: ubuntu
placement_groups: