4 - name: aarch64 configuration
6 - shell: yum -y reinstall grub2-efi shim
8 src: /boot/efi/EFI/centos/grubaa64.efi
9 dest: /tftpboot/grubaa64.efi
12 path: /tftpboot/EFI/centos
19 set hidden_timeout_quiet=false
21 configfile (hd0,gpt3)/boot/grub2/grub.cfg
23 dest: /tftpboot/EFI/centos/grub.cfg
25 - shell: 'openstack-config --set /etc/ironic/ironic.conf pxe uefi_pxe_bootfile_name grubaa64.efi'
26 - shell: 'openstack-config --set /etc/ironic/ironic.conf pxe uefi_pxe_config_template \$pybasedir/drivers/modules/pxe_grub_config.template'
29 name: openstack-ironic-conductor
33 path: /usr/lib/python2.7/site-packages/ironic/drivers/modules/pxe_grub_config.template
37 path: /usr/lib/python2.7/site-packages/ironic/drivers/modules/pxe_grub_config.template
41 path: /tftpboot/map-file
45 - shell: "echo 'r ^/EFI/centos/grub.cfg-(.*) /tftpboot/pxelinux.cfg/\\1' | sudo tee --append /tftpboot/map-file"
46 - shell: "echo 'r ^/EFI/centos/grub.cfg /tftpboot/EFI/centos/grub.cfg' | sudo tee --append /tftpboot/map-file"