eks-anywhere-build-tooling
                                
                                 eks-anywhere-build-tooling copied to clipboard
                                
                                    eks-anywhere-build-tooling copied to clipboard
                            
                            
                            
                        Unable to build RHEL9.2 based BareMetal node images using image-builder from RHEL 9.2 host
What happened: Following the Documentation https://anywhere.eks.amazonaws.com/docs/osmgmt/artifacts/#build-bare-metal-node-images, I tried to build node RHEL-based BareMetal node images using image-builder from RHEL 9.2
What you expected to happen: Successfully build the images
How to reproduce it (as minimally and precisely as possible): Follow the documentation and try to build RHEL-based node image from RHEL9.2-based admin host
Anything else we need to know?:
- run:
image-builder build --os redhat --hypervisor baremetal --release-channel 1-29 --baremetal-config redhat/bm_rhel9.json --os-version 9 --force
- run:
image-builder build --os redhat --hypervisor baremetal --release-channel 1-29 --baremetal-config redhat/bm_rhel9.json --os-version 9 --force --firmware efi
- after two weeks of digging, I compiled qemu v6.20 and OVMF.fd from source and got some progress:
image-builder build --os redhat --hypervisor baremetal --release-channel 1-29 --baremetal-config redhat/bm_rhel9.json --os-version 9 --force
- Question: Is it ok for ansible-playbook parameters to exist ubuntu_repo=http://us.archive.ubuntu.com/ubuntu ubuntu_security_repo=http://security.ubuntu.com/ubuntu
- more detailed log with --ansible-verbosity 6 flag:
Environment:
- EKS Anywhere Release: EKS A - 0.20.3
- EKS Distro Release: 1-29
- image-buider: 0.5.0
- host os RHEL 9.2