Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

yuvalif/vagrant-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Examples

nested

This is an example of running vagrant box inside a vagrant box (using libvirt). Note that 2 issues are handled there:

  • nested virtualization in libvirt
  • the reuse of eth0 as the interface name for both boxes

To run the environment, first execute: vagrant up on the host, vagrant ssh to get on the guest, and then vagrant up on the guest to bring up the nested environment.

linkerd-tcp

This is an exmaple of ilinkerd-tcp environment, building linkerd-tcp and then setting up a test using it as a simple TCP proxy.

To run the environment, first execute: vagrant up on the host, vagrant ssh to get on the guest. On the guest cd linkerd-tcp-example and follow the instruction in the readme there.

ovs

This is an example of a Fedora machine running Open vSwitch.

libvirt-dev

This is an example of a Fedora machine building the libvirt project. After vagrant is up, cd libvirt then run: ./autogen.sh and make.

qemu-dev

This is an example of a Fedora machine building the qemu project.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages