Skip to content

RHEL9 Image Creation - #19

Open
jsadowyj wants to merge 10 commits into
mainfrom
rhel9
Open

RHEL9 Image Creation#19
jsadowyj wants to merge 10 commits into
mainfrom
rhel9

Conversation

@jsadowyj

Copy link
Copy Markdown

Lessons learned:

  • The options within ANSIBLE_SSH_COMMON_ARGS did not work, it resulted in this error
    bhyve.rhel-9-x86_64: fatal: [default]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: command-line line 0: keyword controlmaster extra arguments at end of line", "unreachable": true}
    
  • RHEL needs an entitlement to install packages after installations. I worked around this by installing the necessary packages in the kickstart configuration.
  • To install from the CDROM, I had to add the following boot options:
    inst.repo=cdrom
    inst.method=cdrom://
    
    and place this in the kickstart file
    cdrom
    

bahamat and others added 10 commits July 30, 2024 18:42
This is a workaround for the entitlement issue. RHEL lets you install
packages through the installer but not once the system boots.
This was needed to solve the ssh connection error for ansible.
…lowing things like unique requirements per image
@jsadowyj
jsadowyj requested a review from bahamat September 18, 2024 13:50
@jsadowyj jsadowyj self-assigned this Sep 18, 2024
@danmcd
danmcd requested review from a team and removed request for bahamat July 21, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants