CCI-MOC / esi

Elastic Secure Infrastructure project
6 stars 12 forks source link

Determine how a configdrive can be used when deploying with an ESI node #471

Closed tzumainn closed 8 months ago

tzumainn commented 9 months ago

A configdrive allows for additional node configuration, and may be useful to users. Let's explore what can be done, and do any needed documentation/development work.

tzumainn commented 8 months ago

Ironic can pass in a configdrive on the command line when deploying. However, this isn't effective in the boot-from-volume case; metalsmith already takes advantage of the configdrive; and our current use case for pulling an image from a URL (used in the OpenShift Assisted Installer_ doesn't require a configdrive, since the custom image has all the needed configuration. As a result, this doesn't really seem to be necessary.