09151e1273
Automate tacker, tacker-horizon installation and tacker network creation Closes-Bug: #1467021 Closes-Bug: #1468568 Change-Id: I99111e50a2391ec46fac9355a0f2260aee724b2b
43 lines
732 B
YAML
43 lines
732 B
YAML
template_name: OpenWRT
|
|
description: Virtual WRT opensource router
|
|
|
|
service_properties:
|
|
Id: openwrt-vnfd
|
|
vendor: tacker
|
|
version: 1
|
|
type:
|
|
- router
|
|
- firewall
|
|
|
|
vdus:
|
|
vdu1:
|
|
id: vdu1
|
|
vm_image: OpenWRT
|
|
instance_type: m1.tiny
|
|
service_type: firewall
|
|
mgmt_driver: openwrt
|
|
|
|
network_interfaces:
|
|
management:
|
|
network: net_mgmt
|
|
management: True
|
|
pkt_in:
|
|
network: net0
|
|
pkt_out:
|
|
network: net1
|
|
|
|
placement_policy:
|
|
availability_zone: nova
|
|
|
|
auto-scaling: noop
|
|
|
|
monitoring_policy: ping
|
|
failure_policy: respawn
|
|
|
|
monitoring_parameter:
|
|
a:
|
|
|
|
config:
|
|
param0: key0
|
|
param1: key1
|