You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Next »

Table of Contents



Introduction

In the open community lab at Rudgers University Winlab, called OWL (open wireless lab) are 16 bare metal servers running.

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

Please note that the detailed setup may change on short notice.

In addition be always prepared that your settings may get lost, We do some effort to avoid such issue, but wont guarantee anything. 

Sub pages:

planned: 2021-10-13

Hosts

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

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

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

The remaining 16 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 once you uploaded your public key.


Inventory

IP Time Hostname Operating System Total RAM [GB] Used RAM [%] CPUs CPU usage [%] Disk [GB] Disk usage [%]
10.30.1.1 2022-04-12T16:08:56+00:00 stable-control-01.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 49 24 24 8 197 7
10.30.1.2 2022-04-12T16:28:14+00:00 stable-control-02.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 16 31 24 8 197 7
10.30.1.3 -
10.30.1.4 2022-04-12T16:20:21+00:00 stable-control-04.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 16 31 8 12 221 50
10.30.1.5 2022-04-12T16:00:03+00:00 exper-control-1 Ubuntu 18.04.5 LTS 16 12 8 12 220 8
10.30.1.6 2022-04-12T16:00:08+00:00 node1-6.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 20 0 8 12 20 11
10.30.2.1 2022-04-12T16:00:14+00:00 exper-compute-1 Ubuntu 18.04.5 LTS 792 0 48 2 12938 1
10.30.2.2 2022-04-12T16:00:19+00:00 exper-compute-2 Ubuntu 18.04.5 LTS 792 0 48 2 12938 1
10.30.2.3 2022-04-12T16:00:25+00:00 exper-compute-3 Ubuntu 18.04.5 LTS 197 0 48 2 99 8
10.30.2.4 2022-04-12T15:59:55+00:00 stable-compute-04.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 197 29 48 2 296 3
10.30.2.5 2022-04-12T15:53:05+00:00 stable-compute-05.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 197 44 48 4 296 3
10.30.2.6 2022-04-12T16:01:05+00:00 stable-compute-06.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 197 57 48 2 296 3
10.30.2.7 2022-04-12T15:52:13+00:00 stable-compute-07.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 197 33 48 2 296 3
10.30.2.8 2022-04-12T16:02:07+00:00 stable-compute-08.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 197 49 48 2 296 3
10.30.2.9 2022-04-12T15:53:39+00:00 stable-compute-09.sb10.orbit-lab.org Ubuntu 18.04.5 LTS 197 36 48 2 296 3
10.30.3.1 -
10.30.3.2 2022-04-12T16:01:07+00:00 node3-2.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 131 0 24 4 20 65
10.30.3.3 2022-04-12T16:00:59+00:00 node3-3.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 264 0 64 1 20 100
10.30.3.4 2022-04-12T16:01:19+00:00 node3-4.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 264 0 64 1 60 4
10.30.3.5 2022-04-12T16:01:25+00:00 node3-5.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 264 0 64 1 60 4
10.30.3.6 2022-04-12T16:01:30+00:00 node3-6.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 264 0 64 1 60 4
10.30.3.7 2022-04-12T16:01:36+00:00 node3-7.sb10.orbit-lab.org Ubuntu 18.04.6 LTS 264 0 64 1 60 5


Setup

OWL Cloud Inventory := orbit-lab.org - SB10 experimental stable development node1-5 node1-6 node2-1 node2-2 node2-3 control-1has Horizon control-2not used compute-1 compute-2 compute-3 node1-1 node1-2 node1-3 node1-4 node2-4 node2-5 node2-6 node2-7 node2-8 node2-9 control-1 control-2 control-3 control-1has Horizon compute-1 compute-2 compute-3 compute-4 compute-5 compute-6 node1-7 node1-8 node1-9 node3-1 node3-2 node3-3 node3-4 node3-5 node3-6 control-1 control-2 control-3has Horizon compute-1 compute-2 compute-3 compute-4 compute-5 compute-6 internet console Copyright 2021 highstreet technologies USA Corp.. This work is licensed under a Creative Commons Attribution 4.0 International License.. SPDX-License-Identifier: CC-BY-4.0. 2021-10-13 | o-ran.org | Thanks to PlantUML!

How to access a VM using ssh tunneling?

Once you have access and uploaded you 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 on your localhost the WebUi. Please replace '<username>' with the your username of your orbit-lab.org account.

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:

<broken??!! - please restore>

  • No labels