Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: make Post-process ISO image with isohybrid and Add correct checksum to iso optional for when controller is building iso in Darwin #530

Open
pixelsoccupied opened this issue Aug 13, 2023 · 0 comments
Labels
needs-triage Issue requires triage. type/feature-request New feature or request

Comments

@pixelsoccupied
Copy link

pixelsoccupied commented Aug 13, 2023

Describe the solution you'd like
Hello, I have been using the role idrac_os_deployment to do some fresh installs. The control node in my case is a mac and there's no isohybrid and implantisomd5 for it.

I have successfully skipped those and the install of course completed without any issues.

Describe alternatives you've considered
I looked for alternate libraries to achieve the task but nothing really came up.

Additional context
Using mac to provision OSs may not the best way and I'm using this strictly for development purposes so I think ignoring tasks is safe.

I'm happy to provide a PR. In my case I added some default variables to in the main var file
e.g

idrac_os_deployment_iso_enhance: true
idrac_os_deployment_iso_add_correct_checksum: true

But maybe using os_family in the when clause could be a nice way too.

...
    source:
      protocol: local
      iso_path: /Users/pixelsoccupied/redhat
      iso_name: rhel-9.2-x86_64-dvd.iso
    destination:
      protocol: http
      hostname: host-my-iso.com
      mountpoint: /var/www/html/os-ks
      iso_path: /os-ks
      iso_name: rhel-9.2-x86_64-dvd-ks.iso

Community Note

  • Please vote on this issue by adding a 👍 reaction
    to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions,
    they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@pixelsoccupied pixelsoccupied added needs-triage Issue requires triage. type/feature-request New feature or request labels Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue requires triage. type/feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant