From: John Wolfe Date: Wed, 21 Sep 2022 17:53:28 +0000 (-0700) Subject: Add an example of a new deployPkg/wait-cloudinit-timeout setting to tools.conf. X-Git-Tag: stable-12.2.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0002b9761a0fc18e363d1e414f9330d1acab950;p=thirdparty%2Fopen-vm-tools.git Add an example of a new deployPkg/wait-cloudinit-timeout setting to tools.conf. --- diff --git a/open-vm-tools/tools.conf b/open-vm-tools/tools.conf index 2577d324b..a7d994c38 100644 --- a/open-vm-tools/tools.conf +++ b/open-vm-tools/tools.conf @@ -455,6 +455,18 @@ # to disable guest customization #enable-customization=false +# This "wait-cloudinit-timeout" option controls how long does guest +# customization wait for cloud-init execution done when it detects cloud-init +# is available in guest. +# Guest customization will continue executing as soon as it detects cloud-init +# execution done within this option's value in seconds. +# If cloud-init is still running beyond this option's value in seconds, guest +# customization will continue executing regardless cloud-init execution status. +# Minimum valid value is 0 second, set to 0 to disable waiting. +# Maximum valid value is 1800 seconds (30 minutes). +# Default value is 30 seconds. +#wait-cloudinit-timeout=30 + [cbhelper] # The carbonblack helper plugin is only available for Windows.