VNF resource list output after scaling shows incorrect data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Medium
|
Tung Doan |
Bug Description
VNF resource list after scale out shows scaling policies instead of actual VNF resources like VDU, CP, etc.
vyatta@
VNF 7bbb21d2-
vyatta@
+------
| name | id | type |
+------
| VDU1 | 65b6a3be-
| CP1 | e8d6712a-
| CP2 | 892db25a-
| CP3 | edc04d41-
| VDU1_flavor | ad6303f8-
+------
vyatta@
+------
| name | id | type |
+------
| SP1_scale_out | a45d59dbf863419
| G1 | f875cdba-
| SP1_scale_in | 435b2869a52a468
+------
Changed in tacker: | |
assignee: | nobody → venkatamahesh (venkatamaheshkotha) |
Changed in tacker: | |
status: | New → Confirmed |
Hi Sridhar,
The resource list is extracted from the hot template by the heat client. For a normal vnfs after translating to hot template the resources are not changed and so we are getting as VDU1, VDU2, CP .... in..... ......
But In case of scaleVNF the resources are changing from VDU..... to G1, .... So while returning the resources list by heat client we are getting as G1, SP1_scale_
Here is the snapshots of hot templates of normal VNF and scale VNF.