creating VNF with VDU attatched volume and scaling policy is failed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Confirmed
|
Low
|
Manpreet Kaur |
Bug Description
Creating vnf with VDU attached volume and scaling policy is faild.
use vnfd
````
tosca_definitio
description: Demo example
metadata:
template_name: sample-tosca-vnfd
topology_template:
node_templates:
VDU1:
type: tosca.nodes.
capabilities:
properties:
image: cirros-
config: |
param0: key1
param1: key2
CP1:
type: tosca.nodes.
properties:
management: true
order: 0
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1
VB1:
type: tosca.nodes.
properties:
size: 1 GB
CB1:
type: tosca.nodes.
properties:
location: /dev/vdb
requirements:
- virtualBinding:
node: VDU1
- virtualAttachment:
node: VB1
VL1:
type: tosca.nodes.nfv.VL
properties:
vendor: Tacker
policies:
- SP1:
type: tosca.policies.
targets: [VDU1]
properties:
cooldown: 120
````
Error log
```
2019-06-27 02:35:39.660 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
2019-06-27 02:35:39.660 11654 ERROR tacker.
```
summary: |
- creating VNF with VDU attatched volume is failed + creating VNF with VDU attatched volume and scaling policy is failed |
description: | updated |
Changed in tacker: | |
assignee: | nobody → Manpreet Kaur (manpreetk) |
Changed in tacker: | |
status: | New → Confirmed |
Changed in tacker: | |
importance: | Undecided → Low |
Hi Manpreet,
Do you have any update?