Initial code commit 09/13509/1
authorFlorin Dumitrascu <florin.dumitrascu@enea.com>
Sun, 13 Mar 2016 17:49:38 +0000 (18:49 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 2 May 2016 13:23:19 +0000 (13:23 +0000)
commit430ca5fb3be140238665d19124b861e5226fddaa
tree79ec69ccb6f19278ac7f0d025fdab9e0f2cbe57b
parent1732427ab05ed1301bf9d53fcf47128f44d04811
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
(cherry picked from commit c715e7bb460f499f4fd20f7ab000d7a6d670636a)

Change-Id: Ic4ed6e6dfbe396d4c8c40357848aae0e158397da
37 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO.md [new file with mode: 0644]
patches/fuel-agent/0001-Use-qemu-debootstrap-for-image-creation.patch [new file with mode: 0644]
patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch [new file with mode: 0644]
patches/fuel-agent/0003-Fix-qemu-user-static-replacement.patch [new file with mode: 0644]
patches/fuel-agent/0004-Prevent-common-cross-debootstrap-newaliases-issue.patch [new file with mode: 0644]
patches/fuel-agent/0005-FIXME-s-grub-pc-grub-efi-arm64.patch [new file with mode: 0644]
patches/fuel-agent/0006-Add-esp-partition-flag.patch [new file with mode: 0644]
patches/fuel-agent/0007-Add-fs-for-efi-partition.patch [new file with mode: 0644]
patches/fuel-library/0001-Add-arm64-templates-to-cobbler-and-nailgun.patch [new file with mode: 0644]
patches/fuel-library/0002-Add-arm64-for-auxiliary-repos.patch [new file with mode: 0644]
patches/fuel-library/0003-Make-qemu-kvm-architecture-aware.patch [new file with mode: 0644]
patches/fuel-library/0004-Make-TestVM-creation-architecture-aware.patch [new file with mode: 0644]
patches/fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch [new file with mode: 0644]
patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch [new file with mode: 0644]
patches/fuel-main/0003-Follow-redirects.patch [new file with mode: 0644]
patches/fuel-main/0004-Add-apt-https-support-package-to-sandbox.patch [new file with mode: 0644]
patches/fuel-main/0005-Make-cpio-accept-symlinks.patch [new file with mode: 0644]
patches/fuel-main/0006-Add-cobbler-grub-aarch64-RPM-reinstall-to-start.sh.patch [new file with mode: 0644]
patches/fuel-mirror/0001-Set-mos-ubuntu-base-URL-to-linux.enea.com.patch [new file with mode: 0644]
patches/fuel-mirror/0002-Add-fuel-agent-dependencies-to-Ubuntu-mirror.patch [new file with mode: 0644]
patches/fuel-plugin-ovsnfv/0001-fuel-plugin-Pick-updated-numa.-packages.patch [new file with mode: 0644]
patches/fuel-plugin-qemu/0001-Fix-apt-cache-and-qemu-version-handling.patch [new file with mode: 0644]
patches/fuel-web/0001-Add-arm64-fixture.patch [new file with mode: 0644]
patches/fuel-web/0002-Add-arch-to-nailgun-release-and-target-image.patch [new file with mode: 0644]
patches/fuel-web/0003-Update-docs-for-qemu-debootstrap.patch [new file with mode: 0644]
patches/opnfv-fuel/0001-Allow-customizing-Fuel-commit.patch [new file with mode: 0644]
patches/opnfv-fuel/0002-Allow-customizing-java-and-fuel-mirror-URLs.patch [new file with mode: 0644]
patches/opnfv-fuel/0003-Add-arm64-deb-repositories-setup.patch [new file with mode: 0644]
patches/opnfv-fuel/0004-Follow-redirects.patch [new file with mode: 0644]
patches/opnfv-fuel/0005-Build-bootstrap-image-for-arm64.patch [new file with mode: 0644]
patches/opnfv-fuel/0006-bootstrap-Use-public-Ubuntu-ports-mirrors.patch [new file with mode: 0644]
patches/opnfv-fuel/0007-Allow-customizing-fuel-plugin-qemu.patch [new file with mode: 0644]
patches/opnfv-fuel/0008-Allow-customizing-fuel-plugin-ovsnfv.patch [new file with mode: 0644]