ping bottlenecks failed when security group rule do not support ipv6 - dovetail 11/61411/1
authorrexlee8776 <limingjiang@huawei.com>
Tue, 14 Aug 2018 04:15:49 +0000 (04:15 +0000)
committerRex Lee <limingjiang@huawei.com>
Mon, 27 Aug 2018 03:46:14 +0000 (03:46 +0000)
JIRA: YARDSTICK-1380

Change-Id: I2163eeb9ab17e4f0216ddaed688e78acdf51a1ff
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit 1c5d667f11d9d8a67a262eb6cc5ac53ff9d0cadd)

samples/ping_bottlenecks.yaml

index 096d70e..6a586cb 100644 (file)
@@ -49,6 +49,18 @@ contexts:
       hw:mem_page_size: "large"
     {% endif %}
   user: ubuntu
+  security_group:
+    rules:
+      - remote_ip_prefix: "0.0.0.0/0"
+        protocol: "tcp"
+        port_range_min: 1
+        port_range_max: 65535
+      - remote_ip_prefix: "0.0.0.0/0"
+        protocol: "udp"
+        port_range_min: 1
+        port_range_max: 65535
+      - remote_ip_prefix: "0.0.0.0/0"
+        protocol: "icmp"
 
   placement_groups:
     pgrp1: