Versions Compared

Key

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

...

     git clone ssh://<LFID>@gerrit.onap.org:29418/oom

2. - Sync the cubmodules

     cd oom

     git submodule update --init --recursive

3- Notice oom has a remote that points to the oom repo while, for example, oom/kubernetes/aai has a remote that points to aai/oom

34- Proceed with any changes needed to be done in the kubernetes/<component> files

45- Once the changes are committed and ready to be pushed, add the needed SSH remote to push

    git remote add gerrit ssh://<LFID>@gerrit.onap.org:29418/aai/oom

56- Push your changes as usual

...