blob: 5c672e3882cd82b0f0c0efd7aa9a0ac1bc74624f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
template_name: test-vnfd1
description: firewall1-example
service_properties:
Id: firewall1-vnfd
vendor: tacker
version: 1
type:
- firewall1
vdus:
vdu1:
id: vdu1
vm_image: sf_nsh_colorado
instance_type: custom
service_type: firewall1
network_interfaces:
management:
network: example-net
management: true
placement_policy:
availability_zone: nova
auto-scaling: noop
monitoring_policy: noop
failure_policy: respawn
config:
param0: key0
param1: key1
|