Merge "Fio scenario support sla"
[yardstick.git] / samples / ping.yaml
index 9a06fc4..845d10d 100644 (file)
@@ -9,8 +9,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 200
-  host: client.demo
-  target: server.demo
+  host: athena.demo
+  target: ares.demo
 
   runner:
     type: Duration
@@ -26,21 +26,19 @@ context:
   image: cirros-0.3.3
   flavor: m1.tiny
   user: cirros
-  anti_affinity: true
 
   placement_groups:
     pgrp1:
       policy: "availability"
 
   servers:
-    client:
+    athena:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    ares:
       placement: "pgrp1"
 
   networks:
     test:
       cidr: '10.0.1.0/24'
-      external_network: "net04_ext"