VNF creation failed with error:The Parameter (flavor) was not provided.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Critical
|
dharmendra |
Bug Description
Description
===========
Getting below error while creating VNF using scaling tosca template(
ERROR: ValueError: : resources.
Steps to reproduce
==================
1) create vim
tacker vim-register --is-default --description default-vim --config-file samples/
2) create vnfd using attached tosca-template (tosca-
tacker vnfd-create --vnfd-file tosca-vnfd-
3) Create a parameter file e.g. tosca-vnfd-
{
flavor: 'm1.tiny',
}
4) Create VNF using above parameter file(tosca-
tacker vnf-create --param-file tosca-vnfd-
Expected result
===============
VNF should create successfully
Actual result
=============
ERROR: ValueError: : resources.
Logs
=====
Log Ref: http://
Changed in tacker: | |
assignee: | nobody → Shubham Potale (shubhamp) |
description: | updated |
Changed in tacker: | |
status: | New → Confirmed |
Changed in tacker: | |
importance: | Undecided → Critical |
Fix proposed to branch: master /review. opendev. org/656469
Review: https:/