aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorraindirve <seanw@kth.se>2015-07-07 09:33:56 +0200
committerHans Feldt <hans.feldt@ericsson.com>2015-07-08 09:34:08 +0000
commitffd792dfea7612eb13e084701e06d07829e1f4d2 (patch)
treefd04b21289965964c4bdb061a2db940dd1c183fd /samples
parent43659c391a0a6ed6fc7ce832e2b6fe839e814ce3 (diff)
Apply theme to server names in samples
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/iperf3.yaml8
-rw-r--r--samples/ping-ext-ip.yaml4
-rw-r--r--samples/ping-multiple-context.yaml8
-rw-r--r--samples/ping-parallel.yaml12
-rw-r--r--samples/ping-serial.yaml12
-rw-r--r--samples/ping.yaml8
-rw-r--r--samples/pktgen.yaml8
7 files changed, 30 insertions, 30 deletions
diff --git a/samples/iperf3.yaml b/samples/iperf3.yaml
index 643273c51..b3a7a9f3b 100644
--- a/samples/iperf3.yaml
+++ b/samples/iperf3.yaml
@@ -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"
diff --git a/samples/ping-ext-ip.yaml b/samples/ping-ext-ip.yaml
index 82cd02c7b..f2923f65f 100644
--- a/samples/ping-ext-ip.yaml
+++ b/samples/ping-ext-ip.yaml
@@ -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:
diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml
index 8e1b1b700..c529fccb8 100644
--- a/samples/ping-multiple-context.yaml
+++ b/samples/ping-multiple-context.yaml
@@ -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:
diff --git a/samples/ping-parallel.yaml b/samples/ping-parallel.yaml
index 1924e76f4..f3f698993 100644
--- a/samples/ping-parallel.yaml
+++ b/samples/ping-parallel.yaml
@@ -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:
diff --git a/samples/ping-serial.yaml b/samples/ping-serial.yaml
index 475c688ff..ff281ee82 100644
--- a/samples/ping-serial.yaml
+++ b/samples/ping-serial.yaml
@@ -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:
diff --git a/samples/ping.yaml b/samples/ping.yaml
index 3bc108142..f8b6a3167 100644
--- a/samples/ping.yaml
+++ b/samples/ping.yaml
@@ -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:
diff --git a/samples/pktgen.yaml b/samples/pktgen.yaml
index fa0134299..609730842 100644
--- a/samples/pktgen.yaml
+++ b/samples/pktgen.yaml
@@ -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"