ETSI's Bug Tracker - 3GPP SA5 Bug Tracking
View Issue Details
00081713GPP SA5 Bug Tracking[NFV Specifications] Bugpublic15-09-2022 12:2815-12-2022 09:18
Sujeet Banerjee 
lishi 
normalminorhave not tried
resolvedfixed 
 
 
0008171: [V4.3.1] [Example A.18] Incorrect MCIOP 'requirements' specified in the Example "VNFD illustrating OsContainer modeling..."
"dependency" is not specified as "requirements" in the definition (claim 6.8.14.6) of "tosca.nodes.nfv.Mciop" in the V4.3.1 SOL001 spec. The only allowed requirement as defined in the claim is "associatedVdu"

The Example given in Appendix A.18 is INCORRECT, as it uses 'dependency' which is not defined in claim 6.8.14.6

---------------
lb_mciop:
  type: tosca.nodes.nfv.Mciop
  requirements:
    - associatedVdu: Vdu_1
    - dependency: opendb_mciop
<<omitted for brevity>>
--------------
No tags attached.
Issue History
15-12-2022 09:18Sujeet BanerjeeNew Issue
15-12-2022 09:18Sujeet BanerjeeIssue generated from: 0008127

Notes
(0016417)
Sujeet Banerjee   
15-09-2022 12:59   
This ticket may be closed - 'dependency' specified in "Additional Requirements" (clause 6.8.14.7)
(0016418)
lishi   
10-10-2022 09:39   
It is not an issue, because,
"dependency" requirement is defined in the root node type in TOSCA, and tosca.nodes.nfv.Mciop is derived from root node, so it automaticately derives the "dependency" requirement.