From a9589bbc5e1458bfde849337151b6824f6c25468 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 6 Jan 2011 20:23:45 -0500 Subject: initial import of work-in-progress OVF code --- doc/ovf/README | 6 + doc/ovf/environment.xml | 71 ++++++++++++ doc/ovf/maverick-server.ovf | 264 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 341 insertions(+) create mode 100644 doc/ovf/README create mode 100755 doc/ovf/environment.xml create mode 100644 doc/ovf/maverick-server.ovf (limited to 'doc/ovf') diff --git a/doc/ovf/README b/doc/ovf/README new file mode 100644 index 00000000..1fd399fc --- /dev/null +++ b/doc/ovf/README @@ -0,0 +1,6 @@ +- environment.xml + This is an example ovf environment file +- ProductSection.xml + TODO: document what the ProductSection can look like +- maverick-server.ovf + Example generated by virtualbox "export" of a simple VM diff --git a/doc/ovf/environment.xml b/doc/ovf/environment.xml new file mode 100755 index 00000000..74559abc --- /dev/null +++ b/doc/ovf/environment.xml @@ -0,0 +1,71 @@ + + + + + + + + ESX Server + 3.0.1 + VMware, Inc. + en_US + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/ovf/maverick-server.ovf b/doc/ovf/maverick-server.ovf new file mode 100644 index 00000000..f4f0d4cb --- /dev/null +++ b/doc/ovf/maverick-server.ovf @@ -0,0 +1,264 @@ + + + + + + + List of the virtual disks used in the package + + + + Logical networks used in the package + + Logical network used by this appliance. + + + + A virtual machine + + Meta-information about the installed software + My-Product + My-Vendor + My-Version + My-Product-URL + My-Vendor-URL + + + A human-readable annotation + My-Description + + + License agreement for the virtual system + My-License + + + The kind of installed guest operating system + Ubuntu + + + Virtual hardware requirements for a virtual machine + + Virtual Hardware Family + 0 + maverick-server + virtualbox-2.2 + + + 1 virtual CPU + Number of virtual CPUs + 1 virtual CPU + 1 + 3 + 1 + + + MegaBytes + 256 MB of memory + Memory Size + 256 MB of memory + 2 + 4 + 256 + + + 0 + ideController0 + IDE Controller + ideController0 + 3 + PIIX4 + 5 + + + 1 + ideController1 + IDE Controller + ideController1 + 4 + PIIX4 + 5 + + + 0 + sataController0 + SATA Controller + sataController0 + 5 + AHCI + 20 + + + true + Ethernet adapter on 'NAT' + NAT + Ethernet adapter on 'NAT' + 6 + E1000 + 10 + + + 3 + false + sound + Sound Card + sound + 7 + ensoniq1371 + 35 + + + 0 + true + cdrom1 + CD-ROM Drive + cdrom1 + 8 + 4 + 15 + + + 0 + disk1 + Disk Image + disk1 + /disk/vmdisk1 + 9 + 5 + 17 + + + + Complete VirtualBox machine configuration in VirtualBox format + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3