From 2fb99cd6683312ea58da9c012820e2fbfe96d14b Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 12 Feb 2016 19:40:06 -0700 Subject: [PATCH] Update README.md Add information on OVS-Geneve environment to primary repo README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df3b232..a7512d5 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ This repository contains a variety of files and tools for learning new technolog **openstack-cli**: This folder contains the files for a Vagrant environment that spins up an Ubuntu box with all the OpenStack CLI clients pre-installed. The provisioning is handled via shell scripts. +**ovs-geneve**: This folder contains a Vagrant environment and supporting files for compiling Open vSwitch (OVS) from source and using Geneve tunneling to connect network namespaces on two different VMs. + **photon-ansible**: In this folder is a Vagrant environment for using Ansible with VMware Photon; specifically, for using Ansible to configure Photon's pre-installed Docker daemon to listen over a network socket. Naturally, the provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host. **photon-cloudinit**: This folder contains the files to spin up VMs, using Vagrant and customized via `cloud-init`, running the VMware Photon Technical Preview. The provisioning is handled via shell scripts.