Apply theme to server names in samples 70/970/4
authorraindirve <seanw@kth.se>
Tue, 7 Jul 2015 07:33:56 +0000 (09:33 +0200)
committerHans Feldt <hans.feldt@ericsson.com>
Wed, 8 Jul 2015 09:34:08 +0000 (09:34 +0000)
By request, changed the misleading 'client' and 'server' designations
under context:servers in the sample files, to avoid misunderstandings
and convey the message that their names are irrelevant.

Uses the Greek pantheon as established in
https://gerrit.opnfv.org/gerrit/#/c/946/

JIRA: -
Change-Id: I28438340f7cbad679c2ffd4d147fbf0c7d2a379d
Signed-off-by: raindirve <seanw@kth.se>
samples/iperf3.yaml
samples/ping-ext-ip.yaml
samples/ping-multiple-context.yaml
samples/ping-parallel.yaml
samples/ping-serial.yaml
samples/ping.yaml
samples/pktgen.yaml

index 643273c..b3a7a9f 100644 (file)
@@ -8,8 +8,8 @@ scenarios:
 -
   type: Iperf3
   options:
-  host: client.demo
-  target: server.demo
+  host: zeus.demo
+  target: hera.demo
 
   runner:
     type: Duration
@@ -30,10 +30,10 @@ context:
       policy: "availability"
 
   servers:
-    client:
+    zeus:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    hera:
       floating_ip: true
       placement: "pgrp1"
 
index 82cd02c..f2923f6 100644 (file)
@@ -11,7 +11,7 @@ schema: "yardstick:task:0.1"
 scenarios:
 -
   type: Ping
-  host: client.demo
+  host: hermes.demo
   target: 8.8.8.8
   runner:
     type: Duration
@@ -27,7 +27,7 @@ context:
   flavor: m1.tiny
   user: cirros
   servers:
-    client:
+    hermes:
       floating_ip: true
   networks:
     test:
index 8e1b1b7..c529fcc 100644 (file)
@@ -10,8 +10,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 100
-  host: client.demo1
-  target: server.demo2
+  host: athena.demo1
+  target: hades.demo2
   runner:
     type: Duration
     duration: 60
@@ -30,7 +30,7 @@ contexts:
     pgrp1:
       policy: "availability"
   servers:
-    client:
+    athena:
       floating_ip: true
       placement: "pgrp1"
   networks:
@@ -46,7 +46,7 @@ contexts:
     pgrp1:
       policy: "availability"
   servers:
-    server:
+    hades:
       floating_ip: true
       placement: "pgrp1"
   networks:
index 1924e76..f3f6989 100644 (file)
@@ -10,8 +10,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 100
-  host: client.demo
-  target: server.demo
+  host: athena.demo
+  target: hades.demo
   runner:
     type: Duration
     duration: 60
@@ -23,8 +23,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 200
-  host: client.demo
-  target: server.demo
+  host: athena.demo
+  target: hades.demo
   runner:
     type: Duration
     duration: 60
@@ -44,10 +44,10 @@ context:
       policy: "availability"
 
   servers:
-    client:
+    athena:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    hades:
       placement: "pgrp1"
 
   networks:
index 475c688..ff281ee 100644 (file)
@@ -9,8 +9,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 100
-  host: client.demo
-  target: server.demo
+  host: apollo.demo
+  target: artemis.demo
   runner:
     type: Duration
     duration: 20
@@ -22,8 +22,8 @@ scenarios:
   type: Ping
   options:
     packetsize: 100
-  host: client.demo
-  target: server.demo
+  host: apollo.demo
+  target: artemis.demo
   runner:
     type: Arithmetic
     name: packetsize
@@ -38,9 +38,9 @@ context:
   user: cirros
 
   servers:
-    client:
+    apollo:
       floating_ip: true
-    server:
+    artemis:
 
   networks:
     test:
index 3bc1081..f8b6a31 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
@@ -32,10 +32,10 @@ context:
       policy: "availability"
 
   servers:
-    client:
+    athena:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    ares:
       placement: "pgrp1"
 
   networks:
index fa01342..6097308 100644 (file)
@@ -12,8 +12,8 @@ scenarios:
     number_of_ports: 10
     duration: 20
 
-  host: client.demo
-  target: server.demo
+  host: demeter.demo
+  target: poseidon.demo
 
   runner:
     type: Arithmetic
@@ -37,10 +37,10 @@ context:
       policy: "availability"
 
   servers:
-    client:
+    demeter:
       floating_ip: true
       placement: "pgrp1"
-    server:
+    poseidon:
       floating_ip: true
       placement: "pgrp1"