"Preserve ExtraConfig Elements During OVF Import and Export if they match patterns specified by the system administrator in the 'vapp.allowed.extra.config' configuration property" can upload or download an OVF package that contains any of the ExtraConfigkey=value pairs in which the key is a value of the vapp.allowed.extra.config system configuration property.VMware Cloud Director 10.6.x
To enable ExtraConfigkey=value pairs in which the key is a value of the vapp.allowed.extra.config:
$VCLOUD_HOME/bin/cell-management-tool manage-config -n vapp.allowed.extra.config -v {ExtraConfigkey=value to enable}$VCLOUD_HOME/bin/cell-management-tool manage-config -n vapp.allowed.extra.config -v disk.enableUUID
$VCLOUD_HOME/bin/cell-management-tool manage-config -n vapp.allowed.extra.config -v smbios.assetTag,disk.enableUUID
$VCLOUD_HOME/bin/cell-management-tool manage-config -n vapp.allowed.extra.config -l
For more information about specifying advanced virtual machine settings with ExtraConfig elements, see Specifying Advanced Virtual Machine Settings with ExtraConfig Elements
Below the command to run to revert the change to the default configuration:
$VCLOUD_HOME/bin/cell-management-tool manage-config -n vapp.allowed.extra.config -d