diff options
author | 2015-07-07 09:33:56 +0200 | |
---|---|---|
committer | 2015-07-08 09:34:08 +0000 | |
commit | ffd792dfea7612eb13e084701e06d07829e1f4d2 (patch) | |
tree | fd04b21289965964c4bdb061a2db940dd1c183fd /samples/pktgen.yaml | |
parent | 43659c391a0a6ed6fc7ce832e2b6fe839e814ce3 (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/pktgen.yaml')
-rw-r--r-- | samples/pktgen.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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" |