X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=samples%2Fping-multiple-context.yaml;h=a156bf55462d0ef091f113899346d057c301f157;hb=bb31e6c8221b854041a668ddca438444fe97d212;hp=c529fccb88ca72a551a457c12f975e1c3ed9af72;hpb=ffd792dfea7612eb13e084701e06d07829e1f4d2;p=yardstick.git diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml index c529fccb8..a156bf554 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) @@ -23,9 +31,9 @@ scenarios: contexts: - name: demo1 - image: cirros-0.3.3 - flavor: m1.tiny - user: cirros + image: yardstick-image + flavor: yardstick-flavor + user: ubuntu placement_groups: pgrp1: policy: "availability" @@ -36,12 +44,11 @@ contexts: networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext" - name: demo2 - image: cirros-0.3.3 - flavor: m1.tiny - user: cirros + image: yardstick-image + flavor: yardstick-flavor + user: ubuntu placement_groups: pgrp1: policy: "availability" @@ -52,5 +59,4 @@ contexts: networks: test: cidr: '10.0.1.0/24' - external_network: "net04_ext"