Hello Muhammad,

Please use the latest templates in Gerrit (yaml and env files): 
https://gerrit.onap.org/r/gitweb?p=demo.git;a=tree;f=heat/ONAP;h=77a6ce1f507981e0c4f0515a5fcc5fbd6db84660;hb=refs/heads/master

The template you are using is pretty old.

Thanks,
Marco

From: <onap-discuss-boun...@lists.onap.org> on behalf of Muhammad Ali 
<a...@strategicalli.com>
Date: Wednesday, November 22, 2017 at 8:52 AM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Cc: Abhi Thorat <atho...@strategicalli.com>
Subject: [onap-discuss] ONAP installation on vanilla openstack

Hi,

I’ve started deploying ONAP using the following Heat template.

https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.1.0-SNAPSHOT/onap_openstack.yaml<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_sites_raw_org.openecomp.demo_heat_OpenECOMP_1.1.0-2DSNAPSHOT_onap-5Fopenstack.yaml&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=jVyiI4HKlAKFecOsE-2N-O0fkfLo_ZEebvaaQm0hXJY&s=8e9YrlZWLlUQvtTaSx75iAnTc7E8iXtlvSfGsu80Sms&e=>

Stack creation was successful in Openstack. VMs and networks are up running.

However, Portal VM was not configured correctly, below is the output of “docker 
ps -a” from portal VM.

root@vm1-portal:/opt# docker ps -a
CONTAINER ID        IMAGE               COMMAND                  CREATED        
     STATUS              PORTS               NAMES
a07f1099790d        mariadb             "docker-entrypoint..."   2 hours ago    
     Created                                 data_vol_portal

Is this the correct output? I’m wondering if there should be more active 
containers of ecomp portal and its components.

Below are my findings, when manually executed the portal_install.sh file.

<…>
docker stop/waiting
docker start/running, process 20839
Cloning into 'portal'...
remote: Finding sources: 100% (6754/6754)
remote: Total 6754 (delta 2747), reused 6754 (delta 2747)
Receiving objects: 100% (6754/6754), 16.28 MiB | 3.46 MiB/s, done.
Resolving deltas: 100% (2747/2747), done.
Checking connectivity... done.
Already up-to-date.
chmod: cannot access ‘portal/deliveries/new_start.sh’: No such file or directory
chmod: cannot access ‘portal/deliveries/new_stop.sh’: No such file or directory
chmod: cannot access ‘portal/deliveries/dbstart.sh’: No such file or directory
unzip:  cannot find or open portal/deliveries/etc.zip, 
portal/deliveries/etc.zip.
Login Succeeded
1.1-STAGING-latest: Pulling from openecomp/portaldb
4a441ce0e165: Pull complete
a1ddcbe73394: Pull complete
<…snipped…>
Status: Downloaded newer image for mariadb:latest
a07f1099790d8b19db7906b7bd337459d4b0676c08b9515fe6d0d3ba7872ff19
Error response from daemon: No such container: ecompdb_portal
Error response from daemon: No such container: 1610-1
Error response from daemon: No such container: widget-ms:latest
./portal_vm_init.sh: line 35: ./dbstart.sh: No such file or directory
./portal_vm_init.sh: line 36: ./new_start.sh: No such file or directory
./portal_vm_init.sh: line 37: ./widget_ms_start.sh: No such file or directory

And script hangs there.

Below is my heat env file.

     nexus_repo: 
https://nexus.onap.org/content/sites/raw<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_sites_raw&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=jVyiI4HKlAKFecOsE-2N-O0fkfLo_ZEebvaaQm0hXJY&s=ZgklXe8WkkSXqE5HOL7b9qypDLnWEyJvHq4-e8NLUjU&e=>
  nexus_docker_repo: nexus3.onap.org:10001
  nexus_username: docker
  nexus_password: docker
  dmaap_topic: AUTO
 artifacts_version: 1.1.0-SNAPSHOT
  docker_version: 1.1-STAGING-latest
  gerrit_branch: master
  openstack_tenant_id: admin
  openstack_username: admin
  cloud_env: openstack

Seems like, it is missing some *start.sh scripts from the repo.

Can you please point me to the correct upstream repo? Also, kindly review the 
my env config, if there is something that I need to modify/update.

Any help will be appreciated in this regard.

Thanks
Muhammad Ali
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to