Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | doc/ovf/README: documentation fix [David Medberry] | Scott Moser | |
LP: #900537 | |||
2011-10-13 | Improve OVF documentation and provide functional demo. | Scott Moser | |
2011-02-18 | minor updates to ovf documentation | Scott Moser | |
2011-02-18 | fix 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-25 | fix typo in doc/ovf/environment.xml | Scott Moser | |
2011-01-25 | drop the suggested support of urlencoded 'userdata' Property | Scott 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-25 | remove redundant ProductSection in environment.xml | Scott Moser | |
2011-01-06 | initial import of work-in-progress OVF code | Scott Moser | |