1
0
-1

Hi,

I am following Tutorial: Creating a Service Instance from a Design Model to onboard vFW.

While creating VF Module,  I get error "Received vfModuleException from VnfAdapter: category='INTERNAL' message='Exception during create VF Create VFModule: Missing Required inputs: repo_url,webserver_ip,repo_passwd,repo_user” . I am using vFW 14.2.17.zip from ONAP WIKI’s Reference Document section. It has env file that contains these parameters which are mentioned as missing in the error. When I check the ‘Deployment Artifact’ in SDC application, I do see these parameters with values as well.

Appreciate help on this..Same question is posted on mailing list as well 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Marco Platania is that the latest template? i think thats old and should be removed if it is

      1. Kedar Ambekar

        Daniel Rose : Can you please point me to the right zip file for vFW ? I tried to find it in Gerrit but couldn't see there.

      2. Marco Platania

        Hello Kedar,

        As Dan said, that's an old template. Please use base_vfw_openstack.yaml and base_vfw_openstack.env in gerrit to create your own zip file as described here: Pre-Onboarding

        Marco

      3. Kedar Ambekar

        Thanks Marco !

        With updated zip, I now get "Received error from SDN-C: No preload data found to match vnf-name" while creating VM Module.

        My "demo.sh preload" had showed all PASS.

        What could be the reason ?

      4. Daniel Rose

        are you doing preload on an instantiation of a demoVfw model or on a custom model you deployed on your own?


      5. Kedar Ambekar

        I am doing instantiation of demo vFW.

      6. Daniel Rose

        David Stilwell Dan Timoney do you think you could look at the logs for sdnc? The error here isnt clear what is missing?

      7. Dan Timoney

        Kedar - can you please post the karaf.log so I can take a look.  You should be able to get that from our docker container by running this command on your SDN-C VM:


        docker cp sdnc_controller_container:/opt/opendaylight/current/data/log/karaf.log /tmp


      8. Kedar Ambekar

        I ended up recreating the ONAP stack. With that, I didn't have any issue in creating VF Module for vFW.

        Thank you all for the help !!

      CommentAdd your comment...