Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / samples / vnf_samples / vnf_descriptors / udp_replay_vnf.yaml
1 #
2 # Copyright 2016-2017 Intel Corporation
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 #  This needs to be adjusted for every hardware setup
17 #
18 vnfd:vnfd-catalog:
19     vnfd:
20     -   id: UdpReplayApproxVnf
21         name: UdpReplayApproxVnf
22         short-name: UdpReplayVnf
23         description: UdpReplayVnf approximation using DPDK
24         mgmt-interface:
25             vdu-id: udp_replayvnf-baremetal
26             {% if user is defined %}
27             user: '{{user}}'  # Value filled by vnfdgen
28             {% endif %}
29             {% if password is defined %}
30             password: '{{password}}'  # Value filled by vnfdgen
31             {% endif %}
32             {% if ip is defined %}
33             ip: '{{ip}}'  # Value filled by vnfdgen
34             {% endif %}
35             {% if key_filename is defined %}
36             key_filename: '{{key_filename}}'  # Value filled by vnfdgen
37             {% endif %}
38         vdu:
39         -   id: udp_replayvnf-baremetal
40             name: udp_replayvnf-baremetal
41             description: UdpReplayVnf approximation using DPDK
42         benchmark:
43             kpi:
44                 - packets_in
45                 - packets_fwd
46                 - packets_dropped