vultr / govultr

Vultr Go API client
MIT License
233 stars 56 forks source link

[Feature] - Support iPXE chain URL in BareMetalCreate #237

Closed neilmock closed 1 year ago

neilmock commented 1 year ago

Is your feature request related to a problem? Please describe. We'd like to boot bare metal servers using iPXE via the API, and it doesn't seem to be supported.

Describe the solution you'd like An IPXEChainURL field under BareMetalCreate

Describe alternatives you've considered I've considered submitting a pull request (!) if I'm missing that this is actually supported somehow.

neilmock commented 1 year ago

I just realized this isn't supported via the REST API unless I'm missing something.

optik-aper commented 1 year ago

@neilmock Yeah, that is only supported in VPS instances via the API. It's potentially something that can be supported though so we'll look into it.

neilmock commented 1 year ago

@optik-aper I was misunderstanding how to do this, but it is possible by creating a script, which is totally fine and not really needed at the API level I don't think.