This repository contains scripts to install the Open Air Interface (OAI) on a Kubernetes cluster. The scripts are based on OAI documentation.
- The 3 scripts will download a git repository, by default it will be in /work but you can change by setting
WORK_DIRin the script. - Make sure to use the right interface by setting
INTERFACEin the script.
Deploy the Use case 1
curl https://raw.githubusercontent.com/jbcol/oai-eurecom/main/usecase1.sh -o usecase1.sh
chmod +x usecase1.sh
./usecase1.shDeploy the Use case 2
curl https://raw.githubusercontent.com/jbcol/oai-eurecom/main/usecase2.sh -o usecase2.sh
chmod +x usecase2.sh
./usecase2.shDeploy the Use case 3
curl https://raw.githubusercontent.com/jbcol/oai-eurecom/main/usecase3.sh -o usecase3.sh
chmod +x usecase3.sh
./usecase3.sh