From f11535f75d9483636a041b5fff0311e4d7a6b13d Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 20 Jan 2016 09:54:42 -0700 Subject: [PATCH] Update master README.md for kvm-macvtap environment Update master README.md with information on the `kvm-macvtap` learning environment. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18b599d..63693f1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ This repository contains a variety of files and tools for learning new technolog **etcd-2.0**: Use the `Vagrantfile` and other files in this directory to turn up an etcd 2.0.9 cluster running on Ubuntu 14.04. The provisioning is handled via shell scripts. +**kvm-macvtap**: This learning environment has a `Vagrantfile` and supporting files for working with KVM and macvtap interfaces on Ubuntu 14.04. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host. + **kvm**: The files in this folder allow you to create a learning environment for working with KVM and Libvirt on Ubuntu 14.04. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host. **lxc**: This folder holds a `Vagrantfile` and supporting files to create an environment for working with LXC (pronounced "lex-see"). LXC is a set of tools for working with OS containers. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host.