Versions Compared

Key

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

Table of Contents

Table of Contents



Introduction

In the open community lab at Rudgers University Winlab, called OWL (open wireless lab) are 16 Rutgers University's OWL (Open Wireless Lab) at WINLAB has 16 running bare metal servers running.

In order to run serval several ONAP instances, the servers are split into "environments" or OpenStack instances.

Please note that the detailed setup may change on short noticeat any point in time.

In addition, always be always prepared that in case your settings may get lost, We do some effort . We make efforts to avoid such this issue, but wont guarantee anything. cannot guarantee it won't happen.

Sub pages:

Child pages (Children Display)

planned

Planned: 2022-10-13

Hosts

Currently there is one gateway to control access from the internet into Open Wireless Lab and from Open Wireless Lab to the internetOWL and vice versa.

  • host: console.sb10.orbit-lab.org

Up to 6 servers act as control nodes for OpenStack instances.

The remaining 9 servers are a bit more powerful and are used as compute nodes for OpenStack instances.

Please note:

The entire domain "orbit-lab.org" does not answer ICMP pings. SSH is possible from the internet only to console.sb10.orbit-lab.org using your orbit-lab account user name username once you have uploaded your public key.

Inventory

Html bobswift


Setup


How to access a VM using

ssh

SSH tunneling?

Once you have access and uploaded you your private keys, you may want to access a dedicated VM for your service.

In the following example, the IP of a running SDN-R is used to view the Web UI on your localhost the WebUi. Please replace '<username>' with the your the username of your orbit-lab.org account.

Code Block
ssh -A -t <username>@console.sb10.orbit-lab.org -L 31202:localhost:31202 \
ssh -A -t native@exper-control-1 -L 31202:localhost:31202 \
ssh -A -t ubuntu@10.31.3.21 -L 31202:localhost:31202



Screenshot: