Skip to content

Commit

Permalink
Update the Platfom marker
Browse files Browse the repository at this point in the history
Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g committed Nov 14, 2023
1 parent ea372a6 commit 1221a13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,8 @@
RHV_PLATFORM = "rhv"
ROSA_PLATFORM = "rosa"
FUSIONAAS_PLATFORM = "fusion_aas"
HCI_BAREMETAL = "hci_baremetal"
HCI_VSPHERE = "hci_vsphere"
ACM_OCP_DEPLOYMENT = "acm_ocp_deployment"
ON_PREM_PLATFORMS = [
VSPHERE_PLATFORM,
Expand All @@ -1010,10 +1012,10 @@
FUSIONAAS_PLATFORM,
]
BAREMETAL_PLATFORMS = [BAREMETAL_PLATFORM, BAREMETALPSI_PLATFORM]

HCI_PROVIDER_CLIENT_PLATFORMS = [
BAREMETAL_PLATFORM,
VSPHERE_PLATFORM,
IBMCLOUD_PLATFORM,
HCI_BAREMETAL,
HCI_VSPHERE,
]

# AWS i3 worker instance for LSO
Expand Down

0 comments on commit 1221a13

Please sign in to comment.