Fix missing git submodules. 15/13515/1
authorFlorin Dumitrascu <florin.dumitrascu@enea.com>
Wed, 16 Mar 2016 10:07:52 +0000 (11:07 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 2 May 2016 13:45:04 +0000 (13:45 +0000)
Also using https URL for cloning submodules.
No need to use SSH keys, as no push is done on submodules.

Signed-off-by: Florin Dumitrascu <florin.dumitrascu@enea.com>
JIRA:FUEL-39
(cherry picked from commit f6c0f5f6a93e95bc75f0bbffcaa64c463735122f)

Change-Id: Ic20b0cd88bcb8b13b219aa42b15cde9d295c5700

.gitmodules
upstream/fuel-agent [new submodule]
upstream/fuel-library [new submodule]
upstream/fuel-main [new submodule]
upstream/fuel-mirror [new submodule]
upstream/fuel-plugin-ovsnfv [new submodule]
upstream/fuel-plugin-qemu [new submodule]
upstream/fuel-web [new submodule]

index 1dd05a6..50c109b 100644 (file)
@@ -4,27 +4,27 @@
        branch = stable/brahmaputra
 [submodule "fuel-main"]
        path = upstream/fuel-main
-       url = git@github.com:openstack/fuel-main.git
+       url = https://github.com/openstack/fuel-main.git
        branch = stable/8.0
 [submodule "fuel-library"]
        path = upstream/fuel-library
-       url = git@github.com:openstack/fuel-library.git
+       url = https://github.com/openstack/fuel-library.git
        branch = stable/8.0
 [submodule "fuel-web"]
        path = upstream/fuel-web
-       url = git@github.com:openstack/fuel-web.git
+       url = https://github.com/openstack/fuel-web.git
        branch = stable/8.0
 [submodule "fuel-agent"]
        path = upstream/fuel-agent
-       url = git@github.com:openstack/fuel-agent.git
+       url = https://github.com/openstack/fuel-agent.git
        branch = stable/8.0
 [submodule "fuel-mirror"]
        path = upstream/fuel-mirror
-       url = git@github.com:openstack/fuel-mirror.git
+       url = https://github.com/openstack/fuel-mirror.git
        branch = stable/8.0
 [submodule "fuel-plugin-qemu"]
        path = upstream/fuel-plugin-qemu
-       url = https://github.com/openstack/fuel-plugin-qemu
+       url = https://github.com/openstack/fuel-plugin-qemu.git
        branch = master
 [submodule "fuel-plugin-ovsnfv"]
        path = upstream/fuel-plugin-ovsnfv
diff --git a/upstream/fuel-agent b/upstream/fuel-agent
new file mode 160000 (submodule)
index 0000000..658be72
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 658be72c4b42d3e1436b86ac4567ab914bfb451b
diff --git a/upstream/fuel-library b/upstream/fuel-library
new file mode 160000 (submodule)
index 0000000..c2a335b
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit c2a335b5b725f1b994f78d4c78723d29fa44685a
diff --git a/upstream/fuel-main b/upstream/fuel-main
new file mode 160000 (submodule)
index 0000000..643a1ef
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 643a1ef27c7dccc1c2a2ad26b85c09226b35a67d
diff --git a/upstream/fuel-mirror b/upstream/fuel-mirror
new file mode 160000 (submodule)
index 0000000..fb45b80
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit fb45b80d7bee5899d931f926e5c9512e2b442749
diff --git a/upstream/fuel-plugin-ovsnfv b/upstream/fuel-plugin-ovsnfv
new file mode 160000 (submodule)
index 0000000..9ad9481
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 9ad9481eab750f610ee3d2f8eb3e385667ba9fad
diff --git a/upstream/fuel-plugin-qemu b/upstream/fuel-plugin-qemu
new file mode 160000 (submodule)
index 0000000..1eb8bf9
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1eb8bf930e2ec6e64526e95fcb21124f7401a243
diff --git a/upstream/fuel-web b/upstream/fuel-web
new file mode 160000 (submodule)
index 0000000..feff938
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit feff938157ce26d09409219350f126214dfeae4c