tacker scaling+monitoring feature has issues in monitoring
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
In Progress
|
Undecided
|
Govindaiah M |
Bug Description
When a vnf with following template is created, 2 VDUs are created as apart of 1 vnf (default_
Monitoring is enabled and hence, monitoring framework will try to ping host ["u'a', u'b'] where a and b are ips assigned to vdus. This will fail with unknown host error and vnf will be re spawned (failure: respawn) . This will happen continuously creating an unstable vnf.
tosca_definitio
description: sample-
metadata:
template_name: sample-
topology_template:
node_templates:
VDU1:
type: tosca.nodes.
capabilities:
properties:
image: cirros-
name: ping
actions:
count: 3
CP1:
type: tosca.nodes.
properties:
management: true
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1
VL1:
type: tosca.nodes.nfv.VL
properties:
vendor: Tacker
policies:
- SP1:
type: tosca.policy.
properties:
cooldown: 60
targets: [VDU1]
Changed in tacker: | |
assignee: | nobody → Govindaiah M (govindaiah-m) |
status: | New → In Progress |