Uploaded image for project: 'Data Collection, Analytics, and Events'
  1. Data Collection, Analytics, and Events
  2. DCAEGEN2-125

Having trouble deploying DCAE on Rackspace with latest onap_rackspace heat template

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Medium Medium
    • Beijing Release
    • Beijing Release
    • None

      I am using the latest onap_rackspace.env and onap_rackspace.yaml files to install ONAP base setup in Rackspace.  THe deployment installs all the different ONAP components except DCAE.

      On inspecting the cloud-init-output.log file in vm1-dcae-controller server I found the following error:

      docker pull nexus3.onap.org:10001/openecomp/dcae-controller:1.1.0
      Pulling repository nexus3.onap.org:10001/openecomp/dcae-controller
      Error: image openecomp/dcae-controller:1.1.0 not found

       

      I checked the docker repo and there is no dcae-controller-1.1.0 available, but there is dcae-controller-1.1-STAGING-latest available.  Therefore, I modified /opt/dcae-startup-vm-controller/Makefile and  /opt/dcae-startup-vm-controller/docker-compose.yml to use 1.1-STAGING-latest (DOCKER-VERSION) instead of 1.1.0 (DCAE-VERSiON) and continued the stalled installation using the following cmd:

      make up

       

      This worked fine for vm1-dcae-controller, but it again stalled during installation of zldciad4vicoll00 server.  Once again inspecting the cloud-init-output.log, I found the following error:

      + mvn -s /tmp/settings.xml -q org.apache.maven.plugins:maven-dependency-plugin:2.10:copy -Dartifact=org.openecomp.dcae.controller:dcae-controller-service-standardeventcollector-manager:1.1.0:jar -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -DoutputDirectory=/opt/app/dcae-controller-service-standardeventcollector-manager
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:copy (default-cli) on project standalone-pom: Unable to find artifact. Could not find artifact org.openecomp.dcae.controller:dcae-controller-service-standardeventcollector-manager:jar:1.1.0 in snapshots (https://nexus.onap.org/content/repositories/snapshots/)

      Again checking the Nexus repo, I could not find 1.1.0 version of the jars.  Instead it containied 1.1.0-SNAPSHOT versions.  I modified the /tmp/dcae-init.sh script to replace 1.1.0 with 1.1.0-SNAPSHOT, and continued installation from this point.

      The installation succeeded with these changes.  

      Please, either update the DCAE installation scripts to use the correct versions, or update the repositories with expected versions of the DCAE component and jar files.

       

            wrider wrider
            ccionapdev ccionapdev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: