mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 00:48:45 +01:00
1. clusterapi: ignition interface returns secrets
Updates the clusterapi ignition interface so that it returns
all ignition secrets. Prior to this commit, the ignition interface
returned the bootstrap ignition data, and the provision method
turned this data into secrets. Updating the interface to return
all secrets, gives greater flexibility to the platform to completely
control the ignition secrets that are created for that platform.
The motivation is that some platforms such as Nutanix may need
to create per master ignition.
2. nutanix clusterapi: fix the regression bug OCPBUGS-38118