Versions Compared

Key

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

...

Updating image revisions in OOM

When releasing in ONAP, the revisions of the Policy Framework Docker images must be updated in OOM.

The image revisions in the Policy Framework values.yaml files are updated using the updateOomImages.sh script. The script updates the image revisions in OOM and creates a commit in Gerrit for the change.

  1. Clone a copy of the OOM repository into a suitable location. The suggested location is onap/oom, where the Policy Framework repositories are in onap/policy/parent, onap/policy/common etc.
  2. Make sure that the correct branch of OOM is checked out, if you are, for example, working on a Jakarta release of the Policy Framework, check out the Jakarta branch on the OOM repository.
  3. Run the updateOomImages.sh script:

    Code Block
    languagebash
    % updateOomImages.sh -l onap -i POLICY-112911


A commit is raised that updates OOM for the new Policy Framework release.<TBC>

Branching

Branching is where a new branch is created on each repository in the Policy Framework and the minor revision of each repository is stepped. Branching is usually performed when development is compelted for a release and development is moving onto the next release.

...