Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Build appc deployment project (This is responsible to build APPC docker images)

            cd $HOME/ONAP-APPC/deployment 

             # First pull the ccsdk-odlsli-image for ODL Fluorine SR2 release. This will take some time

...

            # You can use the below command to replace the image version

             cd $HOME/ONAP-APPC/deployment 

             sed -i 's|FROM onap/ccsdk-odlsli-image:0.3.3|FROM onap/ccsdk-odlsli-image:0.4.4|g'  ./installation/appc/src/main/docker/Dockerfile 

             # Now, run the maven build     

             mvn clean install -DskipTests | tee -a appc-deployment-build.log

             # Execute docker image create command

             mvn clean install -P docker -DskipTests | tee -a appc-deployment-docker-image-build.log

       

  1. TODO