Integrate vsperf in Tgen mode
[yardstick.git] / yardstick / benchmark / scenarios / networking / test-vnfd.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Ericsson AB and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 template_name: test-vnfd
10 description: firewall-example
11
12 service_properties:
13   Id: firewall-vnfd
14   vendor: tacker
15   version: 1
16   type:
17       - firewall
18 vdus:
19   vdu1:
20     id: vdu1
21     vm_image: sfc
22     instance_type: sfc_custom
23     service_type: firewall
24
25     network_interfaces:
26       management:
27         network: sfc-net_mgmt
28         management: true
29
30     placement_policy:
31       availability_zone: nova
32
33     auto-scaling: noop
34     monitoring_policy: noop
35     failure_policy: respawn
36
37     config:
38       param0: key0
39       param1: key1
40