Update missing license headers
[yardstick.git] / fuel-plugin / fuel_ping.yaml
1 # Copyright (c) 2016-2017 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 # Sample file copied from  sampls/ping.yaml
16 # context part is modified according to fuel default env
17
18 schema: "yardstick:task:0.1"
19
20 scenarios:
21 -
22   type: Ping
23   options:
24     packetsize: 200
25   host: athena.demo
26   target: ares.demo
27
28   runner:
29     type: Duration
30     duration: 60
31     interval: 1
32
33   sla:
34     max_rtt: 10
35     action: monitor
36
37 context:
38   name: demo
39   image: TestVM
40   flavor: m1.micro
41   user: cirros
42
43   placement_groups:
44     pgrp1:
45       policy: "availability"
46
47   servers:
48     athena:
49       floating_ip: true
50       placement: "pgrp1"
51     ares:
52       placement: "pgrp1"
53
54   networks:
55     test:
56       cidr: '192.168.111.0/24'