OpenCHAMI / bss

MIT License
1 stars 2 forks source link

Simplify environment variable parsing #30

Open alexlovelltroy opened 2 months ago

alexlovelltroy commented 2 months ago

BSS currently requires three environment variables to be changed in order to configure the url encoded in the ipxe script. They can all be replaced with a single called BSS_IPXE_URL which includes the protocol and path. Overriding all of them is a bit cumbersome in Docker.

https://github.com/OpenCHAMI/bss/blob/9158f7ea9c9b52d0e4accf4307a23ccf266eafd9/cmd/boot-script-service/default_api.go#L71