1
0
-1

Hi, 

I am trying to instantiate a VNF using ONAP Casablanca release against openstack-helm (keystone v2 endpoint).

Design time creation, validation, and Run time distribution all went well. But when tried to instantiate service on VID, got an error,

Error from SDNC: No availability zones found in AAI for cloud region RegionOne,

Added availability zone for RegionOne, and service creation is done. But when activated VF , Getting an error 

AssignVfModuleBB||||ERROR|300|Error from SDNC: No entries found in VFC_MODEL table for customization UUID |Error from SDNC: No entries found in VFC_MODEL table for customization UUID
org.onap.so.client.exception.BadResponseException: Error from SDNC: No entries found in VFC_MODEL table for customization UUID

complete so bpmn logs are attached. so_bpmn_uuid_error

Please let me know how can i proceed with this error.

Thanks in advance

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Kamala V Availability_zone must be present in AAI. I have added like below


      https://{{aai_ip}}:{{aai_port}}/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/availability-zones/availability-zone/nova


      {
      "availability-zone-nname": "nova",
      "hypervisor-type": "kvm",
      "operational-status": "up"
      }


      After that in VID select the “Test API for Al-a-carte as”: VNF_API(old)


      Take a look in to SO-SDNC error while instantiating skeleton_VNF - Casablanca

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

        kranthi guttikonda

        Thank you for the reply. It worked (smile)

          CommentAdd your comment...