vnf stuck in PENDING_SCALE_OUT state while scaling up
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
In Progress
|
Undecided
|
Govindaiah M |
Bug Description
1. Create vnf with following template.
tosca_definitio
description: sample-
metadata:
template_name: sample-
topology_template:
node_templates:
VDU1:
type: tosca.nodes.
properties:
image: cirros-
flavor: m1.tiny
CP1:
type: tosca.nodes.
properties:
management: true
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1
VDU2:
type: tosca.nodes.
properties:
image: cirros-
flavor: m1.tiny
CP2:
type: tosca.nodes.
properties:
management: true
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU2
VL1:
type: tosca.nodes.nfv.VL
properties:
vendor: Tacker
policies:
- SP1:
type: tosca.policy.
properties:
cooldown: 120
targets: [VDU1, VDU2]
2. Scale out vnf with following command,
tacker vnf-scale --vnf-id 49f7ff22-
3. On continues scaling, the vnf stucks at following stage.
vyatta@
+------
| id | name | description | mgmt_url | status | vim_id | placement_attr | error_reason |
+------
| 49f7ff22-f56e-4fc | Scaling VNF | sample-tosca- | {"VDU1": | PENDING_SCALE_OUT | 78c89d97-c85b- | {u'vim_name': | |
| f-a658-2088b1067c | | vnfd-scaling | ["15.0.0.4", | | 450e- | u'VIM0'} | |
| fd | | | "15.0.0.8", | | 8e17-e10c3713f88c | | |
| | | | "15.0.0.10", | | | | |
| | | | "15.0.0.14", | | | | |
| | | | "15.0.0.6", | | | | |
| | | | "15.0.0.17", | | | | |
| | | | "15.0.0.16", | | | | |
| | | | "15.0.0.25"], | | | | |
| | | | "VDU2": | | | | |
| | | | ["15.0.0.19", | | | | |
| | | | "15.0.0.21", | | | | |
| | | | "15.0.0.5", | | | | |
| | | | "15.0.0.3", | | | | |
| | | | "15.0.0.9", | | | | |
| | | | "15.0.0.7", | | | | |
| | | | "15.0.0.18", | | | | |
| | | | "15.0.0.23"]} | | | | |
+------
vyatta@
Changed in tacker: | |
assignee: | nobody → Govindaiah M (govindaiah-m) |
status: | New → In Progress |
Dear Santosh,
It not reproducible in the latest master branch.
Steps i tried as below.
1.Install all-in-one OpenStack with Tacker from master branch.
2.Onboad VNF
3.Deploy VNF
4.Scale-Out VNF.
Attached are Print Screen snapshots of before and after VNF Scale-Out.
Kindly let me know more details with the bug.
Regards,
Govindu M