From 465fa18ccd687a7d210551cef4d412ee7c882cc1 Mon Sep 17 00:00:00 2001
From: Benjamin Dos Santos <benjamin.dossantos@gmail.com>
Date: Wed, 25 Jun 2014 20:04:48 +0200
Subject: [PATCH 1/3] Add service discovery section and Consul.

Consul is a tool for service discovery, monitoring and configuration.
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index b5e9307..f874799 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,10 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 * [Rundeck](http://rundeck.org/) - Simple orchestration tool.
 * [Salt](http://www.saltstack.com/) - It's written in Python.
 
+## Service discovery
+
+* [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration.
+
 ## Cloud Storage
 
 * [git-annex assistant](http://git-annex.branchable.com/assistant/) - A synchronised folder on each of your OSX and Linux computers, Android devices, removable drives, NAS appliances, and cloud services.
-- 
GitLab


From f615d00674b03ebb0ede8536083c48f0703240dc Mon Sep 17 00:00:00 2001
From: Benjamin Dos Santos <benjamin.dossantos@gmail.com>
Date: Wed, 25 Jun 2014 20:08:03 +0200
Subject: [PATCH 2/3] Add ZooKeeper to service discover section.

ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f874799..4965061 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 ## Service discovery
 
 * [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration.
+* [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
 
 ## Cloud Storage
 
-- 
GitLab


From 066c0e5e33f779ca41e92ef3527dc1137ffb5749 Mon Sep 17 00:00:00 2001
From: Benjamin Dos Santos <benjamin.dossantos@gmail.com>
Date: Wed, 25 Jun 2014 20:20:04 +0200
Subject: [PATCH 3/3] Add Doozerd to service discovery section.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 4965061..1ff8c10 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 
 * [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration.
 * [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
+* [Doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data.
 
 ## Cloud Storage
 
-- 
GitLab