X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Fping-multiple-context.yaml;h=7180dae37a1d0c3322565406267d17eebf969994;hb=6b762e9edb2f7913348d99c1c240fe94b9f7cbf9;hp=8e1b1b7004e4eb533c799bdb0a598398aedc368d;hpb=adf4a310ea7138866e77b0759a07042daac0cca7;p=yardstick.git diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml index 8e1b1b700..7180dae37 100644 --- a/samples/ping-multiple-context.yaml +++ b/samples/ping-multiple-context.yaml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 Ericsson AB and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- # Sample benchmark task config file to measure network latency using ping # Client/server parts are located in different contexts(stacks) @@ -10,8 +18,8 @@ scenarios: type: Ping options: packetsize: 100 - host: client.demo1 - target: server.demo2 + host: athena.demo1 + target: hades.demo2 runner: type: Duration duration: 60 @@ -23,34 +31,32 @@ scenarios: contexts: - name: demo1 - image: cirros-0.3.3 - flavor: m1.tiny + image: cirros-0.3.5 + flavor: yardstick-flavor user: cirros placement_groups: pgrp1: policy: "availability" servers: - client: + athena: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext" - name: demo2 - image: cirros-0.3.3 - flavor: m1.tiny + image: cirros-0.3.5 + flavor: yardstick-flavor user: cirros placement_groups: pgrp1: policy: "availability" servers: - server: + hades: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext"