Changes between Version 3 and Version 4 of Tutorials/4G5G/oran


Ignore:
Timestamp:
Apr 27, 2022, 2:28:37 PM (3 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/oran

    v3 v4  
    33== ONAP/ORAN Tutorial ==
    44
     5[[NewsFlashStart]]
     6This 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
     8Start with the ubuntu2004.ndz and remove snapd restriction from it with:
     9}}}
     10
     11{{{
     12sudo rm /etc/apt/preferences.d/snapd
     13}}}
     14
     15Install snapd:
     16{{{
     17sudo apt update
     18sudo apt install snapd
     19}}}
     20
     21Add to /etc/profile
     22{{{
     23export LC_ALL=C.UTF-8
     24export LANG=C.UTF-8
     25}}}
     26
     27exit the ssh session and come back. Install a local Kubernetes with [https://ubuntu.com/tutorials/install-a-local-kubernetes-with-microk8s MicroK8s]:
     28{{{
     29sudo snap install microk8s --classic
     30}}}
     31
     32Grab the [https://github.com/sebdet/oran-deployment O-RAN installation scripts]:
     33
     34{{{
     35git clone --recursive https://github.com/sebdet/oran-deployment.git
     36}}}
     37
     38And then install them
     39{{{
     40./oran-deployment/scripts/layer-0/0-setup-microk8s.sh
     41./oran-deployment/scripts/layer-0/0-setup-charts-museum.sh
     42./oran-deployment/scripts/layer-0/0-setup-helm3.sh
     43./oran-deployment/scripts/layer-1/1-build-all-charts.sh
     44./oran-deployment/scripts/layer-2/2-install-oran.sh
     45}}}
     46[[NewsFlashEnd]]
    547
    648
     
    121163}}}
    122164
    123 [[NewsFlashStart]]
    124 In case you want to build your own ORAN image, start with the ubuntu2004.ndz and remove snapd restriction from it with:
    125 }}}
    126 
    127 {{{
    128 sudo rm /etc/apt/preferences.d/snapd
    129 }}}
    130 
    131 Install snapd:
    132 {{{
    133 sudo apt update
    134 sudo apt install snapd
    135 }}}
    136 
    137 Add to /etc/profile
    138 {{{
    139 export LC_ALL=C.UTF-8
    140 export LANG=C.UTF-8
    141 }}}
    142 
    143 exit the ssh session and come back. Install a local Kubernetes with [https://ubuntu.com/tutorials/install-a-local-kubernetes-with-microk8s MicroK8s]:
    144 {{{
    145 sudo snap install microk8s --classic
    146 }}}
    147 
    148 Grab the [https://github.com/sebdet/oran-deployment O-RAN installation scripts]:
    149 
    150 {{{
    151 git clone --recursive https://github.com/sebdet/oran-deployment.git
    152 }}}
    153 
    154 And then install them
    155 {{{
    156 ./oran-deployment/scripts/layer-0/0-setup-microk8s.sh
    157 ./oran-deployment/scripts/layer-0/0-setup-charts-museum.sh
    158 ./oran-deployment/scripts/layer-0/0-setup-helm3.sh
    159 ./oran-deployment/scripts/layer-1/1-build-all-charts.sh
    160 ./oran-deployment/scripts/layer-2/2-install-oran.sh
    161 }}}
    162 [[NewsFlashEnd]]
    163 
    164165[[Image(Non-RTRIC.png, 600 )]]
    165 [Image(ONAP.png, 600 )]]
     166[[Image(ONAP.png, 600 )]]