1
0
-1

I am attempting to import VSP but it gives failure during import VSP with error - "Requested resource was not found." I have checked in sdc-be logs and its not giving information about which resource is missing.

I was able to onboard the tosca model successfully. I am attaching the tosca model.

Kindly help and point out the flaw in in it

folder.csar

    CommentAdd your comment...

    4 answers

    1.  
      1
      0
      -1

      Hi,

      I am getting the same issues trying to onbaord VoLTE .csar files, e.g. Huawei_vSPGW_fixed-passed.csar from https://wiki.onap.org/display/DW/VOLTE+test+case+input+collection+for+tracking

      I am using 1.2-STAGING-latest and code pulled from gerrit. I imported all the normative types from catalog-be/src/main/resources/import/tosca.

      For each normative not found (by inspecting debug log) I updated my MainServiceTemplate.yaml file to replace the normative with the new definition found in catalog-be/src/main/resources/import/tosca, e.g.

      I replaced: tosca.nodes.nfv.VduCpd with tosca.nodes.nfv.VduCp

      I replaced: .VDU. with .Vdu.

      I removed "id" property from vduVirtualStorage.

      I renamed "descrption" to "description" on vduCompute.

      I can now onboard a VSP and submit it, but now when I create my VSP I get a POL5000 Internal Server Error.


      It seems that the models/definitions have changed, there is some info here: VNFD example

      I am not sure what the supported model is supposed to be, and whether the current R2 code actually supports the model?

      I did find that these HEAT files load: vCPE Use Case Tutorial: Design and Deploy based on ONAP#PrepareHEATtemplates

      but I simply can not find a .csar file anywhere that will load?

      Thanks.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        use this link to open the sdc in debug mode:

        SDC Troubleshooting

        the issue you are facing is must likly as the one stated above onse you open the debug level you can see what type is missing. i tried to download the csar you attached but was unsuccessful so i cannot provide more insight.

        1. xuecong wang

          Hi Michael:

              In my case, I debug the code on beijing release and find some node_types the SDC does not support,

          tosca.nodes.nfv.VDU.Compute
          tosca.nodes.nfv.VduCpd
          tosca.nodes.nfv.VirtualLink
          nodes.nfv.Vdu.VirtualStorage

          Are they just change a name or deleted from DM? How can I get all the DM now supportted by R2?

        CommentAdd your comment...
      2.  
        1
        0
        -1

        Hi:

        I have the same issue ,too. I debug the code and find the be doesn't find some node types ,like "tosca.nodes.nfv.VduCpd". 

          CommentAdd your comment...
        1.  
          1
          0
          -1

          Hi,

          I am facing the same issue, have you found anything?


            CommentAdd your comment...