Bob Fournier
Bob Fournier
Add new serial tests for hostfirmwaresettings: - A test to confirm invalid settings are handled properly - A test to change a setting and bring a worker through cleaning to...
Add a new directory for agent-installer related tests with first set of tests to check baremetal hosts. The baremetal hosts tests will also check that the BMC configuration is set...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Sets the API port used for the Internal Load Balancer to be the...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: The ForwardingRules resource requires that the SetLabels() method be used to add the...
/kind bug **What steps did you take and what happened:** In https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1275, the ForwardingRules `Labels` field was set in the resource definition. It turns out that some resources, including ForwardingRules,...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Add a new configuration field to specify that an InstanceGroup should be created...
/kind feature **Describe the solution you'd like** Currently, when using CAPG for bootstrapping a cluster as part of https://github.com/openshift/enhancements/pull/1528, the instance created for bootstrap is added to the first InstanceGoup...
In https://github.com/openshift/assisted-service/pull/7391 changes were made to allow the kubeconfig to be retrieved in the Ready state for ABI only, in order to be integrate with the OVE UI. This change...
Certain hardware sets the Motherboard serial number to "-" if not configured. This should be skipped to prevent all hosts generating the same UUID.
This is a backport of https://github.com/openshift/assisted-service/pull/8440. This fix is specific to the agent-based installer workflow only. Multiple concurrent requests to download kubeconfig could trigger simultaneous credential generation attempts, causing race...