Docker issues dial tcp 199.204.45.137:10001: i/o timeout


ESWAR RAO <eswar7028@...>
 

Hi All,

I am trying to install Amsterdam release by following:


I could see in ONAP VM's the "docker pull" is failing:
I am not behind any proxy.

Can someone please help me??


root@onap-portal:/opt# sh -x portal_vm_init.sh
+ set -x
+ cat /opt/config/nexus_username.txt
+ NEXUS_USERNAME=docker
+ cat /opt/config/nexus_password.txt
+ NEXUS_PASSWD=docker
+ cat /opt/config/nexus_docker_repo.txt
+ NEXUS_DOCKER_REPO=nexus3.onap.org:10001
+ cat /opt/config/docker_version.txt
+ DOCKER_IMAGE_VERSION=v1.3.0
+ cat /opt/config/cli_docker_version.txt
+ CLI_DOCKER_VERSION=v1.1.0
+ cd /opt/portal
+ git pull
Already up-to-date.
+ cd deliveries
+ source .env
portal_vm_init.sh: 23: portal_vm_init.sh: source: not found
+ docker login -u docker -p docker nexus3.onap.org:10001
Error response from daemon: Get https://nexus3.onap.org:10001/v1/users/: dial tcp 199.204.45.137:10001: i/o timeout
invalid reference format
invalid reference format
invalid reference format
invalid reference format
Error parsing reference: "nexus3.onap.org:10001/:v1.3.0" is not a valid repository/tag: invalid reference format
Error parsing reference: "nexus3.onap.org:10001/:v1.3.0" is not a valid repository/tag: invalid reference format
Error parsing reference: "nexus3.onap.org:10001/:v1.3.0" is not a valid repository/tag: invalid reference format
Error parsing reference: "nexus3.onap.org:10001/:v1.1.0" is not a valid repository/tag: invalid reference format


Thanks
Eswar Rao

Join {onap-discuss@lists.onap.org to automatically receive all group messages.