From 80ba8c45cda5308010ded08b3d070343a92d58b5 Mon Sep 17 00:00:00 2001 From: Florin Dumitrascu Date: Tue, 8 Mar 2016 14:17:01 +0100 Subject: Add fixes and improvements for arm64 deployment [ Florin Dumitrascu ] * arm64 support for OpenDaylight Fuel Plugin [ Stanislaw Kardach ] * Limit ESP to first drive * Remove default+timeout+tr from cobbler profile * Fix puppet syntax errors * Disable usb tablet on aarch64 * Support direct kernel boot for CirrOS TestVM on aarch64 * Remove git version signature not to confuse patches-export * Fix VGA support for CirrOS TestVM * Makefile: Add clean-{docker,build}. [ Alexandru Avadanii ] * Performance: Use gzip instead of xz compression. * Switch mirror proto from https to http. * Update TODO with remaining tasks. * Disable amd64 Liberty fixture (no multi-arch support yet). * m1.micro: Increase RAM size to 128MB for aarch64 images. Signed-off-by: Alexandru Avadanii Signed-off-by: Florin Dumitrascu Signed-off-by: Stanislaw Kardach --- .../fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch | 3 --- patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch | 3 --- patches/fuel-main/0003-Follow-redirects.patch | 3 --- patches/fuel-main/0004-Add-apt-https-support-package-to-sandbox.patch | 3 --- patches/fuel-main/0005-Make-cpio-accept-symlinks.patch | 3 --- .../0006-Add-cobbler-grub-aarch64-RPM-reinstall-to-start.sh.patch | 3 --- 6 files changed, 18 deletions(-) (limited to 'patches/fuel-main') diff --git a/patches/fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch b/patches/fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch index 8b5e38d7..15dcac3e 100644 --- a/patches/fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch +++ b/patches/fuel-main/0001-Use-qemu-debootstrap-to-support-multi-arch.patch @@ -48,6 +48,3 @@ index 3c65cc6..cf3704b 100644 if [ -e $(SANDBOX_UBUNTU)/etc/resolv.conf ]; then sudo cp -a $(SANDBOX_UBUNTU)/etc/resolv.conf $(SANDBOX_UBUNTU)/etc/resolv.conf.orig; fi sudo cp /etc/resolv.conf $(SANDBOX_UBUNTU)/etc/resolv.conf if [ -e $(SANDBOX_UBUNTU)/etc/hosts ]; then sudo cp -a $(SANDBOX_UBUNTU)/etc/hosts $(SANDBOX_UBUNTU)/etc/hosts.orig; fi --- -1.9.1 - diff --git a/patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch b/patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch index d95abcac..9be98494 100644 --- a/patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch +++ b/patches/fuel-main/0002-Allow-multi-arch-debian-mirrors.patch @@ -40,6 +40,3 @@ index cf3704b..18757a1 100644 if [ -e $(SANDBOX_UBUNTU)/etc/resolv.conf ]; then sudo cp -a $(SANDBOX_UBUNTU)/etc/resolv.conf $(SANDBOX_UBUNTU)/etc/resolv.conf.orig; fi sudo cp /etc/resolv.conf $(SANDBOX_UBUNTU)/etc/resolv.conf if [ -e $(SANDBOX_UBUNTU)/etc/hosts ]; then sudo cp -a $(SANDBOX_UBUNTU)/etc/hosts $(SANDBOX_UBUNTU)/etc/hosts.orig; fi --- -1.9.1 - diff --git a/patches/fuel-main/0003-Follow-redirects.patch b/patches/fuel-main/0003-Follow-redirects.patch index 3d1d1b8b..17ae85d5 100644 --- a/patches/fuel-main/0003-Follow-redirects.patch +++ b/patches/fuel-main/0003-Follow-redirects.patch @@ -19,6 +19,3 @@ index ae4766b..2a99278 100644 # Expand repo URLs now #MIRROR_CENTOS:=$(call expand_repo_url,$(MIRROR_CENTOS)) --- -1.9.1 - diff --git a/patches/fuel-main/0004-Add-apt-https-support-package-to-sandbox.patch b/patches/fuel-main/0004-Add-apt-https-support-package-to-sandbox.patch index da08ff80..ee92f2f1 100644 --- a/patches/fuel-main/0004-Add-apt-https-support-package-to-sandbox.patch +++ b/patches/fuel-main/0004-Add-apt-https-support-package-to-sandbox.patch @@ -19,6 +19,3 @@ index 18757a1..c450d19 100644 if [ -e $(SANDBOX_UBUNTU)/etc/resolv.conf ]; then sudo cp -a $(SANDBOX_UBUNTU)/etc/resolv.conf $(SANDBOX_UBUNTU)/etc/resolv.conf.orig; fi sudo cp /etc/resolv.conf $(SANDBOX_UBUNTU)/etc/resolv.conf if [ -e $(SANDBOX_UBUNTU)/etc/hosts ]; then sudo cp -a $(SANDBOX_UBUNTU)/etc/hosts $(SANDBOX_UBUNTU)/etc/hosts.orig; fi --- -1.9.1 - diff --git a/patches/fuel-main/0005-Make-cpio-accept-symlinks.patch b/patches/fuel-main/0005-Make-cpio-accept-symlinks.patch index 269eb907..00c2ce41 100644 --- a/patches/fuel-main/0005-Make-cpio-accept-symlinks.patch +++ b/patches/fuel-main/0005-Make-cpio-accept-symlinks.patch @@ -25,6 +25,3 @@ index cb09691..3f28172 100644 for version in `ls -1 $(INITRAMROOT)/lib/modules`; do \ sudo depmod -b $(INITRAMROOT) $$version; \ done --- -1.9.1 - diff --git a/patches/fuel-main/0006-Add-cobbler-grub-aarch64-RPM-reinstall-to-start.sh.patch b/patches/fuel-main/0006-Add-cobbler-grub-aarch64-RPM-reinstall-to-start.sh.patch index 0fafba2f..e3d13b85 100644 --- a/patches/fuel-main/0006-Add-cobbler-grub-aarch64-RPM-reinstall-to-start.sh.patch +++ b/patches/fuel-main/0006-Add-cobbler-grub-aarch64-RPM-reinstall-to-start.sh.patch @@ -37,6 +37,3 @@ index 3c5d411..c1a359b 100644 # Run puppet to apply custom config --- -1.9.1 - -- cgit 1.2.3-korg