From 7f9f33dbb08bacaa49244e857847400ad8a67ad4 Mon Sep 17 00:00:00 2001 From: Silvio Knizek Date: Thu, 26 Mar 2020 22:15:37 +0100 Subject: Identify SAP Converged Cloud as OpenStack add SAP Converged Cloud as cloud provider --- tools/ds-identify | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/ds-identify') diff --git a/tools/ds-identify b/tools/ds-identify index c93d4a77..071cdc0c 100755 --- a/tools/ds-identify +++ b/tools/ds-identify @@ -1062,6 +1062,10 @@ dscheck_OpenStack() { return ${DS_FOUND} fi + if dmi_chassis_asset_tag_matches "SAP CCloud VM"; then + return ${DS_FOUND} + fi + # LP: #1669875 : allow identification of OpenStack by asset tag if dmi_chassis_asset_tag_matches "$nova"; then return ${DS_FOUND} -- cgit v1.2.3