From 21232017fa77097959f3e523eff45846c2e6cf5f Mon Sep 17 00:00:00 2001 From: iawells Date: Fri, 7 Jul 2017 15:10:03 -0700 Subject: [PATCH 1/2] Documentation/integrations: add 'networking-vpp' --- Documentation/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 59eb2086adb..5b9a6a590e6 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -158,3 +158,4 @@ - [Gru](https://github.com/dnaeon/gru) - Orchestration made easy with Go - [Vitess](http://vitess.io/) - Vitess is a database clustering system for horizontal scaling of MySQL. - [lclarkmichalek/etcdhcp](https://github.com/lclarkmichalek/etcdhcp) - DHCP server that uses etcd for persistence and coordination. +- [openstack/networking-vpp](https://github.com/openstack/networking-vpp) - A networking driver that programs the [FD.io VPP dataplane](https://wiki.fd.io/view/VPP) to provide [OpenStack](https://www.openstack.org/) cloud virtual networking From 45206b6edfef1d3a86e20e1da09456339b4902b4 Mon Sep 17 00:00:00 2001 From: Joseph Jacks Date: Mon, 17 Jul 2017 21:24:40 -0700 Subject: [PATCH 2/2] Documentation/integrations: add link to etcd raft lib users --- Documentation/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 5b9a6a590e6..2466e96ee4d 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -132,7 +132,7 @@ - [cloudfoundry/cf-release](https://github.com/cloudfoundry/cf-release/tree/master/jobs/etcd) **Projects using etcd** - +- [etcd Raft users](../raft/README.md#notable-users) - projects using etcd's raft library implementation. - [apache/celix](https://github.com/apache/celix) - an implementation of the OSGi specification adapted to C and C++ - [binocarlos/yoda](https://github.com/binocarlos/yoda) - etcd + ZeroMQ - [blox/blox](https://github.com/blox/blox) - a collection of open source projects for container management and orchestration with AWS ECS