Merge "Collectd"
[yardstick.git] / samples / vnf_samples / nsut / acl / tc_heat_trex_external_rfc2544_ipv4_1rule_1flow_64B_packetsize.yaml
1 # Copyright (c) 2016 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 ---
16 schema: yardstick:task:0.1
17 scenarios:
18 - type: NSPerf
19   traffic_profile: ../../traffic_profiles/ipv4_throughput.yaml
20   topology: acl-tg-topology.yaml
21   nodes:
22     tg__1: trafficgen_1.baremetal
23     vnf__1: vnf.yardstick
24   tc_options:
25     rfc2544:
26       allowed_drop_rate: 0.0001 - 0.0001
27   vnf_options:
28     acl:
29       rules: acl_1rule.yaml
30       cfg: acl_config
31   runner:
32     type: Duration
33     duration: 400
34     interval: 35
35   traffic_options:
36     flow: ../../traffic_profiles/ipv4_1flow_Packets.yaml
37     imix: ../../traffic_profiles/imix_voice.yaml
38 contexts:
39   # put node context first, so we don't HEAT deploy if node has errors
40   - name: baremetal
41     type: Node
42     file: trex-baremetal.yml
43   - name: yardstick
44     image: yardstick-acl
45     flavor: yardstick-flavor
46 #    flavor:
47 #  #    name: yardstick-dpdk-flavor
48 #      vcpus: 6
49 #      ram: 20480
50 #      disk: 4
51 #      extra_specs:
52 #        hw:cpu_sockets: 1
53 #        hw:cpu_cores: 6
54 #        hw:cpu_threads: 1
55 #  #      hw:mem_page_size: large
56     user: ubuntu
57     placement_groups:
58       pgrp1:
59         policy: "availability"
60     servers:
61       vnf:
62         floating_ip: true
63         placement: "pgrp1"
64     networks:
65       mgmt:
66         cidr: '10.0.1.0/24'
67         external_network: "yardstick-public"
68       xe0:
69         cidr: '10.0.2.0/24'
70         vld_id: public
71       xe1:
72         cidr: '10.0.3.0/24'
73         vld_id: private
74