Versions Compared

Key

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

...

To access the ONAP GUI for testing alarms and faults in OWL, please follow these steps (on Windows):

  1. Obtain Follow the above instructions to obtain an ORBIT account
  2. From Command Prompt, run “ssh-keygen” to create a key-pair
  3. Upload the public key to your ORBIT profile at https://www.orbit-lab.org/cPanel/controlPanel/start
  4. and upload a set of keys
  5. Open PuTTY and set your Host Name to Assuming your public key is in the current directory (usually .ssh folder), tunnel 3 times in Command Prompt via the following commands (replace the bolded sections):ssh -A -t [ORBIT username]@console.sb10.orbit-lab.org (Port should be 22 by default)
  6. As detailed in the above instructions, make sure you are using your private key file under Connection → SSH → Auth
  7. Under Connection → SSH → Tunnels, add a new forwarded port with Source Port 8181 and Destination localhost:8181
  8. Save your session configuration with a memorable name (optional but recommended)
  9. Open your session, enter the passphrase for your key (if you have one), and access ORBIT
  10. Tunnel 2 more times with the following commands:
      -i [public key filename] -L 8181:localhost:8181
    1. ssh -A -t native@exper-control-1 -L 8181:localhost:8181
    2. ssh -A -t ubuntu@10.31.3.17 -L 8181:localhost:8181
  11. Go to http://localhost:8181/odlux/index.html and log in using admin:admin

...