Activity log for bug #1789414

Date Who What changed Old value New value Message
2018-08-28 12:50:49 Harry Kominos bug added bug
2018-08-28 12:54:20 Harry Kominos description When attempting to build aarch64 (not armv8 naming) Centos images with DIB, the grub2 packages cannot be found The reason is that https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/pkg-map does not specify anything for aarch64. Adding: "grub-efi-aarch64": "grub2-efi-aa64 grub2-efi-aa64-modules" Solves the issue When attempting to build aarch64 (not armv8 naming) Centos images with DIB, the grub2 packages cannot be found I believe that the reason is https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/finalise.d/50-bootloader#n68 which requests aarch64 but https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/pkg-map does not specify anything for aarch64. Adding: "grub-efi-aarch64": "grub2-efi-aa64 grub2-efi-aa64-modules" Solves the issue for that architecture
2018-08-31 10:49:11 Harry Kominos description When attempting to build aarch64 (not armv8 naming) Centos images with DIB, the grub2 packages cannot be found I believe that the reason is https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/finalise.d/50-bootloader#n68 which requests aarch64 but https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/pkg-map does not specify anything for aarch64. Adding: "grub-efi-aarch64": "grub2-efi-aa64 grub2-efi-aa64-modules" Solves the issue for that architecture When attempting to build aarch64 (not armv8 naming) Centos images with DIB, the grub2 packages cannot be found I believe that the reason is https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/finalise.d/50-bootloader#n68 which requests aarch64 but https://git.openstack.org/cgit/openstack/diskimage-builder/tree/diskimage_builder/elements/bootloader/pkg-map does not specify anything for aarch64. Adding: "grub-efi-aarch64": "grub2-tools grub2-efi grub2-efi-modules" Solves the issue for that architecture
2018-08-31 11:06:37 OpenStack Infra diskimage-builder: status New In Progress
2018-08-31 11:06:37 OpenStack Infra diskimage-builder: assignee Harry Kominos (hkominos)
2018-09-06 11:17:39 OpenStack Infra diskimage-builder: status In Progress Fix Released