(Easy) Question… Regarding the use of global configuration file (ovftool.cfg) and local configuration file with OVFTOOL.
Syntax is given only for comments and parameters which are name-value pairs, e.g. datastore=DATASTORE-NAME.
For a single parameter without a corresponding value, e.g. –acceptAllEulas, should these parameters be expressly set to TRUE?
Or can they simply be present (no equals sign)? Both styles seem to work properly for --acceptAllEulas option.
Example: which of the following CFG files shows the expected syntax? Or are both acceptable?
acceptAllEulas=true
disableVerification=true
quiet=true
datastore=S123D0001
ipAllocationPolicy=fixed
or
acceptAllEulas
disableVerification
quiet
datastore=S123D0001
ipAllocationPolicy=fixed
(Yeah, I know - this question probably is a gimme. Just curious if there's anything to trip over here. )
=cjs
Message was edited by: cjstaples-emc -- sorry, original formatting garbage