Skip to content

Commit

Permalink
add hci_baremetal deployment type to map
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Osypenko <[email protected]>
  • Loading branch information
DanielOsypenko committed Jul 11, 2024
1 parent 495e7c2 commit 4edd39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/deployment/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def __init__(self):
"baremetalpsi_upi_flexy": BaremetalPSIUPI,
"baremetal_upi": BAREMETALUPI,
"baremetal_ai": BAREMETALAI,
"hci_baremetal_ipi": BAREMETALAI,
}
)
elif self.deployment_platform == constants.OPENSHIFT_DEDICATED_PLATFORM:
Expand Down

0 comments on commit 4edd39f

Please sign in to comment.