diff options
author | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-13 18:49:38 +0100 |
---|---|---|
committer | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-13 17:55:05 +0000 |
commit | c715e7bb460f499f4fd20f7ab000d7a6d670636a (patch) | |
tree | 79ec69ccb6f19278ac7f0d025fdab9e0f2cbe57b /.gitmodules | |
parent | 1732427ab05ed1301bf9d53fcf47128f44d04811 (diff) |
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 <kda@semihalf.com>
Signed-off-by: Alexandru Avadanii <alexandru.avadanii@enea.com>
Signed-off-by: Florin Dumitrascu <florin.dumitrascu@enea.com>
JIRA:FUEL-39
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 |