metal3-io / ironic-client

Ironic Client Utilities (for debugging via Ironic APIs)
Apache License 2.0
3 stars 10 forks source link

Ironic-client image doesn't allow to deploy using a config drive on client side #27

Closed blallau closed 2 months ago

blallau commented 2 months ago

As describe here https://docs.openstack.org/ironic/latest/user/deploy.html#building-a-config-drive-on-the-client-side A baremetal node can be deployed using config drive files present on the client side using '--config-drive'. Actually it simply fails with: Error generating the config drive. Make sure the "genisoimage", "mkisofs", or "xorriso" tool is installed. Error: [Errno 2] No such file or directory: 'xorrisofs'

Rozzii commented 2 months ago

/triage accepted /kind bug