Sync from SUSE:ALP:Source:Standard:1.0 cloud-init revision ef1c2f663d427ccc3e9fb8331515b755

This commit is contained in:
Adrian Schröter 2024-04-12 21:55:57 +02:00
parent a23609f416
commit 2f12ac28aa
2 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,14 @@
--- tools/ds-identify.orig
+++ tools/ds-identify
@@ -95,7 +95,7 @@ DI_MAIN=${DI_MAIN:-main}
DI_BLKID_EXPORT_OUT=""
DI_GEOM_LABEL_STATUS_OUT=""
DI_DEFAULT_POLICY="search,found=all,maybe=all,notfound=${DI_DISABLED}"
-DI_DEFAULT_POLICY_NO_DMI="search,found=all,maybe=all,notfound=${DI_ENABLED}"
+DI_DEFAULT_POLICY_NO_DMI="search,found=all,maybe=all,notfound=${DI_DISABLED}"
DI_DMI_BOARD_NAME=""
DI_DMI_CHASSIS_ASSET_TAG=""
DI_DMI_PRODUCT_NAME=""
@@ -1261,12 +1261,6 @@ dscheck_OpenStack() {
return ${DS_FOUND}
fi

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 9 16:00:13 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Update cloud-init-no-openstack-guess.patch
+ Do not enable cloud-init on systems where there is no DMI just
because no data source has been found. No data source means
cloud-init will not run.
-------------------------------------------------------------------
Fri Apr 5 18:01:39 UTC 2024 - Robert Schweikert <rjschwei@suse.com>