From e760737e8b065b54aaf743ead0fe6b86402645ef Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Thu, 18 Jan 2018 11:12:45 +0800 Subject: compass-cobbler: support arm64 Differences from x86_64: - User centos:7 as base image - Don't install syslinux, install cobbler-grub-aarch64 - Replace default pxeprofile_arm.template - Fixup cobbler to support arm64 deployment Change-Id: I23e2d1b3c462420a9b76f27135e530e00db82d27 Signed-off-by: Yibo Cai --- compass-cobbler/distro_signatures.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compass-cobbler/distro_signatures.json') diff --git a/compass-cobbler/distro_signatures.json b/compass-cobbler/distro_signatures.json index 71977b7..eaaea1a 100644 --- a/compass-cobbler/distro_signatures.json +++ b/compass-cobbler/distro_signatures.json @@ -89,7 +89,7 @@ "version_file_regex":null, "kernel_arch":"kernel-(.*).rpm", "kernel_arch_regex":null, - "supported_arches":["i386","x86_64","ppc","ppc64"], + "supported_arches":["i386","x86_64","ppc","ppc64","arm"], "supported_repo_breeds":["rsync", "rhn", "yum"], "kernel_file":"vmlinuz(.*)", "initrd_file":"initrd(.*)\\.img", @@ -283,7 +283,7 @@ "version_file_regex":"Codename: jessie", "kernel_arch":"linux-headers-(.*)\\.deb", "kernel_arch_regex":null, - "supported_arches":["i386","amd64"], + "supported_arches":["i386","amd64","arm"], "supported_repo_breeds":["apt"], "kernel_file":"vmlinuz(.*)", "initrd_file":"initrd(.*)\\.gz", @@ -299,7 +299,7 @@ "version_file_regex":"Codename: stretch", "kernel_arch":"linux-headers-(.*)\\.deb", "kernel_arch_regex":null, - "supported_arches":["i386","amd64"], + "supported_arches":["i386","amd64","arm"], "supported_repo_breeds":["apt"], "kernel_file":"vmlinuz(.*)", "initrd_file":"initrd(.*)\\.gz", @@ -461,7 +461,7 @@ "version_file_regex":"Codename: xenial|Ubuntu 16.04.3", "kernel_arch":"linux-headers-(.*)\\.deb", "kernel_arch_regex":null, - "supported_arches":["i386","amd64"], + "supported_arches":["i386","amd64","arm"], "supported_repo_breeds":["apt"], "kernel_file":"linux(.*)", "initrd_file":"initrd(.*)\\.gz", -- cgit 1.2.3-korg