diff options
author | Silvio Knizek <killermoehre@gmx.net> | 2020-03-26 22:15:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 17:15:37 -0400 |
commit | 7f9f33dbb08bacaa49244e857847400ad8a67ad4 (patch) | |
tree | 8d7b86d84ffd9a0cc0ce93d468d2b412f06ceda6 /tools | |
parent | 44039629e539ed48298703028ac8f10ad3c60d6e (diff) | |
download | vyos-cloud-init-7f9f33dbb08bacaa49244e857847400ad8a67ad4.tar.gz vyos-cloud-init-7f9f33dbb08bacaa49244e857847400ad8a67ad4.zip |
Identify SAP Converged Cloud as OpenStack
add SAP Converged Cloud as cloud provider
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ds-identify | 4 |
1 files changed, 4 insertions, 0 deletions
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} |