From 04fa0999720da454ee052ff97194fb982dd9b186 Mon Sep 17 00:00:00 2001 From: Florin Dumitrascu Date: Wed, 16 Mar 2016 11:07:52 +0100 Subject: Fix missing git submodules. 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 JIRA:FUEL-39 (cherry picked from commit f6c0f5f6a93e95bc75f0bbffcaa64c463735122f) Change-Id: Ic20b0cd88bcb8b13b219aa42b15cde9d295c5700 --- .gitmodules | 12 ++++++------ upstream/fuel-agent | 1 + upstream/fuel-library | 1 + upstream/fuel-main | 1 + upstream/fuel-mirror | 1 + upstream/fuel-plugin-ovsnfv | 1 + upstream/fuel-plugin-qemu | 1 + upstream/fuel-web | 1 + 8 files changed, 13 insertions(+), 6 deletions(-) create mode 160000 upstream/fuel-agent create mode 160000 upstream/fuel-library create mode 160000 upstream/fuel-main create mode 160000 upstream/fuel-mirror create mode 160000 upstream/fuel-plugin-ovsnfv create mode 160000 upstream/fuel-plugin-qemu create mode 160000 upstream/fuel-web diff --git a/.gitmodules b/.gitmodules index 1dd05a66..50c109b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 00000000..658be72c --- /dev/null +++ b/upstream/fuel-agent @@ -0,0 +1 @@ +Subproject commit 658be72c4b42d3e1436b86ac4567ab914bfb451b diff --git a/upstream/fuel-library b/upstream/fuel-library new file mode 160000 index 00000000..c2a335b5 --- /dev/null +++ b/upstream/fuel-library @@ -0,0 +1 @@ +Subproject commit c2a335b5b725f1b994f78d4c78723d29fa44685a diff --git a/upstream/fuel-main b/upstream/fuel-main new file mode 160000 index 00000000..643a1ef2 --- /dev/null +++ b/upstream/fuel-main @@ -0,0 +1 @@ +Subproject commit 643a1ef27c7dccc1c2a2ad26b85c09226b35a67d diff --git a/upstream/fuel-mirror b/upstream/fuel-mirror new file mode 160000 index 00000000..fb45b80d --- /dev/null +++ b/upstream/fuel-mirror @@ -0,0 +1 @@ +Subproject commit fb45b80d7bee5899d931f926e5c9512e2b442749 diff --git a/upstream/fuel-plugin-ovsnfv b/upstream/fuel-plugin-ovsnfv new file mode 160000 index 00000000..9ad9481e --- /dev/null +++ b/upstream/fuel-plugin-ovsnfv @@ -0,0 +1 @@ +Subproject commit 9ad9481eab750f610ee3d2f8eb3e385667ba9fad diff --git a/upstream/fuel-plugin-qemu b/upstream/fuel-plugin-qemu new file mode 160000 index 00000000..1eb8bf93 --- /dev/null +++ b/upstream/fuel-plugin-qemu @@ -0,0 +1 @@ +Subproject commit 1eb8bf930e2ec6e64526e95fcb21124f7401a243 diff --git a/upstream/fuel-web b/upstream/fuel-web new file mode 160000 index 00000000..feff9381 --- /dev/null +++ b/upstream/fuel-web @@ -0,0 +1 @@ +Subproject commit feff938157ce26d09409219350f126214dfeae4c -- cgit 1.2.3-korg