Hi All, The issue we found is apt-get update command in portal_install.sh is failing. The following commands are executed as part of portal_install.sh script. The RED coloured errors are seen with apt-get update
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list apt-get update apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual apt-get install -y --allow-unauthenticated docker-engine W: GPG error: https://apt.dockerproject.org ubuntu-trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F76221572C52609D W: GPG error: http://ppa.launchpad.net trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB9B1D8886F44E2A Attaching the script execution log. Same results are seen on executing the above commands manually after the portal_install.sh script execution completes. Not sure if anyone else seen this issue.. Any pointers to resolve the issue are appreciated. Thanks, Arun From: [email protected] [mailto:[email protected]] On Behalf Of Kapil Gupta (c) Sent: 30 October 2017 13:05 To: [email protected]; [email protected] Subject: [onap-discuss] ONAP 1.1 portal/policy docker-compose error Hi, We have deployed ONAP ver 1.1 with onap_openstack.yaml/env files. Portal and policy VM’s failing with “opt/docker/docker-compose: cannot execute binary file: Exec format error” It seems there is some problem with docker-compose. Please suggest the way forward. ++ LOGS_DIR=./logs ++ PROPS_DIR=./properties_rackspace ++ EXTRA_HOST_IP= ++ EXTRA_HOST_NAME= + docker login -u docker -p docker nexus3.onap.org:10001 ./portal_vm_init.sh: line 26: docker: command not found + docker pull nexus3.onap.org:10001/onap/portal-db:1.3-STAGING-latest ./portal_vm_init.sh: line 27: docker: command not found + docker pull nexus3.onap.org:10001/onap/portal-apps:1.3-STAGING-latest ./portal_vm_init.sh: line 28: docker: command not found + docker pull nexus3.onap.org:10001/onap/portal-wms:1.3-STAGING-latest ./portal_vm_init.sh: line 29: docker: command not found + docker pull nexus3.onap.org:10001/onap/cli:1.1-STAGING-latest ./portal_vm_init.sh: line 30: docker: command not found + docker tag nexus3.onap.org:10001/onap/portal-db:1.3-STAGING-latest onap/portal-db:1.3.0 ./portal_vm_init.sh: line 33: docker: command not found + docker tag nexus3.onap.org:10001/onap/portal-apps:1.3-STAGING-latest onap/portal-apps:1.3.0 ./portal_vm_init.sh: line 34: docker: command not found + docker tag nexus3.onap.org:10001/onap/portal-wms:1.3-STAGING-latest onap/portal-wms:1.3.0 ./portal_vm_init.sh: line 35: docker: command not found + docker tag nexus3.onap.org:10001/onap/cli:1.1-STAGING-latest onap/cli:1.3.0 ./portal_vm_init.sh: line 36: docker: command not found + export LOGS_DIR=./logs + LOGS_DIR=./logs + mkdir -p ./logs + export PROPS_DIR=./properties_simpledemo + PROPS_DIR=./properties_simpledemo + /opt/docker/docker-compose down ./portal_vm_init.sh: line 48: /opt/docker/docker-compose: cannot execute binary file: Exec format error + /opt/docker/docker-compose up -d ./portal_vm_init.sh: line 49: /opt/docker/docker-compose: cannot execute binary file: Exec format error Thanks Kapil From: Kapil Gupta (c) Sent: 27 October 2017 19:11 To: 'PLATANIA, MARCO (MARCO)' <[email protected]> Cc: Ramesh Tammana <[email protected]>; Ramki Krishnan <[email protected]>; Sumit Verdi <[email protected]>; Gaurav Gupta (c) <[email protected]>; Arun Arora (c) <[email protected]> Subject: RE: ONAP 1.1 deployment errors Hi Marco, Thanks for your inputs. Now we deployed ONAP 1.1 stack using onap_openstack.env and onap_openstack.yaml. 15 ONAP VM’s created successfully. We have following queries:- * Multi-service VM’s OS not booted, This VM created with Ubuntu 16.04 with xxlarge Flavor (12 VCPU, RAM 64GB and Disk 80 GB) , any recommendation * Which Centos cloud images used in ONAP as “CentOS-7-x86_64-GenericCloud.qcow2c” not working for us. * Any other recommendation from env and yaml files. Thanks Kapil From: PLATANIA, MARCO (MARCO) [mailto:[email protected]] Sent: 26 October 2017 19:01 To: Kapil Gupta (c) <[email protected]<mailto:[email protected]>> Cc: Ramesh Tammana <[email protected]<mailto:[email protected]>>; Ramki Krishnan <[email protected]<mailto:[email protected]>>; Sumit Verdi <[email protected]<mailto:[email protected]>>; Gaurav Gupta (c) <[email protected]<mailto:[email protected]>>; Arun Arora (c) <[email protected]<mailto:[email protected]>> Subject: Re: ONAP 1.1 deployment errors Hello Kapil, First of all, you guys should use onap_openstack.yaml/env. This is the template that the Integration team is using for testing. It also contains a few new developments that the other templates don’t have. The other templates were created to accommodate the requirements of DCAE GEN 1. Please use the latest and greatest onap_openstack.yaml/env. Second thing, from your health check it seems that many components aren’t ready yet. Give it some time to install the VMs and download all the integration scripts and docker containers. Last, make sure you correctly set the elements in the env file. Note: we didn’t test ONAP on VMware OpenStack, so I’m not sure whether there’s some environment-specific issue that we aren’t aware of. Thanks, Marco From: "Kapil Gupta (c)" <[email protected]<mailto:[email protected]>> Date: Thursday, October 26, 2017 at 8:13 AM To: "PLATANIA, MARCO (MARCO)" <[email protected]<mailto:[email protected]>> Cc: Ramesh Tammana <[email protected]<mailto:[email protected]>>, Ramki Krishnan <[email protected]<mailto:[email protected]>>, Sumit Verdi <[email protected]<mailto:[email protected]>>, "Gaurav Gupta (c)" <[email protected]<mailto:[email protected]>>, "Arun Arora (c)" <[email protected]<mailto:[email protected]>> Subject: ONAP 1.1 deployment errors Hi Marco, We need you help to debug ONAP 1.1 errors. We are deploying ONAP ver1.1 with heat files ( onap_openstack_float.env and onap_openstack_float.yaml) on VMware OpenStack. Robot health check status is :- 23 critical tests, 5 passed, 18 failed Some VM’s downloaded Docker images but containers not started , some VM’s containers started but health check not passed and some others not able to download Docker images. Here I have attached VM’s logs and health check logs. Please suggest the way forward. VM name Image download Container started HealthCheckStatus SDC 0 0 failed so 4 2 failed VID 5 2 failed dcae 0 0 failed SDNC 8 0 failed message-router 4 3 passed Policy 8 6 passed Portal 8 4 passed APPC 7 3 passed robot 2 2 NA aai-inst-1 13 7 passed aai-inst-2 2 2 passed clamp 1 0 NA Thanks Kapil
portal_install.log
Description: portal_install.log
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
