diff --git a/confluent_osdeploy/common/profile/scripts/getinstalldisk b/confluent_osdeploy/common/profile/scripts/getinstalldisk index 4675ae9d..1b36dba0 100644 --- a/confluent_osdeploy/common/profile/scripts/getinstalldisk +++ b/confluent_osdeploy/common/profile/scripts/getinstalldisk @@ -13,6 +13,8 @@ PRIORITY_MODELS = ('m.2 nvme 2-bay raid kit', 'thinksystem_m.2_vd', 'thinksystem m.2', 'thinksystem_m.2', + 'thinksystem 7mm', + 'thinksystem_7mm', 'b540p-2hs', # 7mm or M.2 in rear 'b540d-2hs', # M.2 in E3.S or 2.5inch 'b550d-2hs', # Front M.2 @@ -20,7 +22,12 @@ PRIORITY_MODELS = ('m.2 nvme 2-bay raid kit', 'raid b540p-2hs', 'raid b540d-2hs', 'raid b550d-2hs', - 'raid b550p-2hs') + 'raid b550p-2hs', + 'raid b540i-2i', + 'raid_b540i-2i', + 'raid b545i-2i', + 'raid b545i-2i', + 'raid_b545-2i') class DiskInfo(object): def __init__(self, devname, slotinfo=None): diff --git a/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/getinstalldisk b/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/getinstalldisk index 23a006c7..0fd28cf7 100644 --- a/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/getinstalldisk +++ b/confluent_osdeploy/esxi7/profiles/hypervisor/scripts/getinstalldisk @@ -72,6 +72,8 @@ PRIORITY_MODELS = ('m.2 nvme 2-bay raid kit', 'thinksystem_m.2_vd', 'thinksystem m.2', 'thinksystem_m.2', + 'thinksystem 7mm', + 'thinksystem_7mm', 'b540p-2hs', # 7mm or M.2 in rear 'b540d-2hs', # M.2 in E3.S or 2.5inch 'b550d-2hs', # Front M.2 @@ -79,7 +81,12 @@ PRIORITY_MODELS = ('m.2 nvme 2-bay raid kit', 'raid b540p-2hs', 'raid b540d-2hs', 'raid b550d-2hs', - 'raid b550p-2hs') + 'raid b550p-2hs', + 'raid b540i-2i', + 'raid_b540i-2i', + 'raid b545i-2i', + 'raid b545i-2i', + 'raid_b545-2i') class DiskInfo(object): def __init__(self, devname, devinfo, storagespec=None):