You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If an SDN-R feature or service is provided the following steps have to be covered in the related ONAP gerrit repos

  • ccsdk/feature:
    • Add sdnr related feature
    • Use parent-version and artifact-version from parent pom in repo-root
  • ccsdk/distribution for odlsli and odlsli-alpine/ubuntu image creation
    • Add dependencies to pom.xml (for feature-zip and feature xml )
    • Add related repository into Dockerfile
  • sdnc/oam install script "startODL.sh"
    • Add environment variable to enable the feature
    • Add function to add feature name to "bootfeatures" if feature enabled
  • oom
    • Modify sdnc related helm "startODL.sh" script the same way like like before, because it overwrites the script in sdnc/oam image


  • No labels