1
0
-1

Hi,

yesterday I reinstalled ONAP and rerun the vFW tutorial.

Now got stuck during the vFW zip import in the SDC.
The HEAT validation shows:

 This is the 1st time I see this error. Any hints ?

Thanks
Andreas 

My setup:
artifacts_version: 1.1.0-SNAPSHOT
docker_version: 1.1-STAGING-latest
cloud_env: openstack

dcae_base_environment: 1-NIC-FLOATING-IPS
gitlab_branch: master
dcae_code_version: 1.1.0

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hi Andreas Geissler,

      It seems that the data for image questionnaire is missing from the application_config table in the dox schema. You will need to create an entry for the key and value using the image.ftl under the openecomp-be/tools/install/schemaTemplates/questionnaire . The script openecomp-be/tools/build/scripts/generate-application-config-insert-cql.sh will help you with the same.

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

        The file produced by the script above needs to be executed using a command similar to 

        cqlsh -u asdc_user -p Aa1234%^! -f temp.cql

        in the sdc-cs container

        I added 

        USE dox;

        to the top of the file but I'm not sure is that was needed 

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

          Hi Ojas Dubey,
          thanks for the answer, but I think someone should fix this in the installation process.
          Will there be a JIRA ticket for this ? 

          Regards
          Andreas

          1. Daniel Rose

            feel free to make one

          CommentAdd your comment...