Support for sending full ignition to masters#38
Conversation
|
Looks like CI is failing. Do we need to bump CI's go version to 1.13? |
Absolutely. Will work on it. |
|
@stbenjam Please take a look at the new changes. I have removed user-data field because we're not going to pass it from the installer side anymore. |
It doesn't look like it's fully removed, but I think it should probably stay as an option anyway. OpenShift may not be the only user of this, and I'd like to not break them. It can be exclusive, make sure user_data or the URL are set, but not both. |
Update go.mod to fix go-systemd error Add full ignition support with HTTP retries with TLS support Add unit test for fetching full ignition
I just retained what we did earlier. Give user_data_url higher priority when both are specified. if there is an error getting data from user_data_url, we fall back to user_data. |
Continuing the work of @hardys in #37 .
This PR adds support for https cert disabling and retries.