From ffd792dfea7612eb13e084701e06d07829e1f4d2 Mon Sep 17 00:00:00 2001 From: raindirve Date: Tue, 7 Jul 2015 09:33:56 +0200 Subject: 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 --- samples/iperf3.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'samples/iperf3.yaml') 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" -- cgit 1.2.3-korg