Skip to content

Commit

Permalink
get_compute_node_names - add hci_baremetal platform
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <[email protected]>
  • Loading branch information
DanielOsypenko committed Jul 16, 2024
1 parent 72c3c59 commit de274a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/ocs/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ def get_compute_node_names(no_replace=False):
constants.BAREMETAL_PLATFORM,
constants.BAREMETALPSI_PLATFORM,
constants.IBM_POWER_PLATFORM,
constants.HCI_BAREMETAL,
]:
if no_replace:
return [
Expand Down

0 comments on commit de274a4

Please sign in to comment.