From b92fa01e055c3aa378ed4f522b942fe123156731 Mon Sep 17 00:00:00 2001
From: ant31 <2t.antoine@gmail.com>
Date: Thu, 10 Dec 2015 23:17:12 +0100
Subject: [PATCH] Remove etcd dir

---
 .gitmodules                 |  3 +++
 roles/apps/k8s-etcd         |  1 +
 roles/apps/k8s-etcd/LICENSE | 22 ----------------------
 roles/apps/k8s-rabbitmq     |  1 +
 4 files changed, 5 insertions(+), 22 deletions(-)
 create mode 160000 roles/apps/k8s-etcd
 delete mode 100644 roles/apps/k8s-etcd/LICENSE
 create mode 160000 roles/apps/k8s-rabbitmq

diff --git a/.gitmodules b/.gitmodules
index 366ef1d55..c5638a401 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -44,3 +44,6 @@
 [submodule "roles/apps/k8s-etcd"]
 	path = roles/apps/k8s-etcd
 	url = https://github.com/ansibl8s/k8s-etcd.git
+[submodule "roles/apps/k8s-rabbitmq"]
+	path = roles/apps/k8s-rabbitmq
+	url = https://github.com/ansibl8s/k8s-rabbitmq.git
diff --git a/roles/apps/k8s-etcd b/roles/apps/k8s-etcd
new file mode 160000
index 000000000..e3e574ea2
--- /dev/null
+++ b/roles/apps/k8s-etcd
@@ -0,0 +1 @@
+Subproject commit e3e574ea25ef4b1db79cc20b6dd31efa8a7d87cb
diff --git a/roles/apps/k8s-etcd/LICENSE b/roles/apps/k8s-etcd/LICENSE
deleted file mode 100644
index 20efd1b3e..000000000
--- a/roles/apps/k8s-etcd/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015 
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
diff --git a/roles/apps/k8s-rabbitmq b/roles/apps/k8s-rabbitmq
new file mode 160000
index 000000000..b91f96bb9
--- /dev/null
+++ b/roles/apps/k8s-rabbitmq
@@ -0,0 +1 @@
+Subproject commit b91f96bb9cff2dbd1614a090263893b35862f3d1
-- 
GitLab