chuckersjp / coreos-iso-maker

Create a bunch of coreos ISOs for OCP 4.x installs when you need to set static IPs
Apache License 2.0
58 stars 51 forks source link

Incorrect Ignition URL Kernel Param #1

Closed ahmbas closed 4 years ago

ahmbas commented 4 years ago

Thanks for setting up this repo. Saved me a ton of time creating the ISO's for setting the static IPs. Just wanted to point out that the param should be "ignition_url" in this line, not image_url https://github.com/chuckersjp/coreos-iso-maker/blob/5ab4bdb4325975c30388c7ad96b92f6f72ddadc7/playbook.yml#L58

chuckersjp commented 4 years ago

Thanks for pointing this out. Corrected in latest version.