Versions Compared

Key

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

...

    1. Find Rancher IP in R_Control-Plane tenant - we use “onap_dev” key and “Ubuntu” user to SSH. For example: “ssh -i onap_dev ubuntu@192.168.31.245”.
    2. Login as ubuntu, then run "sudo -i" to login as root. The “oom” git repo is in the rancher vm's root directory, under “/root/oom”.
    3. Edit portal files at /root/oom/kubernetes

      “make portal”

      “make onap”

      The below code needs to be added to the integration-override.yaml file.

      Code Block
      languagebash
      themeMidnight
      portal:
        portal-app:
          replicaCount: 3

      Run below command from "/root” folder to do helm upgrade

      "helm upgrade -i dev local/onap -f integration-override.yaml"


    4. Rancher gui is at 192.168.31.245:8080

...