Tacker VNF create TypeError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Confirmed
|
Undecided
|
Tuna |
Bug Description
Hello,
I installed tacker on my controller node manually. I succeeded to start it, deploy a vnfd which were a sample on Tacker's Manual Installation page. (OpenWRT)
When i try to create vnf, it stucks in ERROR status :
(tacker.log ERROR)
ERROR tacker.vnfm.plugin [-] VNF Create failed for vnf_id 47be08ca-
(heat.log)
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
ERROR heat.engine.
INFO heat.engine.stack [req-c60d91bc-
my template:
tosca_definitio
description: OpenWRT with services
metadata:
template_name: OpenWRT
topology_template:
node_templates:
VDU1:
type: tosca.nodes.nfv.VDU
capabilities:
properties:
image: f9071398-
config:
firewall: |
package firewall
config defaults
config zone
config zone
config forwarding
config rule
config rule
name: ping
count: 3
actions:
CP1:
type: tosca.nodes.
properties:
management: true
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1
VL1:
type: tosca.nodes.nfv.VL
properties:
vendor: Tacker
I can share if there is any other neccessary information. Thanks a lot.
Changed in tacker: | |
status: | New → Confirmed |
Changed in tacker: | |
status: | New → Confirmed |
Can you share the version of Tacker & Heat ?