diff options
author | xiaofengw-vmware <42736879+xiaofengw-vmware@users.noreply.github.com> | 2021-01-28 04:38:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 14:38:47 -0600 |
commit | 6efe16d8f28b89423f7e6e60fc0d4ab1f385f4d8 (patch) | |
tree | 1956566fb8c68007f19e96f2abc0413ffc7b22f8 /doc | |
parent | e7e7b42900d83d540d69adf37962864b53dab602 (diff) | |
download | vyos-cloud-init-6efe16d8f28b89423f7e6e60fc0d4ab1f385f4d8.tar.gz vyos-cloud-init-6efe16d8f28b89423f7e6e60fc0d4ab1f385f4d8.zip |
[VMware] change default max wait time to 15s (#774)
If cloud-init is enabled on VMware platform, cloud-init will wait until
its configuration file is ready and currently the max wait is 90
seconds by default. With our test, this configuration file should be
ready within 1 second, so change it to 15 seconds for better
performance. Also update the documentation about how to change the
default value in cloud-init configuration file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/datasources/ovf.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/rtd/topics/datasources/ovf.rst b/doc/rtd/topics/datasources/ovf.rst index 6256e624..85b0c377 100644 --- a/doc/rtd/topics/datasources/ovf.rst +++ b/doc/rtd/topics/datasources/ovf.rst @@ -13,6 +13,15 @@ source code tree in doc/sources/ovf Configuration ------------- +The following configuration can be set for the datasource in system +configuration (in `/etc/cloud/cloud.cfg` or `/etc/cloud/cloud.cfg.d/`). + +The settings that may be configured are: + + * vmware_cust_file_max_wait: the maximum amount of clock time in seconds that + should be spent waiting for vmware customization files. (default: 15) + + On VMware platforms, VMTools use is required for OVF datasource configuration settings as well as vCloud and vSphere admin configuration. User could change the VMTools configuration options with command:: |