1
0
-1

Hi notice that the vnfsdk docker image fails to be downloaded due to which the health check fails, the directory its looking for "/opt/refrepo" seems to be missing in the "onap-multi-service" VM. not sure how the directory "refrepo" is being created (i dont see references in the heat template) . any pointers would be helpful. Thank you.


+ docker login -u docker -p docker nexus3.onap.org:10001
Login Succeeded
+ docker pull nexus3.onap.org:10001/onap/vnfsdk/refrepo:
invalid reference format
+ docker pull nexus3.onap.org:10001/onap/vnfsdk/refrepo/postgres:
invalid reference format
+ /opt/docker/docker-compose down
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?

Supported filenames: docker-compose.yml, docker-compose.yaml


+ /opt/docker/docker-compose up -d
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?

Supported filenames: docker-compose.yml, docker-compose.yaml

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      fixed it! the below git clone dint start from the openo_install.sh script. 

      # Clone Gerrit repository and run docker containers

      cd /opt

      git clone -b $VNFSDK_BRANCH --single-branch $VNFSDK_REPO

        CommentAdd your comment...