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

Compare with Current View Page History

« Previous Version 34 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: 2022-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 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 once you uploaded your public key.

Inventory

Setup OWL Cloud Inventory := orbit-lab.org - SB10 experimental stable 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 internet console n17 n18 n19 n31 n32 n33 n34 n35 n36 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