Merge "Prohibit the importation of a list of libraries"
[yardstick.git] / samples / vnf_samples / vnf_descriptors / vfw_vnf.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 vnfd:vnfd-catalog:
16     vnfd:
17     -   id: FWApproxVnf
18         name: FWVnfSshIntel
19         short-name: vFWVnf
20         description: FW approximation using DPDK
21         mgmt-interface:
22             vdu-id: aclvnf-baremetal
23             {% if user is defined %}
24             user: '{{user}}'  # Value filled by vnfdgen
25             {% endif %}
26             {% if password is defined %}
27             password: '{{password}}'  # Value filled by vnfdgen
28             {% endif %}
29             {% if ip is defined %}
30             ip: '{{ip}}'  # Value filled by vnfdgen
31             {% endif %}
32             {% if host is defined %}
33             host: '{{host}}'  # 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: aclvnf-baremetal
40             name: aclvnf-baremetal
41             description: ACL approximation using DPDK
42             vm-flavor:
43                 vcpu-count: '4'
44                 memory-mb: '4096'
45             routing_table: {{ routing_table }}
46             nd_route_tbl: {{ nd_route_tbl }}
47         benchmark:
48             kpi:
49                 - packets_in
50                 - packets_fwd
51                 - packets_dropped