Changes between Version 5 and Version 6 of Tutorials/4G5G/oran


Ignore:
Timestamp:
Apr 27, 2022, 6:26:45 PM (2 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/oran

    v5 v6  
     1== ONAP/ORAN Tutorial ==
    12[[Include(WikiToC)]]
    23
    3 == ONAP/ORAN Tutorial ==
    44
    5 [[NewsFlashStart]]
    6 This tutorial assumes that you  want to use prepared image that is a snapshot of O-RAN deployment in time. In case you want to build your own ORAN image with the latest components please follow these instructions.
    7 
    8 Start with the ubuntu2004.ndz and remove snapd restriction from it with:
    9 
    10 {{{
    11 sudo rm /etc/apt/preferences.d/snapd
    12 }}}
    13 
    14 Install snapd:
    15 {{{
    16 sudo apt update
    17 sudo apt install snapd
    18 }}}
    19 
    20 Add to /etc/profile
    21 {{{
    22 export LC_ALL=C.UTF-8
    23 export LANG=C.UTF-8
    24 }}}
    25 
    26 exit the ssh session and come back. Install a local Kubernetes with [https://ubuntu.com/tutorials/install-a-local-kubernetes-with-microk8s MicroK8s]:
    27 {{{
    28 sudo snap install microk8s --classic
    29 }}}
    30 
    31 Grab the [https://github.com/sebdet/oran-deployment O-RAN installation scripts]:
    32 
    33 {{{
    34 git clone --recursive https://github.com/sebdet/oran-deployment.git
    35 }}}
    36 
    37 And then install them
    38 {{{
    39 ./oran-deployment/scripts/layer-0/0-setup-microk8s.sh
    40 ./oran-deployment/scripts/layer-0/0-setup-charts-museum.sh
    41 ./oran-deployment/scripts/layer-0/0-setup-helm3.sh
    42 ./oran-deployment/scripts/layer-1/1-build-all-charts.sh
    43 ./oran-deployment/scripts/layer-2/2-install-oran.sh
    44 }}}
    45 [[NewsFlashEnd]]
     5This tutorial assumes that you  want to use prepared image that is a snapshot of O-RAN deployment in time. In case you want to build the ORAN image with the latest components please follow [[CollapsibleStart(these instructions)]][[Include(/Tutorials/4G5G/oranbuild)]][[CollapsibleEnd]].
    466
    477=== Description ===