Versions Compared

Key

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

...

Rancher server IP address is currently 10.12.6.205

Code Block
$ ssh -i ~/.ssh/onap_key ubuntu@10.12.6.205

...

Cherry pick your change (in this example we're pulling patch set 1 of 47121).  If you click "Download" from the gerrit change you want to cherry pick, it will give you a dialog box as below and you can copy it to your clipboard:

 

Code Block
$ cd /root/oom
$ git fetch https://gerrit.onap.org/r/oom refs/changes/21/47121/1 && git cherry-pick FETCH_HEAD

...

Code Block
$ kubectl exec -it $(kubectl get pods -n onap | grep dev-aai-resources | awk '{print $1}') /bin/bash

From the resources container you can look at logs to see application status, or send requests via curl to test the API.