https://github.com/zoltan-nz/mininet-valve-ryu
Vagrant image for mininet / valve / ryu project
https://github.com/zoltan-nz/mininet-valve-ryu
Last synced: 27 days ago
JSON representation
Vagrant image for mininet / valve / ryu project
- Host: GitHub
- URL: https://github.com/zoltan-nz/mininet-valve-ryu
- Owner: zoltan-nz
- Created: 2015-07-28T05:40:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T11:26:37.000Z (over 10 years ago)
- Last Synced: 2025-01-22T02:46:19.784Z (10 months ago)
- Language: Python
- Homepage: https://github.com/szines/mininet-valve-ryu
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vagrant project for mininet / valve / ryu
Launch an Ubuntu 15.04 32 bit server VM with the following packages:
- Mininet: http://mininet.org/
- Valve: https://github.com/openvapour/valve
- Ryu: https://github.com/osrg/ryu
First time Vagrant will update all packages and install the latest patches.
### Getting Started
Install Virtual Box: https://www.virtualbox.org/
Install Vagrant: http://www.vagrantup.com
- Clone this project
- Refresh git submodule
```
git submodule init
git submodule update
```
- Launch VM the first time
```
vagrant up
vagrant reload
```
`./valve` folder is mirrored in the VM `/home/vagrant/valve`
`./projects` folder is mirrored in the VM to `/home/vagrant/projects`
- Login in Vagrant VM
```
vagrant ssh
```