Versions Compared

Key

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

...

  1. Update the version values of the maven artifacts to the value values in the Casablanca branch
  2. Modify the version of the OpenDaylight Oxygen Docker image that is used as the starting point for the CCSDK Docker image

...

The Dockerfile in ccsdk/distribution/odlsli/src/maindockermain/docker that creates the CCSDK Docker images needs to be updated with the correct tag for the OpenDaylight Oxygen image.  Change:

...

In the original code, ${project.version} is replaced with "0.3.2-SNAPSHOT," and there is no image with that tag in the nexus3 repository.  This is a temporary condition as the Casablanca release goes through the final approval process.  Also, notice that the Dockerfile assumes a local copy of the image, so one should login to nexus3.onap.org:1001, pull down the image and rename it from nexus3.onap.org:1001/onap/ccsdk-odl-oxygen-image:0.3.2-STAGING to onap/ccsdk-odl-oxygen-image:0.3.2-STAGING.  (Please edit this page to correct any errors or make improvements.)  After making these changes, one can navigate to the ccsdk/distribution/odlsli directory and execute the command "mvn clean install -P docker" to create a new CCSDK Docker image with that includes the new features for the proof-of-concept.

...