In the community lab at Rudgers University Winlab, called OWL (open wireless lab) are 12 bare metal servers running for 3 different and independent instances of ONAP.
Each of the three environments is build-out of three servers - one controller for the environment and three compute nodes.
Each environment exists for a different reason.
- Experimental (EXPERI)
- The name is self-explaining, here is an environment to test strange ideas and to figure out how it works. Everybody using this environment should be prepared for the unexpected.
- From time to time the entire setup will be wiped out - daily? weekly
- Development (DEV)
- The development environment is used to develop and test the current underdevelopment ONAP release.
- continues integration and continues deployment are established.
- Stable (STABLE)
- The stable environment runs the latest released ONAP version. Only officially updates are made.
Status: 2020-05-03
Please update when you know the current status
Experimental
The environment is running!
Blocked for MWC demos!
Development
The environment is down
The environment will be refactored until mid of January 2020.
Here code artifacts of ONAP El Alto with Frankfurt updates are installed.
The environment is used for automated and manually Integration Tests with existing radios, simulators and other complementary systems, including O-RAN-SC components.
Stable
The environment is down
The environment will be refactored until mid of January 2020.
ONAP El Alto version - as described: SDN-R with OOM Rancher/Kubernetes Installation
Physical setup
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.
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: