Versions Compared

Key

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

...

"coverage_area_ta_list": {"derive_from":{"method":"get_tracking_area","args": {"coverage_area": {"get_param": "coverage_area_ta_list"}}}}

OOF :

The patchset patch set - Return coverage-area list as JSON string (I9776b924) · Gerrit Code Review (onap.org) has to be included in the OOF-HAS src code to return coverage area TA list mapping.  (If the patch set is still not merged, please follow the below steps) 

  1. Clone the HAS repo from Gerrit - git clone "https://gerrit.onap.org/r/optf/has"
  2. Pull the above-mentioned patch set from Gerrit and download it to the local repo
  3. Build the docker image - mvn clean install
  4. Create a tar file of the image , 

              docker save IMAGE_ID > has-image.tar

      5. Copy the tar file to all the worker vms associated with the control vm, and follow the below steps,

             docker load < has-image.tar
             docker image tag IMAGE_ID name:version

      6. Replace the image version in the oom (oof) charts with the loaded version in the worker vms and redeploy the OOF component