Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syncing #43

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# nfv-lab
Repository for NFV lab with OSM MANO.
It contains a helm-repository, check out the [index.yaml](index.yaml)


## Acknowledgements

This work is a result of project [ECTICS](https://www.dit.upm.es/~giros/project/ectics/) (PID2019-105257RB-C21), funded by:

![financing-logo](doc/img/MICIU_AEI_w400.jpg)

## Scenario
![scenario detail](doc/img/nfv-lab-figura4.drawio.png)
![scenario detail](doc/en/img/nfv-lab-figura4.drawio.png)

## Quick testing guide
1. Launch the machines RDSV-OSM and RDSV-K8S
Expand Down
2 changes: 1 addition & 1 deletion bin/get-osmlab-k8s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

OVAFILE='RDSV2022-K8S-v4.ova'
OVAFILE='RDSV-K8S-2024-v1.ova'
LABDIR=/lab/rdsv/repo
VMNAME='RDSV-K8S'
STARTCMD="vboxmanage startvm $VMNAME"
Expand Down
8 changes: 4 additions & 4 deletions bin/rdsv-config-osmlab
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ sed -i -e '/OSM_USER/d' \
~/.bashrc

echo "export OSM_USER=rdsv$SCEN" >> ~/.bashrc
echo "export OSM_PASSWORD=xxxx$SCEN" >> ~/.bashrc
echo "export OSM_PASSWORD=Xxxxx1-$SCEN" >> ~/.bashrc
echo "export OSM_PROJECT=rpry$SCEN" >> ~/.bashrc

echo "export OSM_HOSTNAME=10.11.13.1" >> ~/.bashrc
echo "export OSM_HOSTNAME=vosm-nbi.dit.upm.es" >> ~/.bashrc
echo "alias kubectl='microk8s kubectl'" >> ~/.bashrc

#source ~/.bashrc
export OSM_USER=rdsv$SCEN
export OSM_PASSWORD=xxxx$SCEN
export OSM_PASSWORD=Xxxxx1-$SCEN
export OSM_PROJECT=rpry$SCEN
export OSM_HOSTNAME=10.11.13.1
export OSM_HOSTNAME=vosm-nbi.dit.upm.es

echo "-- "
echo "-- Script for preparing the enviroment for OSM laboratory "
Expand Down
6 changes: 3 additions & 3 deletions doc/en/RDSV-p4.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ cd nfv-lab
Install the tunnel to the OSM server via:

```
cd ~/shared/sdedge-ns/bin
cd ~/shared/nfv-lab/bin
./rdsv-start-tun <letra> # If accessing from the DIT-UPM lab
```

```
cd ~/shared/sdedge-ns/bin
cd ~/shared/nfv-lab/bin
./rdsv-start-tun <letra> labtun5.dit.upm.es # If accessing from your own PC
```

Expand Down Expand Up @@ -204,7 +204,7 @@ From the _host PC_, access the _OSM_ GUI via http://osm.dit.upm.es.
Check that you can also access from the virtual machine via:

```
# Acceso desde la máquina virtual
# Access from the VM
firefox 10.11.13.1 &
```

Expand Down
Binary file added doc/img/MICIU_AEI_w400.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.