1afd26a13b
* Changes the monitor function to use a loadable driver * Changes the monitoring thread to use a re-entrant lock (RLock()) to prevent it from blocking itself during recovery actions Change-Id: Icf40ffd3123f3b804de16c88164d84077fbf28e2 Implements: blueprint health-monitoring Closes-Bug: 1497474
41 lines
710 B
YAML
41 lines
710 B
YAML
template_name: sample-vnfd
|
|
description: demo-example
|
|
|
|
service_properties:
|
|
Id: sample-vnfd
|
|
vendor: tacker
|
|
version: 1
|
|
|
|
vdus:
|
|
vdu1:
|
|
id: vdu1
|
|
vm_image: cirros-0.3.4-x86_64-uec
|
|
instance_type: m1.tiny
|
|
|
|
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:
|
|
monitoring_params:
|
|
monitoring_delay: 45
|
|
count: 3
|
|
interval: .5
|
|
timeout: 2
|
|
actions:
|
|
failure: respawn
|
|
|
|
config:
|
|
param0: key0
|
|
param1: key1
|