diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 32 |
1 files changed, 32 insertions, 0 deletions
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 |