From e46adbca8ae96fdd3637ff0d79954d77bbe97bf8 Mon Sep 17 00:00:00 2001
From: Antoine Legrand <antoine.legrand@arkena.com>
Date: Thu, 8 Oct 2015 10:58:29 +0200
Subject: [PATCH] Add submodules

---
 .gitmodules       | 6 ++++++
 roles/k8s-common  | 1 +
 roles/k8s-fabric8 | 1 +
 3 files changed, 8 insertions(+)
 create mode 160000 roles/k8s-common
 create mode 160000 roles/k8s-fabric8

diff --git a/.gitmodules b/.gitmodules
index ec6a63ce6..6ddcbc6c8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,9 @@
 [submodule "library"]
 	path = library
 	url = git@github.com:ansibl8s/k8s-ansible-module.git
+[submodule "roles/k8s-common"]
+	path = roles/k8s-common
+	url = git@github.com:ansibl8s/k8s-common.git
+[submodule "roles/k8s-fabric8"]
+	path = roles/k8s-fabric8
+	url = git@github.com:ansibl8s/k8s-fabric8.git
diff --git a/roles/k8s-common b/roles/k8s-common
new file mode 160000
index 000000000..8a1b65075
--- /dev/null
+++ b/roles/k8s-common
@@ -0,0 +1 @@
+Subproject commit 8a1b65075407adcb1d2bcdfbdf5d7479bbf6ce71
diff --git a/roles/k8s-fabric8 b/roles/k8s-fabric8
new file mode 160000
index 000000000..1c74cef34
--- /dev/null
+++ b/roles/k8s-fabric8
@@ -0,0 +1 @@
+Subproject commit 1c74cef342ebd5de936caf1a0ad4201216c2222b
-- 
GitLab