summaryrefslogtreecommitdiff
path: root/doc/ovf
AgeCommit message (Collapse)Author
2011-12-06doc/ovf/README: documentation fix [David Medberry]Scott Moser
LP: #900537
2011-10-13Improve OVF documentation and provide functional demo.Scott Moser
2011-02-18minor updates to ovf documentationScott Moser
2011-02-18fix the base64 encoded value for user-data.Scott Moser
The previous value had dos style newlines. The current string was obtained with: printf '#!/bin/sh\necho "hi world"\n' | base64
2011-01-25fix typo in doc/ovf/environment.xmlScott Moser
2011-01-25drop the suggested support of urlencoded 'userdata' PropertyScott Moser
base64 encoding should be enough for the likely use case of this Product Section property.
2011-01-25- change Properties expected in example environment file.Scott Moser
- add ubuntu-server.ovf that passes validation via: xmllint --nonet --path open-ovf/mainline/schemas/ \ --noout --schema open-ovf/mainline/schemas/ovf-envelope.xsd \ doc/ovf/ubuntu-server.ovf and via ovftool --schemaValidate doc/ovf/ubuntu-server.ovf where ovftool is 'VMware ovftool 2.0.1 (build-260188)
2011-01-25remove redundant ProductSection in environment.xmlScott Moser
2011-01-06initial import of work-in-progress OVF codeScott Moser