Details
-
Story
-
Status: Closed
-
Medium
-
Resolution: Done
-
None
-
None
Description
In the exported csar [^service-VsnSer-csar.csar] from SDC, compared to the onoarding csar [^vsn.csar], the 'artifacts' definition are missing in the VDU definition:
In the boarding csar's VDU definition, we have:
VDU_vsn1_0:
type: tosca.nodes.nfv.Vdu.Compute
properties:
......
capabilities:
... ...Ca
requirements:
... ...
artifacts:
file: ...
type: tosca.artifacts.nfv.SwImage
However, in the expored csar's VDU defintion, we don't have the 'artifacts' definitions any more:
VDU_vsn1_0:
type: tosca.nodes.nfv.Vdu.Compute
properties:
......
capabilities:
... ...
requirements:
... ...
Attachments
Issue Links
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
87632,32 | add artifacts support in TOSCA exported yml file | master | sdc | Status: MERGED | +2 | +1 |
97752,1 | Fix for missing import merge issue | master | sdc | Status: MERGED | +2 | +1 |