From c715e7bb460f499f4fd20f7ab000d7a6d670636a Mon Sep 17 00:00:00 2001 From: Florin Dumitrascu Date: Sun, 13 Mar 2016 18:49:38 +0100 Subject: Initial code commit This brings initial code base for Armband project that allows building an OPNFV Fuel 8 iso based on Brahmaputra components to be deployed on arm64 servers. Signed-off-by: Stanislaw Kardach Signed-off-by: Alexandru Avadanii Signed-off-by: Florin Dumitrascu JIRA:FUEL-39 --- .gitmodules | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..1dd05a66 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,32 @@ +[submodule "opnfv-fuel"] + path = upstream/fuel + url = https://gerrit.opnfv.org/gerrit/fuel + branch = stable/brahmaputra +[submodule "fuel-main"] + path = upstream/fuel-main + url = git@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 + branch = stable/8.0 +[submodule "fuel-web"] + path = upstream/fuel-web + url = git@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 + branch = stable/8.0 +[submodule "fuel-mirror"] + path = upstream/fuel-mirror + url = git@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 + branch = master +[submodule "fuel-plugin-ovsnfv"] + path = upstream/fuel-plugin-ovsnfv + url = https://gerrit.opnfv.org/gerrit/p/ovsnfv.git + branch = stable/brahmaputra -- cgit 1.2.3-korg