Merge "Change "KubernetesObject" class name to "ReplicationController""
[yardstick.git] / samples / vnf_samples / nsut / prox / tc_prox_heat_context_mpls_tagging-4.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 ---
16 schema: "yardstick:task:0.1"
17
18 scenarios:
19 -
20   type: NSPerf
21   traffic_profile: ../../traffic_profiles/prox_mpls_tag_untag.yaml
22   topology: prox-tg-topology-4.yaml
23
24   nodes:
25     tg__0: tg_0.yardstick
26     vnf__0: vnf_0.yardstick
27
28   options:
29     vnf__0:
30       prox_path: /opt/nsb_bin/prox
31       prox_config: "configs/handle_mpls_tag_untag-4.cfg"
32       prox_args:
33         "-t": ""
34
35     tg__0:
36       prox_path: /opt/nsb_bin/prox
37       prox_config: "configs/gen_mpls_tag_untag-4.cfg"
38       prox_args:
39         "-e": ""
40         "-t": ""
41
42   runner:
43     type: Duration
44     # we kill after duration, independent of test duration, so set this high
45     duration: 300
46
47 context:
48   name: yardstick
49   image: yardstick-samplevnfs
50   user: ubuntu
51   flavor:
52     vcpus: 10
53     ram: 20480
54     disk: 6
55     extra_specs:
56       hw:cpu_sockets: 1
57       hw:cpu_cores: 10
58       hw:cpu_threads: 1
59
60   placement_groups:
61     pgrp1:
62       policy: "availability"
63
64   servers:
65     vnf_0:
66       floating_ip: true
67       placement: "pgrp1"
68     tg_0:
69       floating_ip: true
70       placement: "pgrp1"
71
72   networks:
73     mgmt:
74       cidr: '10.0.1.0/24'
75     uplink_0:
76       cidr: '10.0.2.0/24'
77       gateway_ip: 'null'
78       port_security_enabled: False
79       enable_dhcp: 'false'
80     downlink_0:
81       cidr: '10.0.3.0/24'
82       gateway_ip: 'null'
83       port_security_enabled: False
84       enable_dhcp: 'false'
85     uplink_1:
86       cidr: '10.0.4.0/24'
87       gateway_ip: 'null'
88       port_security_enabled: False
89       enable_dhcp: 'false'
90     downlink_1:
91       cidr: '10.0.5.0/24'
92       gateway_ip: 'null'
93       port_security_enabled: False
94       enable_dhcp: 'false'