We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d3a21 commit ffa241bCopy full SHA for ffa241b
common.sh
@@ -188,7 +188,7 @@ if [[ "$OPENSHIFT_VERSION" == "4.3" ]]; then
188
elif [[ -z "$OPENSHIFT_CI" ]]; then
189
export BMC_DRIVER=${BMC_DRIVER:-redfish}
190
else
191
- export BMC_DRIVER=${BMC_DRIVER:-mixed}
+ export BMC_DRIVER=${BMC_DRIVER:-redfish}
192
fi
193
194
if [[ "$PROVISIONING_NETWORK_PROFILE" == "Disabled" ]]; then
0 commit comments