Versions Compared

Key

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

...

  • Note 1: While instructions to build the artifacts are included below, pre-built versions are available as Docker Images in http://nexus3.onap.org
    • Building the code should only be attempted if you really need to, or wish in incorporate some change; it is much easier to use the pre-built versions.
  • Note 2: Before attempting to retrieve or build any ONAP component please follow the instructions for Setting Up Your Development Environment 
  • Note 3: After re-building run the functions by following instructions at Montreal New Delhi - Run - but note the version numbers of the newly-built functions will likely be slightly different from the pre-built versions.
    • Version numbers used in this page may not be the most recent ... you should verify version numbers of your newly built component, and check for latest versions of pre-built components

...

  • Download the ccsdk/oran repo, montreal branch: newdelhi

    Code Block
    languagebash
    $ git clone "https://gerrit.onap.org/r/ccsdk/oran" -b montrealnewdelhi


Build the code and create docker image

...

Code Block
languagebash
themeMidnight
$ docker images
onap/ccsdk-oran-a1policymanagementservice 1.67.20-SNAPSHOT

(Note: your version tag may be different - check the version in pom.xml to make sure)

...

Code Block
languagebash
$ cd oran/a1-adapter/
$ mvn clean install -Dmaven.test.skip=true

...